#992446

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

Shades of Lipstick #992446

Tints of Lipstick #992446

Color information

#992446 (or 0x992446) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 46. RGB value is (153,36,70). Sum of RGB (Red+Green+Blue) = 153+36+70=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992446 is #66DBB9. Grayscale: #4A4A4A. Windows color (decimal): -6740922 or 4596889. OLE color: 4596889.

HSL color Cylindrical-coordinate representation of color #992446: hue angle of 342.56º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992446 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1533670-
CMYK00.760.540.4
HSL342.56º61.9%37.06%-
HSV(B)342.56º76.47%60%-
XYZ14.878.486.65-
YUV74.86125.26183.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=59.07%
G=13.90%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153367000.760.540.4342.5661.937.06
Hex99244604C36281573e25
Octal23144106011466505277645
Binary10011001100100100011001001100110110101000101010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992446; }

 p { color: rgb(153,36,70); }

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

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

 a { background-color: rgb(153,36,70); }

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

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

 span { border-color: rgb(153,36,70); }

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