#992842

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

Shades of Lipstick #992842

Tints of Lipstick #992842

Color information

#992842 (or 0x992842) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 42. RGB value is (153,40,66). Sum of RGB (Red+Green+Blue) = 153+40+66=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992842 is #66D7BD. Grayscale: #4C4C4C. Windows color (decimal): -6739902 or 4335769. OLE color: 4335769.

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

Color convert

RGB1534066-
CMYK00.740.570.4
HSL346.19º58.55%37.84%-
HSV(B)346.19º73.86%60%-
XYZ14.888.686.05-
YUV76.75121.94182.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=59.07%
G=15.44%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153406600.740.570.4346.1958.5537.84
Hex99284204A392815a3b26
Octal23150102011271505327346
Binary10011001101000100001001001010111001101000101011010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992842; }

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

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

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

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

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

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

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

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