#992445

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

Shades of Lipstick #992445

Tints of Lipstick #992445

Color information

#992445 (or 0x992445) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 45. RGB value is (153,36,69). Sum of RGB (Red+Green+Blue) = 153+36+69=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992445 is #66DBBA. Grayscale: #4A4A4A. Windows color (decimal): -6740923 or 4531353. OLE color: 4531353.

HSL color Cylindrical-coordinate representation of color #992445: hue angle of 343.08º 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 #992445 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1533669-
CMYK00.760.550.4
HSL343.08º61.9%37.06%-
HSV(B)343.08º76.47%60%-
XYZ14.848.466.48-
YUV74.74124.76183.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=59.30%
G=13.95%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153366900.760.550.4343.0861.937.06
Hex99244504C37281573e25
Octal23144105011467505277645
Binary10011001100100100010101001100110111101000101010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992445; }

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

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

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

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

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

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

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

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