#992552

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

Shades of Lipstick #992552

Tints of Lipstick #992552

Color information

#992552 (or 0x992552) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 52. RGB value is (153,37,82). Sum of RGB (Red+Green+Blue) = 153+37+82=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992552 is #66DAAD. Grayscale: #4C4C4C. Windows color (decimal): -6740654 or 5383577. OLE color: 5383577.

HSL color Cylindrical-coordinate representation of color #992552: hue angle of 336.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992552 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1533782-
CMYK00.760.460.4
HSL336.72º61.05%37.25%-
HSV(B)336.72º75.82%60%-
XYZ15.328.78.86-
YUV76.81130.93182.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=56.25%
G=13.60%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153378200.760.460.4336.7261.0537.25
Hex99255204C2E281513d25
Octal23145122011456505217545
Binary10011001100101101001001001100101110101000101010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992552; }

 p { color: rgb(153,37,82); }

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

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

 a { background-color: rgb(153,37,82); }

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

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

 span { border-color: rgb(153,37,82); }

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