#99326A

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

Shades of Lipstick #99326A

Tints of Lipstick #99326A

Color information

#99326A (or 0x99326A) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 6A. RGB value is (153,50,106). Sum of RGB (Red+Green+Blue) = 153+50+106=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99326A is #66CD95. Grayscale: #575757. Windows color (decimal): -6737302 or 6959769. OLE color: 6959769.

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

Color convert

RGB15350106-
CMYK00.670.310.4
HSL327.38º50.74%39.8%-
HSV(B)327.38º67.32%60%-
XYZ16.8810.0914.69-
YUV87.18138.62174.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=49.51%
G=16.18%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535010600.670.310.4327.3850.7439.8
Hex99326A0431F281473328
Octal23162152010337505076350
Binary1001100111001011010100100001111111101000101000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,50,106); }

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

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

 a { background-color: rgb(153,50,106); }

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

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

 span { border-color: rgb(153,50,106); }

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