Shades of Lipstick #962D48
Tints of Lipstick #962D48
RGB
CMYK
RGB Variations
Color information
#962D48 (or 0x962D48) is known color: Lipstick. HEX triplet: 96, 2D and 48. RGB value is (150,45,72). Sum of RGB (Red+Green+Blue) = 150+45+72=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D48 is #69D2B7. Grayscale: #4F4F4F. Windows color (decimal): -6935224 or 4730262. OLE color: 4730262.
HSL color Cylindrical-coordinate representation of color #962D48: hue angle of 344.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D48 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 72 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.41 |
| HSL | 344.57º | 0.54% | 0.38% | - |
| HSV(B) | 344.57º | 0.7% | 0.59% | - |
| XYZ | 14.69 | 8.83 | 7.06 | - |
| YUV | 79.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 72 | 0 | 0.70 | 0.52 | 0.41 | 344.57 | 0.54 | 0.38 |
| Hex | 96 | 2D | 48 | 0 | 46 | 34 | 29 | 159 | 36 | 26 |
| Octal | 226 | 55 | 110 | 0 | 106 | 64 | 51 | 531 | 66 | 46 |
| Binary | 10010110 | 101101 | 1001000 | 0 | 1000110 | 110100 | 101001 | 101011001 | 110110 | 100110 |
Color Harmonies of #962D48
Complementary color
Monochromatic Colors of #962D48
Black with #962D48
Text Example
Text Example
White with #962D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D48; }
p { color: rgb(150,45,72); }
H1.HeaderClassName
{
color: #962D48;
}
.AnyTagClassName
{
color: #962D48;
}
</style>
background-color css
<style>
a { background-color: #962D48; }
a { background-color: rgb(150,45,72); }
div.DivClassName
{
background-color: #962D48;
}
.BgClassName
{
background-color: #962D48;
}
</style>
border-color css
<style>
span { border-color: #962D48; }
span { border-color: rgb(150,45,72); }
td.TdClassName
{
border-color: #962D48;
}
.TagClassName
{
border-color: #962D48;
}
</style>