Shades of Lipstick #99325C
Tints of Lipstick #99325C
RGB
CMYK
RGB Variations
Color information
#99325C (or 0x99325C) is known color: Lipstick. HEX triplet: 99, 32 and 5C. RGB value is (153,50,92). Sum of RGB (Red+Green+Blue) = 153+50+92=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99325C is #66CDA3. Grayscale: #555555. Windows color (decimal): -6737316 or 6042265. OLE color: 6042265.
HSL color Cylindrical-coordinate representation of color #99325C: hue angle of 335.53º 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 #99325C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 92 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.4 |
| HSL | 335.53º | 0.51% | 0.4% | - |
| HSV(B) | 335.53º | 0.67% | 0.6% | - |
| XYZ | 16.21 | 9.83 | 11.17 | - |
| YUV | 85.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 92 | 0 | 0.67 | 0.40 | 0.4 | 335.53 | 0.51 | 0.4 |
| Hex | 99 | 32 | 5C | 0 | 43 | 28 | 28 | 150 | 33 | 28 |
| Octal | 231 | 62 | 134 | 0 | 103 | 50 | 50 | 520 | 63 | 50 |
| Binary | 10011001 | 110010 | 1011100 | 0 | 1000011 | 101000 | 101000 | 101010000 | 110011 | 101000 |
Color Harmonies of #99325C
Complementary color
Monochromatic Colors of #99325C
Black with #99325C
Text Example
Text Example
White with #99325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99325C; }
p { color: rgb(153,50,92); }
H1.HeaderClassName
{
color: #99325C;
}
.AnyTagClassName
{
color: #99325C;
}
</style>
background-color css
<style>
a { background-color: #99325C; }
a { background-color: rgb(153,50,92); }
div.DivClassName
{
background-color: #99325C;
}
.BgClassName
{
background-color: #99325C;
}
</style>
border-color css
<style>
span { border-color: #99325C; }
span { border-color: rgb(153,50,92); }
td.TdClassName
{
border-color: #99325C;
}
.TagClassName
{
border-color: #99325C;
}
</style>