Shades of Lipstick #99214C
Tints of Lipstick #99214C
RGB
CMYK
RGB Variations
Color information
#99214C (or 0x99214C) is known color: Lipstick. HEX triplet: 99, 21 and 4C. RGB value is (153,33,76). Sum of RGB (Red+Green+Blue) = 153+33+76=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99214C is #66DEB3. Grayscale: #494949. Windows color (decimal): -6741684 or 4989337. OLE color: 4989337.
HSL color Cylindrical-coordinate representation of color #99214C: hue angle of 338.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 #99214C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 76 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.4 |
| HSL | 338.5º | 0.65% | 0.36% | - |
| HSV(B) | 338.5º | 0.78% | 0.6% | - |
| XYZ | 14.99 | 8.38 | 7.67 | - |
| YUV | 73.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 76 | 0 | 0.78 | 0.50 | 0.4 | 338.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 4C | 0 | 4E | 32 | 28 | 152 | 41 | 24 |
| Octal | 231 | 41 | 114 | 0 | 116 | 62 | 50 | 522 | 101 | 44 |
| Binary | 10011001 | 100001 | 1001100 | 0 | 1001110 | 110010 | 101000 | 101010010 | 1000001 | 100100 |
Color Harmonies of #99214C
Complementary color
Monochromatic Colors of #99214C
Black with #99214C
Text Example
Text Example
White with #99214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99214C; }
p { color: rgb(153,33,76); }
H1.HeaderClassName
{
color: #99214C;
}
.AnyTagClassName
{
color: #99214C;
}
</style>
background-color css
<style>
a { background-color: #99214C; }
a { background-color: rgb(153,33,76); }
div.DivClassName
{
background-color: #99214C;
}
.BgClassName
{
background-color: #99214C;
}
</style>
border-color css
<style>
span { border-color: #99214C; }
span { border-color: rgb(153,33,76); }
td.TdClassName
{
border-color: #99214C;
}
.TagClassName
{
border-color: #99214C;
}
</style>