Shades of Lipstick #99325A
Tints of Lipstick #99325A
RGB
CMYK
RGB Variations
Color information
#99325A (or 0x99325A) is known color: Lipstick. HEX triplet: 99, 32 and 5A. RGB value is (153,50,90). Sum of RGB (Red+Green+Blue) = 153+50+90=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99325A is #66CDA5. Grayscale: #555555. Windows color (decimal): -6737318 or 5911193. OLE color: 5911193.
HSL color Cylindrical-coordinate representation of color #99325A: hue angle of 336.7º 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 #99325A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 90 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.4 |
| HSL | 336.7º | 0.51% | 0.4% | - |
| HSV(B) | 336.7º | 0.67% | 0.6% | - |
| XYZ | 16.12 | 9.79 | 10.71 | - |
| YUV | 85.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 90 | 0 | 0.67 | 0.41 | 0.4 | 336.7 | 0.51 | 0.4 |
| Hex | 99 | 32 | 5A | 0 | 43 | 29 | 28 | 151 | 33 | 28 |
| Octal | 231 | 62 | 132 | 0 | 103 | 51 | 50 | 521 | 63 | 50 |
| Binary | 10011001 | 110010 | 1011010 | 0 | 1000011 | 101001 | 101000 | 101010001 | 110011 | 101000 |
Color Harmonies of #99325A
Complementary color
Monochromatic Colors of #99325A
Black with #99325A
Text Example
Text Example
White with #99325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99325A; }
p { color: rgb(153,50,90); }
H1.HeaderClassName
{
color: #99325A;
}
.AnyTagClassName
{
color: #99325A;
}
</style>
background-color css
<style>
a { background-color: #99325A; }
a { background-color: rgb(153,50,90); }
div.DivClassName
{
background-color: #99325A;
}
.BgClassName
{
background-color: #99325A;
}
</style>
border-color css
<style>
span { border-color: #99325A; }
span { border-color: rgb(153,50,90); }
td.TdClassName
{
border-color: #99325A;
}
.TagClassName
{
border-color: #99325A;
}
</style>