Shades of Lipstick #99215A
Tints of Lipstick #99215A
RGB
CMYK
RGB Variations
Color information
#99215A (or 0x99215A) is known color: Lipstick. HEX triplet: 99, 21 and 5A. RGB value is (153,33,90). Sum of RGB (Red+Green+Blue) = 153+33+90=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99215A is #66DEA5. Grayscale: #4B4B4B. Windows color (decimal): -6741670 or 5906841. OLE color: 5906841.
HSL color Cylindrical-coordinate representation of color #99215A: hue angle of 331.5º 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 #99215A is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 90 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.4 |
| HSL | 331.5º | 0.65% | 0.36% | - |
| HSV(B) | 331.5º | 0.78% | 0.6% | - |
| XYZ | 15.53 | 8.6 | 10.51 | - |
| YUV | 75.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 90 | 0 | 0.78 | 0.41 | 0.4 | 331.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 5A | 0 | 4E | 29 | 28 | 14C | 41 | 24 |
| Octal | 231 | 41 | 132 | 0 | 116 | 51 | 50 | 514 | 101 | 44 |
| Binary | 10011001 | 100001 | 1011010 | 0 | 1001110 | 101001 | 101000 | 101001100 | 1000001 | 100100 |
Color Harmonies of #99215A
Complementary color
Monochromatic Colors of #99215A
Black with #99215A
Text Example
Text Example
White with #99215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99215A; }
p { color: rgb(153,33,90); }
H1.HeaderClassName
{
color: #99215A;
}
.AnyTagClassName
{
color: #99215A;
}
</style>
background-color css
<style>
a { background-color: #99215A; }
a { background-color: rgb(153,33,90); }
div.DivClassName
{
background-color: #99215A;
}
.BgClassName
{
background-color: #99215A;
}
</style>
border-color css
<style>
span { border-color: #99215A; }
span { border-color: rgb(153,33,90); }
td.TdClassName
{
border-color: #99215A;
}
.TagClassName
{
border-color: #99215A;
}
</style>