Shades of Lipstick #962048
Tints of Lipstick #962048
RGB
CMYK
RGB Variations
Color information
#962048 (or 0x962048) is known color: Lipstick. HEX triplet: 96, 20 and 48. RGB value is (150,32,72). Sum of RGB (Red+Green+Blue) = 150+32+72=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962048 is #69DFB7. Grayscale: #474747. Windows color (decimal): -6938552 or 4726934. OLE color: 4726934.
HSL color Cylindrical-coordinate representation of color #962048: hue angle of 339.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962048 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 72 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.41 |
| HSL | 339.66º | 0.65% | 0.36% | - |
| HSV(B) | 339.66º | 0.79% | 0.59% | - |
| XYZ | 14.26 | 7.98 | 6.92 | - |
| YUV | 71.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 72 | 0 | 0.79 | 0.52 | 0.41 | 339.66 | 0.65 | 0.36 |
| Hex | 96 | 20 | 48 | 0 | 4F | 34 | 29 | 154 | 41 | 24 |
| Octal | 226 | 40 | 110 | 0 | 117 | 64 | 51 | 524 | 101 | 44 |
| Binary | 10010110 | 100000 | 1001000 | 0 | 1001111 | 110100 | 101001 | 101010100 | 1000001 | 100100 |
Color Harmonies of #962048
Complementary color
Monochromatic Colors of #962048
Black with #962048
Text Example
Text Example
White with #962048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962048; }
p { color: rgb(150,32,72); }
H1.HeaderClassName
{
color: #962048;
}
.AnyTagClassName
{
color: #962048;
}
</style>
background-color css
<style>
a { background-color: #962048; }
a { background-color: rgb(150,32,72); }
div.DivClassName
{
background-color: #962048;
}
.BgClassName
{
background-color: #962048;
}
</style>
border-color css
<style>
span { border-color: #962048; }
span { border-color: rgb(150,32,72); }
td.TdClassName
{
border-color: #962048;
}
.TagClassName
{
border-color: #962048;
}
</style>