Shades of Lipstick #962D52
Tints of Lipstick #962D52
RGB
CMYK
RGB Variations
Color information
#962D52 (or 0x962D52) is known color: Lipstick. HEX triplet: 96, 2D and 52. RGB value is (150,45,82). Sum of RGB (Red+Green+Blue) = 150+45+82=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #962D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D52 is #69D2AD. Grayscale: #505050. Windows color (decimal): -6935214 or 5385622. OLE color: 5385622.
HSL color Cylindrical-coordinate representation of color #962D52: hue angle of 338.86º 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 #962D52 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 82 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.41 |
| HSL | 338.86º | 0.54% | 0.38% | - |
| HSV(B) | 338.86º | 0.7% | 0.59% | - |
| XYZ | 15.04 | 8.97 | 8.92 | - |
| YUV | 80.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 82 | 0 | 0.70 | 0.45 | 0.41 | 338.86 | 0.54 | 0.38 |
| Hex | 96 | 2D | 52 | 0 | 46 | 2D | 29 | 153 | 36 | 26 |
| Octal | 226 | 55 | 122 | 0 | 106 | 55 | 51 | 523 | 66 | 46 |
| Binary | 10010110 | 101101 | 1010010 | 0 | 1000110 | 101101 | 101001 | 101010011 | 110110 | 100110 |
Color Harmonies of #962D52
Complementary color
Monochromatic Colors of #962D52
Black with #962D52
Text Example
Text Example
White with #962D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D52; }
p { color: rgb(150,45,82); }
H1.HeaderClassName
{
color: #962D52;
}
.AnyTagClassName
{
color: #962D52;
}
</style>
background-color css
<style>
a { background-color: #962D52; }
a { background-color: rgb(150,45,82); }
div.DivClassName
{
background-color: #962D52;
}
.BgClassName
{
background-color: #962D52;
}
</style>
border-color css
<style>
span { border-color: #962D52; }
span { border-color: rgb(150,45,82); }
td.TdClassName
{
border-color: #962D52;
}
.TagClassName
{
border-color: #962D52;
}
</style>