#99335A

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

Shades of Lipstick #99335A

Tints of Lipstick #99335A

Color information

#99335A (or 0x99335A) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 5A. RGB value is (153,51,90). Sum of RGB (Red+Green+Blue) = 153+51+90=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99335A is #66CCA5. Grayscale: #555555. Windows color (decimal): -6737062 or 5911449. OLE color: 5911449.

HSL color Cylindrical-coordinate representation of color #99335A: hue angle of 337.06º 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 #99335A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1535190-
CMYK00.670.410.4
HSL337.06º50%40%-
HSV(B)337.06º66.67%60%-
XYZ16.179.8810.73-
YUV85.94130.29175.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=52.04%
G=17.35%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153519000.670.410.4337.065040
Hex99335A04329281513228
Octal23163132010351505216250
Binary10011001110011101101001000011101001101000101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99335A; }

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

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

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

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

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

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

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

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