Shades of Lipstick #962C50
Tints of Lipstick #962C50
RGB
CMYK
RGB Variations
Color information
#962C50 (or 0x962C50) is known color: Lipstick. HEX triplet: 96, 2C and 50. RGB value is (150,44,80). Sum of RGB (Red+Green+Blue) = 150+44+80=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #962C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C50 is #69D3AF. Grayscale: #4F4F4F. Windows color (decimal): -6935472 or 5254294. OLE color: 5254294.
HSL color Cylindrical-coordinate representation of color #962C50: hue angle of 339.62º 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 #962C50 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 80 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.41 |
| HSL | 339.62º | 0.55% | 0.38% | - |
| HSV(B) | 339.62º | 0.71% | 0.59% | - |
| XYZ | 14.93 | 8.86 | 8.51 | - |
| YUV | 79.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 80 | 0 | 0.71 | 0.47 | 0.41 | 339.62 | 0.55 | 0.38 |
| Hex | 96 | 2C | 50 | 0 | 47 | 2F | 29 | 154 | 37 | 26 |
| Octal | 226 | 54 | 120 | 0 | 107 | 57 | 51 | 524 | 67 | 46 |
| Binary | 10010110 | 101100 | 1010000 | 0 | 1000111 | 101111 | 101001 | 101010100 | 110111 | 100110 |
Color Harmonies of #962C50
Complementary color
Monochromatic Colors of #962C50
Black with #962C50
Text Example
Text Example
White with #962C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C50; }
p { color: rgb(150,44,80); }
H1.HeaderClassName
{
color: #962C50;
}
.AnyTagClassName
{
color: #962C50;
}
</style>
background-color css
<style>
a { background-color: #962C50; }
a { background-color: rgb(150,44,80); }
div.DivClassName
{
background-color: #962C50;
}
.BgClassName
{
background-color: #962C50;
}
</style>
border-color css
<style>
span { border-color: #962C50; }
span { border-color: rgb(150,44,80); }
td.TdClassName
{
border-color: #962C50;
}
.TagClassName
{
border-color: #962C50;
}
</style>