#992858

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

Shades of Lipstick #992858

Tints of Lipstick #992858

Color information

#992858 (or 0x992858) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 58. RGB value is (153,40,88). Sum of RGB (Red+Green+Blue) = 153+40+88=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #992858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992858 is #66D7A7. Grayscale: #4F4F4F. Windows color (decimal): -6739880 or 5777561. OLE color: 5777561.

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

Color convert

RGB1534088-
CMYK00.740.420.4
HSL334.51º58.55%37.84%-
HSV(B)334.51º73.86%60%-
XYZ15.668.9910.14-
YUV79.26132.94180.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=54.45%
G=14.23%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153408800.740.420.4334.5158.5537.84
Hex99285804A2A2814f3b26
Octal23150130011252505177346
Binary10011001101000101100001001010101010101000101001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992858; }

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

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

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

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

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

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

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

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