Shades of Lipstick #99205F
Tints of Lipstick #99205F
RGB
CMYK
RGB Variations
Color information
#99205F (or 0x99205F) is known color: Lipstick. HEX triplet: 99, 20 and 5F. RGB value is (153,32,95). Sum of RGB (Red+Green+Blue) = 153+32+95=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99205F is #66DFA0. Grayscale: #4B4B4B. Windows color (decimal): -6741921 or 6234265. OLE color: 6234265.
HSL color Cylindrical-coordinate representation of color #99205F: hue angle of 328.76º 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 #99205F is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 95 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.4 |
| HSL | 328.76º | 0.65% | 0.36% | - |
| HSV(B) | 328.76º | 0.79% | 0.6% | - |
| XYZ | 15.72 | 8.63 | 11.66 | - |
| YUV | 75.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 95 | 0 | 0.79 | 0.38 | 0.4 | 328.76 | 0.65 | 0.36 |
| Hex | 99 | 20 | 5F | 0 | 4F | 26 | 28 | 149 | 41 | 24 |
| Octal | 231 | 40 | 137 | 0 | 117 | 46 | 50 | 511 | 101 | 44 |
| Binary | 10011001 | 100000 | 1011111 | 0 | 1001111 | 100110 | 101000 | 101001001 | 1000001 | 100100 |
Color Harmonies of #99205F
Complementary color
Monochromatic Colors of #99205F
Black with #99205F
Text Example
Text Example
White with #99205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99205F; }
p { color: rgb(153,32,95); }
H1.HeaderClassName
{
color: #99205F;
}
.AnyTagClassName
{
color: #99205F;
}
</style>
background-color css
<style>
a { background-color: #99205F; }
a { background-color: rgb(153,32,95); }
div.DivClassName
{
background-color: #99205F;
}
.BgClassName
{
background-color: #99205F;
}
</style>
border-color css
<style>
span { border-color: #99205F; }
span { border-color: rgb(153,32,95); }
td.TdClassName
{
border-color: #99205F;
}
.TagClassName
{
border-color: #99205F;
}
</style>