#9F1842

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

Shades of Lipstick #9F1842

Tints of Lipstick #9F1842

Color information

#9F1842 (or 0x9F1842) is unknown color: approx Lipstick. HEX triplet: 9F, 18 and 42. RGB value is (159,24,66). Sum of RGB (Red+Green+Blue) = 159+24+66=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1842 is #60E7BD. Grayscale: #454545. Windows color (decimal): -6350782 or 4331679. OLE color: 4331679.

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

Color convert

RGB1592466-
CMYK00.850.580.38
HSL341.33º73.77%35.88%-
HSV(B)341.33º84.91%62.35%-
XYZ15.618.425.96-
YUV69.15126.23192.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.86%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=63.86%
G=9.64%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159246600.850.580.38341.3373.7735.88
Hex9F18420553A261554a24
Octal237301020125724652511244
Binary10011111110001000010010101011110101001101010101011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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