Shades of Lipstick #99325E
Tints of Lipstick #99325E
RGB
CMYK
RGB Variations
Color information
#99325E (or 0x99325E) is known color: 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
| RGB | 153 | 50 | 94 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.4 |
| HSL | 334.37º | 0.51% | 0.4% | - |
| HSV(B) | 334.37º | 0.67% | 0.6% | - |
| XYZ | 16.3 | 9.86 | 11.63 | - |
| YUV | 85.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 94 | 0 | 0.67 | 0.39 | 0.4 | 334.37 | 0.51 | 0.4 |
| Hex | 99 | 32 | 5E | 0 | 43 | 27 | 28 | 14E | 33 | 28 |
| Octal | 231 | 62 | 136 | 0 | 103 | 47 | 50 | 516 | 63 | 50 |
| Binary | 10011001 | 110010 | 1011110 | 0 | 1000011 | 100111 | 101000 | 101001110 | 110011 | 101000 |
Color Harmonies of #99325E
Complementary color
Monochromatic Colors of #99325E
Black with #99325E
Text Example
Text Example
White with #99325E
Text Example
Text Example
HTML Codes & Css Web 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>