Shades of Lipstick #961E4E
Tints of Lipstick #961E4E
RGB
CMYK
RGB Variations
Color information
#961E4E (or 0x961E4E) is known color: Lipstick. HEX triplet: 96, 1E and 4E. RGB value is (150,30,78). Sum of RGB (Red+Green+Blue) = 150+30+78=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #961E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961E4E is #69E1B1. Grayscale: #474747. Windows color (decimal): -6939058 or 5119638. OLE color: 5119638.
HSL color Cylindrical-coordinate representation of color #961E4E: hue angle of 336º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E4E is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 78 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.41 |
| HSL | 336º | 0.67% | 0.35% | - |
| HSV(B) | 336º | 0.8% | 0.59% | - |
| XYZ | 14.42 | 7.96 | 7.98 | - |
| YUV | 71.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 78 | 0 | 0.80 | 0.48 | 0.41 | 336 | 0.67 | 0.35 |
| Hex | 96 | 1E | 4E | 0 | 50 | 30 | 29 | 150 | 43 | 23 |
| Octal | 226 | 36 | 116 | 0 | 120 | 60 | 51 | 520 | 103 | 43 |
| Binary | 10010110 | 11110 | 1001110 | 0 | 1010000 | 110000 | 101001 | 101010000 | 1000011 | 100011 |
Color Harmonies of #961E4E
Complementary color
Monochromatic Colors of #961E4E
Black with #961E4E
Text Example
Text Example
White with #961E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E4E; }
p { color: rgb(150,30,78); }
H1.HeaderClassName
{
color: #961E4E;
}
.AnyTagClassName
{
color: #961E4E;
}
</style>
background-color css
<style>
a { background-color: #961E4E; }
a { background-color: rgb(150,30,78); }
div.DivClassName
{
background-color: #961E4E;
}
.BgClassName
{
background-color: #961E4E;
}
</style>
border-color css
<style>
span { border-color: #961E4E; }
span { border-color: rgb(150,30,78); }
td.TdClassName
{
border-color: #961E4E;
}
.TagClassName
{
border-color: #961E4E;
}
</style>