Shades of Lipstick #99215F
Tints of Lipstick #99215F
RGB
CMYK
RGB Variations
Color information
#99215F (or 0x99215F) is known color: Lipstick. HEX triplet: 99, 21 and 5F. RGB value is (153,33,95). Sum of RGB (Red+Green+Blue) = 153+33+95=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99215F is #66DEA0. Grayscale: #4B4B4B. Windows color (decimal): -6741665 or 6234521. OLE color: 6234521.
HSL color Cylindrical-coordinate representation of color #99215F: hue angle of 329º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99215F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 95 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.4 |
| HSL | 329º | 0.65% | 0.36% | - |
| HSV(B) | 329º | 0.78% | 0.6% | - |
| XYZ | 15.75 | 8.69 | 11.67 | - |
| YUV | 75.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 95 | 0 | 0.78 | 0.38 | 0.4 | 329 | 0.65 | 0.36 |
| Hex | 99 | 21 | 5F | 0 | 4E | 26 | 28 | 149 | 41 | 24 |
| Octal | 231 | 41 | 137 | 0 | 116 | 46 | 50 | 511 | 101 | 44 |
| Binary | 10011001 | 100001 | 1011111 | 0 | 1001110 | 100110 | 101000 | 101001001 | 1000001 | 100100 |
Color Harmonies of #99215F
Complementary color
Monochromatic Colors of #99215F
Black with #99215F
Text Example
Text Example
White with #99215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99215F; }
p { color: rgb(153,33,95); }
H1.HeaderClassName
{
color: #99215F;
}
.AnyTagClassName
{
color: #99215F;
}
</style>
background-color css
<style>
a { background-color: #99215F; }
a { background-color: rgb(153,33,95); }
div.DivClassName
{
background-color: #99215F;
}
.BgClassName
{
background-color: #99215F;
}
</style>
border-color css
<style>
span { border-color: #99215F; }
span { border-color: rgb(153,33,95); }
td.TdClassName
{
border-color: #99215F;
}
.TagClassName
{
border-color: #99215F;
}
</style>