Shades of Lipstick #962248
Tints of Lipstick #962248
RGB
CMYK
RGB Variations
Color information
#962248 (or 0x962248) is known color: Lipstick. HEX triplet: 96, 22 and 48. RGB value is (150,34,72). Sum of RGB (Red+Green+Blue) = 150+34+72=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #962248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962248 is #69DDB7. Grayscale: #484848. Windows color (decimal): -6938040 or 4727446. OLE color: 4727446.
HSL color Cylindrical-coordinate representation of color #962248: hue angle of 340.34º 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 #962248 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 72 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.41 |
| HSL | 340.34º | 0.63% | 0.36% | - |
| HSV(B) | 340.34º | 0.77% | 0.59% | - |
| XYZ | 14.32 | 8.1 | 6.94 | - |
| YUV | 73.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 72 | 0 | 0.77 | 0.52 | 0.41 | 340.34 | 0.63 | 0.36 |
| Hex | 96 | 22 | 48 | 0 | 4D | 34 | 29 | 154 | 3F | 24 |
| Octal | 226 | 42 | 110 | 0 | 115 | 64 | 51 | 524 | 77 | 44 |
| Binary | 10010110 | 100010 | 1001000 | 0 | 1001101 | 110100 | 101001 | 101010100 | 111111 | 100100 |
Color Harmonies of #962248
Complementary color
Monochromatic Colors of #962248
Black with #962248
Text Example
Text Example
White with #962248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962248; }
p { color: rgb(150,34,72); }
H1.HeaderClassName
{
color: #962248;
}
.AnyTagClassName
{
color: #962248;
}
</style>
background-color css
<style>
a { background-color: #962248; }
a { background-color: rgb(150,34,72); }
div.DivClassName
{
background-color: #962248;
}
.BgClassName
{
background-color: #962248;
}
</style>
border-color css
<style>
span { border-color: #962248; }
span { border-color: rgb(150,34,72); }
td.TdClassName
{
border-color: #962248;
}
.TagClassName
{
border-color: #962248;
}
</style>