#992142

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

Shades of Lipstick #992142

Tints of Lipstick #992142

Color information

#992142 (or 0x992142) is unknown color: approx Lipstick. HEX triplet: 99, 21 and 42. RGB value is (153,33,66). Sum of RGB (Red+Green+Blue) = 153+33+66=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #992142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992142 is #66DEBD. Grayscale: #484848. Windows color (decimal): -6741694 or 4333977. OLE color: 4333977.

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

Color convert

RGB1533366-
CMYK00.780.570.4
HSL343.5º64.52%36.47%-
HSV(B)343.5º78.43%60%-
XYZ14.668.255.97-
YUV72.64124.26185.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=60.71%
G=13.10%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153336600.780.570.4343.564.5236.47
Hex99214204E39281584124
Octal231411020116715053010144
Binary100110011000011000010010011101110011010001010110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992142; }

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

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

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

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

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

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

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

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