#992863

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

Shades of Lipstick #992863

Tints of Lipstick #992863

Color information

#992863 (or 0x992863) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 63. RGB value is (153,40,99). Sum of RGB (Red+Green+Blue) = 153+40+99=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992863 is #66D79C. Grayscale: #505050. Windows color (decimal): -6739869 or 6498457. OLE color: 6498457.

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

Color convert

RGB1534099-
CMYK00.740.350.4
HSL328.67º58.55%37.84%-
HSV(B)328.67º73.86%60%-
XYZ16.159.1912.73-
YUV80.51138.44179.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=52.40%
G=13.70%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153409900.740.350.4328.6758.5537.84
Hex99286304A23281493b26
Octal23150143011243505117346
Binary10011001101000110001101001010100011101000101001001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992863; }

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

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

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

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

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

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

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

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