#991E42

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

Shades of Lipstick #991E42

Tints of Lipstick #991E42

Color information

#991E42 (or 0x991E42) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 42. RGB value is (153,30,66). Sum of RGB (Red+Green+Blue) = 153+30+66=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #991E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E42 is #66E1BD. Grayscale: #464646. Windows color (decimal): -6742462 or 4333209. OLE color: 4333209.

HSL color Cylindrical-coordinate representation of color #991E42: hue angle of 342.44º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E42 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1533066-
CMYK00.800.570.4
HSL342.44º67.21%35.88%-
HSV(B)342.44º80.39%60%-
XYZ14.588.095.95-
YUV70.88125.25186.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=61.45%
G=12.05%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153306600.800.570.4342.4467.2135.88
Hex991E4205039281564324
Octal231361020120715052610344
Binary10011001111101000010010100001110011010001010101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991E42; }

 p { color: rgb(153,30,66); }

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

<style>
 a { background-color: #991E42; }

 a { background-color: rgb(153,30,66); }

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

<style>
 span { border-color: #991E42; }

 span { border-color: rgb(153,30,66); }

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