#99325D

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

Shades of Lipstick #99325D

Tints of Lipstick #99325D

Color information

#99325D (or 0x99325D) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 5D. RGB value is (153,50,93). Sum of RGB (Red+Green+Blue) = 153+50+93=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99325D is #66CDA2. Grayscale: #555555. Windows color (decimal): -6737315 or 6107801. OLE color: 6107801.

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

Color convert

RGB1535093-
CMYK00.670.390.4
HSL334.95º50.74%39.8%-
HSV(B)334.95º67.32%60%-
XYZ16.259.8411.4-
YUV85.7132.12176-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=51.69%
G=16.89%
B=31.42%

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
Decimal153509300.670.390.4334.9550.7439.8
Hex99325D043272814f3328
Octal23162135010347505176350
Binary10011001110010101110101000011100111101000101001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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