Shades of Lipstick #962D47
Tints of Lipstick #962D47
RGB
CMYK
RGB Variations
Color information
#962D47 (or 0x962D47) is known color: Lipstick. HEX triplet: 96, 2D and 47. RGB value is (150,45,71). Sum of RGB (Red+Green+Blue) = 150+45+71=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #962D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D47 is #69D2B8. Grayscale: #4F4F4F. Windows color (decimal): -6935225 or 4664726. OLE color: 4664726.
HSL color Cylindrical-coordinate representation of color #962D47: hue angle of 345.14º 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 #962D47 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 71 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.41 |
| HSL | 345.14º | 0.54% | 0.38% | - |
| HSV(B) | 345.14º | 0.7% | 0.59% | - |
| XYZ | 14.65 | 8.82 | 6.89 | - |
| YUV | 79.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 71 | 0 | 0.70 | 0.53 | 0.41 | 345.14 | 0.54 | 0.38 |
| Hex | 96 | 2D | 47 | 0 | 46 | 35 | 29 | 159 | 36 | 26 |
| Octal | 226 | 55 | 107 | 0 | 106 | 65 | 51 | 531 | 66 | 46 |
| Binary | 10010110 | 101101 | 1000111 | 0 | 1000110 | 110101 | 101001 | 101011001 | 110110 | 100110 |
Color Harmonies of #962D47
Complementary color
Monochromatic Colors of #962D47
Black with #962D47
Text Example
Text Example
White with #962D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D47; }
p { color: rgb(150,45,71); }
H1.HeaderClassName
{
color: #962D47;
}
.AnyTagClassName
{
color: #962D47;
}
</style>
background-color css
<style>
a { background-color: #962D47; }
a { background-color: rgb(150,45,71); }
div.DivClassName
{
background-color: #962D47;
}
.BgClassName
{
background-color: #962D47;
}
</style>
border-color css
<style>
span { border-color: #962D47; }
span { border-color: rgb(150,45,71); }
td.TdClassName
{
border-color: #962D47;
}
.TagClassName
{
border-color: #962D47;
}
</style>