#991D42

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

Shades of Lipstick #991D42

Tints of Lipstick #991D42

Color information

#991D42 (or 0x991D42) is unknown color: approx Lipstick. HEX triplet: 99, 1D and 42. RGB value is (153,29,66). Sum of RGB (Red+Green+Blue) = 153+29+66=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #991D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D42 is #66E2BD. Grayscale: #464646. Windows color (decimal): -6742718 or 4332953. OLE color: 4332953.

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

Color convert

RGB1532966-
CMYK00.810.570.4
HSL342.1º68.13%35.69%-
HSV(B)342.1º81.05%60%-
XYZ14.568.045.94-
YUV70.29125.58186.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=61.69%
G=11.69%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153296600.810.570.4342.168.1335.69
Hex991D4205139281564424
Octal231351020121715052610444
Binary10011001111011000010010100011110011010001010101101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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