Shades of Lipstick #962C58
Tints of Lipstick #962C58
RGB
CMYK
RGB Variations
Color information
#962C58 (or 0x962C58) is known color: Lipstick. HEX triplet: 96, 2C and 58. RGB value is (150,44,88). Sum of RGB (Red+Green+Blue) = 150+44+88=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #962C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C58 is #69D3A7. Grayscale: #505050. Windows color (decimal): -6935464 or 5778582. OLE color: 5778582.
HSL color Cylindrical-coordinate representation of color #962C58: hue angle of 335.09º 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 #962C58 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 88 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.41 |
| HSL | 335.09º | 0.55% | 0.38% | - |
| HSV(B) | 335.09º | 0.71% | 0.59% | - |
| XYZ | 15.24 | 8.99 | 10.16 | - |
| YUV | 80.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 88 | 0 | 0.71 | 0.41 | 0.41 | 335.09 | 0.55 | 0.38 |
| Hex | 96 | 2C | 58 | 0 | 47 | 29 | 29 | 14F | 37 | 26 |
| Octal | 226 | 54 | 130 | 0 | 107 | 51 | 51 | 517 | 67 | 46 |
| Binary | 10010110 | 101100 | 1011000 | 0 | 1000111 | 101001 | 101001 | 101001111 | 110111 | 100110 |
Color Harmonies of #962C58
Complementary color
Monochromatic Colors of #962C58
Black with #962C58
Text Example
Text Example
White with #962C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C58; }
p { color: rgb(150,44,88); }
H1.HeaderClassName
{
color: #962C58;
}
.AnyTagClassName
{
color: #962C58;
}
</style>
background-color css
<style>
a { background-color: #962C58; }
a { background-color: rgb(150,44,88); }
div.DivClassName
{
background-color: #962C58;
}
.BgClassName
{
background-color: #962C58;
}
</style>
border-color css
<style>
span { border-color: #962C58; }
span { border-color: rgb(150,44,88); }
td.TdClassName
{
border-color: #962C58;
}
.TagClassName
{
border-color: #962C58;
}
</style>