Shades of Lipstick #962C4F
Tints of Lipstick #962C4F
RGB
CMYK
RGB Variations
Color information
#962C4F (or 0x962C4F) is known color: Lipstick. HEX triplet: 96, 2C and 4F. RGB value is (150,44,79). Sum of RGB (Red+Green+Blue) = 150+44+79=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C4F is #69D3B0. Grayscale: #4F4F4F. Windows color (decimal): -6935473 or 5188758. OLE color: 5188758.
HSL color Cylindrical-coordinate representation of color #962C4F: hue angle of 340.19º 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 #962C4F is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 79 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.41 |
| HSL | 340.19º | 0.55% | 0.38% | - |
| HSV(B) | 340.19º | 0.71% | 0.59% | - |
| XYZ | 14.89 | 8.85 | 8.32 | - |
| YUV | 79.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 79 | 0 | 0.71 | 0.47 | 0.41 | 340.19 | 0.55 | 0.38 |
| Hex | 96 | 2C | 4F | 0 | 47 | 2F | 29 | 154 | 37 | 26 |
| Octal | 226 | 54 | 117 | 0 | 107 | 57 | 51 | 524 | 67 | 46 |
| Binary | 10010110 | 101100 | 1001111 | 0 | 1000111 | 101111 | 101001 | 101010100 | 110111 | 100110 |
Color Harmonies of #962C4F
Complementary color
Monochromatic Colors of #962C4F
Black with #962C4F
Text Example
Text Example
White with #962C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C4F; }
p { color: rgb(150,44,79); }
H1.HeaderClassName
{
color: #962C4F;
}
.AnyTagClassName
{
color: #962C4F;
}
</style>
background-color css
<style>
a { background-color: #962C4F; }
a { background-color: rgb(150,44,79); }
div.DivClassName
{
background-color: #962C4F;
}
.BgClassName
{
background-color: #962C4F;
}
</style>
border-color css
<style>
span { border-color: #962C4F; }
span { border-color: rgb(150,44,79); }
td.TdClassName
{
border-color: #962C4F;
}
.TagClassName
{
border-color: #962C4F;
}
</style>