Shades of Lipstick #99224A
Tints of Lipstick #99224A
RGB
CMYK
RGB Variations
Color information
#99224A (or 0x99224A) is known color: Lipstick. HEX triplet: 99, 22 and 4A. RGB value is (153,34,74). Sum of RGB (Red+Green+Blue) = 153+34+74=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99224A is #66DDB5. Grayscale: #4A4A4A. Windows color (decimal): -6741430 or 4858521. OLE color: 4858521.
HSL color Cylindrical-coordinate representation of color #99224A: hue angle of 339.83º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99224A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 74 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.4 |
| HSL | 339.83º | 0.64% | 0.37% | - |
| HSV(B) | 339.83º | 0.78% | 0.6% | - |
| XYZ | 14.94 | 8.41 | 7.31 | - |
| YUV | 74.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 74 | 0 | 0.78 | 0.52 | 0.4 | 339.83 | 0.64 | 0.37 |
| Hex | 99 | 22 | 4A | 0 | 4E | 34 | 28 | 154 | 40 | 25 |
| Octal | 231 | 42 | 112 | 0 | 116 | 64 | 50 | 524 | 100 | 45 |
| Binary | 10011001 | 100010 | 1001010 | 0 | 1001110 | 110100 | 101000 | 101010100 | 1000000 | 100101 |
Color Harmonies of #99224A
Complementary color
Monochromatic Colors of #99224A
Black with #99224A
Text Example
Text Example
White with #99224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99224A; }
p { color: rgb(153,34,74); }
H1.HeaderClassName
{
color: #99224A;
}
.AnyTagClassName
{
color: #99224A;
}
</style>
background-color css
<style>
a { background-color: #99224A; }
a { background-color: rgb(153,34,74); }
div.DivClassName
{
background-color: #99224A;
}
.BgClassName
{
background-color: #99224A;
}
</style>
border-color css
<style>
span { border-color: #99224A; }
span { border-color: rgb(153,34,74); }
td.TdClassName
{
border-color: #99224A;
}
.TagClassName
{
border-color: #99224A;
}
</style>