#992355

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

Shades of Lipstick #992355

Tints of Lipstick #992355

Color information

#992355 (or 0x992355) is unknown color: approx Lipstick. HEX triplet: 99, 23 and 55. RGB value is (153,35,85). Sum of RGB (Red+Green+Blue) = 153+35+85=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992355 is #66DCAA. Grayscale: #4B4B4B. Windows color (decimal): -6741163 or 5579673. OLE color: 5579673.

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

Color convert

RGB1533585-
CMYK00.770.440.4
HSL334.58º62.77%36.86%-
HSV(B)334.58º77.12%60%-
XYZ15.388.639.45-
YUV75.98133.09182.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=56.04%
G=12.82%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153358500.770.440.4334.5862.7736.86
Hex99235504D2C2814f3f25
Octal23143125011554505177745
Binary10011001100011101010101001101101100101000101001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992355; }

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

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

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

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

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

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

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

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