#993356

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

Shades of Lipstick #993356

Tints of Lipstick #993356

Color information

#993356 (or 0x993356) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 56. RGB value is (153,51,86). Sum of RGB (Red+Green+Blue) = 153+51+86=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993356 is #66CCA9. Grayscale: #555555. Windows color (decimal): -6737066 or 5649305. OLE color: 5649305.

HSL color Cylindrical-coordinate representation of color #993356: hue angle of 339.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993356 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1535186-
CMYK00.670.440.4
HSL339.41º50%40%-
HSV(B)339.41º66.67%60%-
XYZ169.819.85-
YUV85.49128.29176.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=52.76%
G=17.59%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153518600.670.440.4339.415040
Hex9933560432C281533228
Octal23163126010354505236250
Binary10011001110011101011001000011101100101000101010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993356; }

 p { color: rgb(153,51,86); }

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

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

 a { background-color: rgb(153,51,86); }

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

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

 span { border-color: rgb(153,51,86); }

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