Shades of Lipstick #961E45
Tints of Lipstick #961E45
RGB
CMYK
RGB Variations
Color information
#961E45 (or 0x961E45) is known color: Lipstick. HEX triplet: 96, 1E and 45. RGB value is (150,30,69). Sum of RGB (Red+Green+Blue) = 150+30+69=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #961E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E45 is #69E1BA. Grayscale: #464646. Windows color (decimal): -6939067 or 4529814. OLE color: 4529814.
HSL color Cylindrical-coordinate representation of color #961E45: hue angle of 340.5º 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 #961E45 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 69 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.41 |
| HSL | 340.5º | 0.67% | 0.35% | - |
| HSV(B) | 340.5º | 0.8% | 0.59% | - |
| XYZ | 14.12 | 7.84 | 6.4 | - |
| YUV | 70.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 69 | 0 | 0.80 | 0.54 | 0.41 | 340.5 | 0.67 | 0.35 |
| Hex | 96 | 1E | 45 | 0 | 50 | 36 | 29 | 154 | 43 | 23 |
| Octal | 226 | 36 | 105 | 0 | 120 | 66 | 51 | 524 | 103 | 43 |
| Binary | 10010110 | 11110 | 1000101 | 0 | 1010000 | 110110 | 101001 | 101010100 | 1000011 | 100011 |
Color Harmonies of #961E45
Complementary color
Monochromatic Colors of #961E45
Black with #961E45
Text Example
Text Example
White with #961E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E45; }
p { color: rgb(150,30,69); }
H1.HeaderClassName
{
color: #961E45;
}
.AnyTagClassName
{
color: #961E45;
}
</style>
background-color css
<style>
a { background-color: #961E45; }
a { background-color: rgb(150,30,69); }
div.DivClassName
{
background-color: #961E45;
}
.BgClassName
{
background-color: #961E45;
}
</style>
border-color css
<style>
span { border-color: #961E45; }
span { border-color: rgb(150,30,69); }
td.TdClassName
{
border-color: #961E45;
}
.TagClassName
{
border-color: #961E45;
}
</style>