#992463

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

Shades of Lipstick #992463

Tints of Lipstick #992463

Color information

#992463 (or 0x992463) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 63. RGB value is (153,36,99). Sum of RGB (Red+Green+Blue) = 153+36+99=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992463 is #66DB9C. Grayscale: #4E4E4E. Windows color (decimal): -6740893 or 6497433. OLE color: 6497433.

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

Color convert

RGB1533699-
CMYK00.760.350.4
HSL327.69º61.9%37.06%-
HSV(B)327.69º76.47%60%-
XYZ16.028.9312.68-
YUV78.16139.76181.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=53.12%
G=12.5%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153369900.760.350.4327.6961.937.06
Hex99246304C23281483e25
Octal23144143011443505107645
Binary10011001100100110001101001100100011101000101001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992463; }

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

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

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

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

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

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

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

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