#992158

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

Shades of Lipstick #992158

Tints of Lipstick #992158

Color information

#992158 (or 0x992158) is unknown color: approx Lipstick. HEX triplet: 99, 21 and 58. RGB value is (153,33,88). Sum of RGB (Red+Green+Blue) = 153+33+88=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #992158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992158 is #66DEA7. Grayscale: #4B4B4B. Windows color (decimal): -6741672 or 5775769. OLE color: 5775769.

HSL color Cylindrical-coordinate representation of color #992158: hue angle of 332.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 #992158 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1533388-
CMYK00.780.420.4
HSL332.5º64.52%36.47%-
HSV(B)332.5º78.43%60%-
XYZ15.448.5610.07-
YUV75.15135.26183.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=55.84%
G=12.04%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153338800.780.420.4332.564.5236.47
Hex99215804E2A2814c4124
Octal231411300116525051410144
Binary100110011000011011000010011101010101010001010011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992158; }

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

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

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

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

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

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

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

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