#992051

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

Shades of Lipstick #992051

Tints of Lipstick #992051

Color information

#992051 (or 0x992051) is unknown color: approx Lipstick. HEX triplet: 99, 20 and 51. RGB value is (153,32,81). Sum of RGB (Red+Green+Blue) = 153+32+81=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #992051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992051 is #66DFAE. Grayscale: #494949. Windows color (decimal): -6741935 or 5316761. OLE color: 5316761.

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

Color convert

RGB1533281-
CMYK00.790.470.4
HSL335.7º65.41%36.27%-
HSV(B)335.7º79.08%60%-
XYZ15.148.48.61-
YUV73.76132.09184.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=57.52%
G=12.03%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153328100.790.470.4335.765.4136.27
Hex99205104F2F281504124
Octal231401210117575052010144
Binary100110011000001010001010011111011111010001010100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992051; }

 p { color: rgb(153,32,81); }

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

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

 a { background-color: rgb(153,32,81); }

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

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

 span { border-color: rgb(153,32,81); }

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