#9F1B42

Color #9F1B42 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9F1B42

Tints of Lipstick #9F1B42

Color information

#9F1B42 (or 0x9F1B42) is unknown color: approx Lipstick. HEX triplet: 9F, 1B and 42. RGB value is (159,27,66). Sum of RGB (Red+Green+Blue) = 159+27+66=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B42 is #60E4BD. Grayscale: #464646. Windows color (decimal): -6350014 or 4332447. OLE color: 4332447.

HSL color Cylindrical-coordinate representation of color #9F1B42: hue angle of 342.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B42 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1592766-
CMYK00.830.580.38
HSL342.27º70.97%36.47%-
HSV(B)342.27º83.02%62.35%-
XYZ15.678.555.98-
YUV70.91125.23190.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 63.10%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=63.10%
G=10.71%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159276600.830.580.38342.2770.9736.47
Hex9F1B420533A261564724
Octal237331020123724652610744
Binary10011111110111000010010100111110101001101010101101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F1B42; }

 p { color: rgb(159,27,66); }

 H1.HeaderClassName
 {
   color: #9F1B42;
 }
 .AnyTagClassName
 {
   color: #9F1B42;
 }
</style>
background-color css

<style>
 a { background-color: #9F1B42; }

 a { background-color: rgb(159,27,66); }

 div.DivClassName
 {
   background-color: #9F1B42;
 }
 .BgClassName
 {
   background-color: #9F1B42;
 }
</style>
border-color css

<style>
 span { border-color: #9F1B42; }

 span { border-color: rgb(159,27,66); }

 td.TdClassName
 {
   border-color: #9F1B42;
 }
 .TagClassName
 {
   border-color: #9F1B42;
 }
</style>