Shades of Lipstick #96224A
Tints of Lipstick #96224A
RGB
CMYK
RGB Variations
Color information
#96224A (or 0x96224A) is known color: Lipstick. HEX triplet: 96, 22 and 4A. RGB value is (150,34,74). Sum of RGB (Red+Green+Blue) = 150+34+74=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96224A is #69DDB5. Grayscale: #494949. Windows color (decimal): -6938038 or 4858518. OLE color: 4858518.
HSL color Cylindrical-coordinate representation of color #96224A: hue angle of 339.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96224A is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 74 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.41 |
| HSL | 339.31º | 0.63% | 0.36% | - |
| HSV(B) | 339.31º | 0.77% | 0.59% | - |
| XYZ | 14.39 | 8.12 | 7.29 | - |
| YUV | 73.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 74 | 0 | 0.77 | 0.51 | 0.41 | 339.31 | 0.63 | 0.36 |
| Hex | 96 | 22 | 4A | 0 | 4D | 33 | 29 | 153 | 3F | 24 |
| Octal | 226 | 42 | 112 | 0 | 115 | 63 | 51 | 523 | 77 | 44 |
| Binary | 10010110 | 100010 | 1001010 | 0 | 1001101 | 110011 | 101001 | 101010011 | 111111 | 100100 |
Color Harmonies of #96224A
Complementary color
Monochromatic Colors of #96224A
Black with #96224A
Text Example
Text Example
White with #96224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96224A; }
p { color: rgb(150,34,74); }
H1.HeaderClassName
{
color: #96224A;
}
.AnyTagClassName
{
color: #96224A;
}
</style>
background-color css
<style>
a { background-color: #96224A; }
a { background-color: rgb(150,34,74); }
div.DivClassName
{
background-color: #96224A;
}
.BgClassName
{
background-color: #96224A;
}
</style>
border-color css
<style>
span { border-color: #96224A; }
span { border-color: rgb(150,34,74); }
td.TdClassName
{
border-color: #96224A;
}
.TagClassName
{
border-color: #96224A;
}
</style>