#992363

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

Shades of Lipstick #992363

Tints of Lipstick #992363

Color information

#992363 (or 0x992363) is unknown color: approx Lipstick. HEX triplet: 99, 23 and 63. RGB value is (153,35,99). Sum of RGB (Red+Green+Blue) = 153+35+99=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992363 is #66DC9C. Grayscale: #4D4D4D. Windows color (decimal): -6741149 or 6497177. OLE color: 6497177.

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

Color convert

RGB1533599-
CMYK00.770.350.4
HSL327.46º62.77%36.86%-
HSV(B)327.46º77.12%60%-
XYZ15.998.8812.67-
YUV77.58140.09181.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=53.31%
G=12.20%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153359900.770.350.4327.4662.7736.86
Hex99236304D23281473f25
Octal23143143011543505077745
Binary10011001100011110001101001101100011101000101000111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992363; }

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

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

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

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

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

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

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

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