#992462

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

Shades of Lipstick #992462

Tints of Lipstick #992462

Color information

#992462 (or 0x992462) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 62. RGB value is (153,36,98). Sum of RGB (Red+Green+Blue) = 153+36+98=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992462 is #66DB9D. Grayscale: #4D4D4D. Windows color (decimal): -6740894 or 6431897. OLE color: 6431897.

HSL color Cylindrical-coordinate representation of color #992462: hue angle of 328.21º degrees, saturation: 0.62, 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 #992462 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB1533698-
CMYK00.760.360.4
HSL328.21º61.9%37.06%-
HSV(B)328.21º76.47%60%-
XYZ15.978.9212.43-
YUV78.05139.26181.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=53.31%
G=12.54%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153369800.760.360.4328.2161.937.06
Hex99246204C24281483e25
Octal23144142011444505107645
Binary10011001100100110001001001100100100101000101001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992462; }

 p { color: rgb(153,36,98); }

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

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

 a { background-color: rgb(153,36,98); }

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

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

 span { border-color: rgb(153,36,98); }

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