Shades of Lipstick #962C56
Tints of Lipstick #962C56
RGB
CMYK
RGB Variations
Color information
#962C56 (or 0x962C56) is known color: Lipstick. HEX triplet: 96, 2C and 56. RGB value is (150,44,86). Sum of RGB (Red+Green+Blue) = 150+44+86=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #962C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C56 is #69D3A9. Grayscale: #505050. Windows color (decimal): -6935466 or 5647510. OLE color: 5647510.
HSL color Cylindrical-coordinate representation of color #962C56: hue angle of 336.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C56 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 86 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.41 |
| HSL | 336.23º | 0.55% | 0.38% | - |
| HSV(B) | 336.23º | 0.71% | 0.59% | - |
| XYZ | 15.16 | 8.96 | 9.73 | - |
| YUV | 80.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 86 | 0 | 0.71 | 0.43 | 0.41 | 336.23 | 0.55 | 0.38 |
| Hex | 96 | 2C | 56 | 0 | 47 | 2B | 29 | 150 | 37 | 26 |
| Octal | 226 | 54 | 126 | 0 | 107 | 53 | 51 | 520 | 67 | 46 |
| Binary | 10010110 | 101100 | 1010110 | 0 | 1000111 | 101011 | 101001 | 101010000 | 110111 | 100110 |
Color Harmonies of #962C56
Complementary color
Monochromatic Colors of #962C56
Black with #962C56
Text Example
Text Example
White with #962C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C56; }
p { color: rgb(150,44,86); }
H1.HeaderClassName
{
color: #962C56;
}
.AnyTagClassName
{
color: #962C56;
}
</style>
background-color css
<style>
a { background-color: #962C56; }
a { background-color: rgb(150,44,86); }
div.DivClassName
{
background-color: #962C56;
}
.BgClassName
{
background-color: #962C56;
}
</style>
border-color css
<style>
span { border-color: #962C56; }
span { border-color: rgb(150,44,86); }
td.TdClassName
{
border-color: #962C56;
}
.TagClassName
{
border-color: #962C56;
}
</style>