#991849

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

Shades of Lipstick #991849

Tints of Lipstick #991849

Color information

#991849 (or 0x991849) is unknown color: approx Lipstick. HEX triplet: 99, 18 and 49. RGB value is (153,24,73). Sum of RGB (Red+Green+Blue) = 153+24+73=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #991849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991849 is #66E7B6. Grayscale: #444444. Windows color (decimal): -6743991 or 4790425. OLE color: 4790425.

HSL color Cylindrical-coordinate representation of color #991849: hue angle of 337.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991849 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1532473-
CMYK00.840.520.4
HSL337.21º72.88%34.71%-
HSV(B)337.21º84.31%60%-
XYZ14.677.917.06-
YUV68.16130.74188.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=61.2%
G=9.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153247300.840.520.4337.2172.8834.71
Hex99184905434281514923
Octal231301110124645052111143
Binary10011001110001001001010101001101001010001010100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991849; }

 p { color: rgb(153,24,73); }

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

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

 a { background-color: rgb(153,24,73); }

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

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

 span { border-color: rgb(153,24,73); }

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