Shades of Lipstick #961945
Tints of Lipstick #961945
RGB
CMYK
RGB Variations
Color information
#961945 (or 0x961945) is known color: Lipstick. HEX triplet: 96, 19 and 45. RGB value is (150,25,69). Sum of RGB (Red+Green+Blue) = 150+25+69=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #961945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961945 is #69E6BA. Grayscale: #434343. Windows color (decimal): -6940347 or 4528534. OLE color: 4528534.
HSL color Cylindrical-coordinate representation of color #961945: hue angle of 338.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961945 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 69 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.41 |
| HSL | 338.88º | 0.71% | 0.34% | - |
| HSV(B) | 338.88º | 0.83% | 0.59% | - |
| XYZ | 14 | 7.61 | 6.36 | - |
| YUV | 67.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 69 | 0 | 0.83 | 0.54 | 0.41 | 338.88 | 0.71 | 0.34 |
| Hex | 96 | 19 | 45 | 0 | 53 | 36 | 29 | 153 | 47 | 22 |
| Octal | 226 | 31 | 105 | 0 | 123 | 66 | 51 | 523 | 107 | 42 |
| Binary | 10010110 | 11001 | 1000101 | 0 | 1010011 | 110110 | 101001 | 101010011 | 1000111 | 100010 |
Color Harmonies of #961945
Complementary color
Monochromatic Colors of #961945
Black with #961945
Text Example
Text Example
White with #961945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961945; }
p { color: rgb(150,25,69); }
H1.HeaderClassName
{
color: #961945;
}
.AnyTagClassName
{
color: #961945;
}
</style>
background-color css
<style>
a { background-color: #961945; }
a { background-color: rgb(150,25,69); }
div.DivClassName
{
background-color: #961945;
}
.BgClassName
{
background-color: #961945;
}
</style>
border-color css
<style>
span { border-color: #961945; }
span { border-color: rgb(150,25,69); }
td.TdClassName
{
border-color: #961945;
}
.TagClassName
{
border-color: #961945;
}
</style>