Shades of Lipstick #962444
Tints of Lipstick #962444
RGB
CMYK
RGB Variations
Color information
#962444 (or 0x962444) is known color: Lipstick. HEX triplet: 96, 24 and 44. RGB value is (150,36,68). Sum of RGB (Red+Green+Blue) = 150+36+68=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962444 is #69DBBB. Grayscale: #494949. Windows color (decimal): -6937532 or 4465814. OLE color: 4465814.
HSL color Cylindrical-coordinate representation of color #962444: hue angle of 343.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962444 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 68 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.41 |
| HSL | 343.16º | 0.61% | 0.36% | - |
| HSV(B) | 343.16º | 0.76% | 0.59% | - |
| XYZ | 14.25 | 8.16 | 6.29 | - |
| YUV | 73.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 68 | 0 | 0.76 | 0.55 | 0.41 | 343.16 | 0.61 | 0.36 |
| Hex | 96 | 24 | 44 | 0 | 4C | 37 | 29 | 157 | 3D | 24 |
| Octal | 226 | 44 | 104 | 0 | 114 | 67 | 51 | 527 | 75 | 44 |
| Binary | 10010110 | 100100 | 1000100 | 0 | 1001100 | 110111 | 101001 | 101010111 | 111101 | 100100 |
Color Harmonies of #962444
Complementary color
Monochromatic Colors of #962444
Black with #962444
Text Example
Text Example
White with #962444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962444; }
p { color: rgb(150,36,68); }
H1.HeaderClassName
{
color: #962444;
}
.AnyTagClassName
{
color: #962444;
}
</style>
background-color css
<style>
a { background-color: #962444; }
a { background-color: rgb(150,36,68); }
div.DivClassName
{
background-color: #962444;
}
.BgClassName
{
background-color: #962444;
}
</style>
border-color css
<style>
span { border-color: #962444; }
span { border-color: rgb(150,36,68); }
td.TdClassName
{
border-color: #962444;
}
.TagClassName
{
border-color: #962444;
}
</style>