#99325E

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

Shades of Lipstick #99325E

Tints of Lipstick #99325E

Color information

#99325E (or 0x99325E) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 5E. RGB value is (153,50,94). Sum of RGB (Red+Green+Blue) = 153+50+94=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99325E is #66CDA1. Grayscale: #555555. Windows color (decimal): -6737314 or 6173337. OLE color: 6173337.

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

Color convert

RGB1535094-
CMYK00.670.390.4
HSL334.37º50.74%39.8%-
HSV(B)334.37º67.32%60%-
XYZ16.39.8611.63-
YUV85.81132.62175.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=51.52%
G=16.84%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153509400.670.390.4334.3750.7439.8
Hex99325E043272814e3328
Octal23162136010347505166350
Binary10011001110010101111001000011100111101000101001110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99325E; }

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

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

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

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

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

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

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

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