Shades of Lipstick #99205B
Tints of Lipstick #99205B
RGB
CMYK
RGB Variations
Color information
#99205B (or 0x99205B) is known color: Lipstick. HEX triplet: 99, 20 and 5B. RGB value is (153,32,91). Sum of RGB (Red+Green+Blue) = 153+32+91=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99205B is #66DFA4. Grayscale: #4A4A4A. Windows color (decimal): -6741925 or 5972121. OLE color: 5972121.
HSL color Cylindrical-coordinate representation of color #99205B: hue angle of 330.74º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99205B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 91 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.4 |
| HSL | 330.74º | 0.65% | 0.36% | - |
| HSV(B) | 330.74º | 0.79% | 0.6% | - |
| XYZ | 15.54 | 8.56 | 10.73 | - |
| YUV | 74.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 91 | 0 | 0.79 | 0.41 | 0.4 | 330.74 | 0.65 | 0.36 |
| Hex | 99 | 20 | 5B | 0 | 4F | 29 | 28 | 14B | 41 | 24 |
| Octal | 231 | 40 | 133 | 0 | 117 | 51 | 50 | 513 | 101 | 44 |
| Binary | 10011001 | 100000 | 1011011 | 0 | 1001111 | 101001 | 101000 | 101001011 | 1000001 | 100100 |
Color Harmonies of #99205B
Complementary color
Monochromatic Colors of #99205B
Black with #99205B
Text Example
Text Example
White with #99205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99205B; }
p { color: rgb(153,32,91); }
H1.HeaderClassName
{
color: #99205B;
}
.AnyTagClassName
{
color: #99205B;
}
</style>
background-color css
<style>
a { background-color: #99205B; }
a { background-color: rgb(153,32,91); }
div.DivClassName
{
background-color: #99205B;
}
.BgClassName
{
background-color: #99205B;
}
</style>
border-color css
<style>
span { border-color: #99205B; }
span { border-color: rgb(153,32,91); }
td.TdClassName
{
border-color: #99205B;
}
.TagClassName
{
border-color: #99205B;
}
</style>