#992642

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

Shades of Lipstick #992642

Tints of Lipstick #992642

Color information

#992642 (or 0x992642) is unknown color: approx Lipstick. HEX triplet: 99, 26 and 42. RGB value is (153,38,66). Sum of RGB (Red+Green+Blue) = 153+38+66=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992642 is #66D9BD. Grayscale: #4B4B4B. Windows color (decimal): -6740414 or 4335257. OLE color: 4335257.

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

Color convert

RGB1533866-
CMYK00.750.570.4
HSL345.39º60.21%37.45%-
HSV(B)345.39º75.16%60%-
XYZ14.818.556.02-
YUV75.58122.6183.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=59.53%
G=14.79%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153386600.750.570.4345.3960.2137.45
Hex99264204B39281593c25
Octal23146102011371505317445
Binary10011001100110100001001001011111001101000101011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992642; }

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

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

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

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

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

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

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

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