Shades of Lipstick #961445
Tints of Lipstick #961445
RGB
CMYK
RGB Variations
Color information
#961445 (or 0x961445) is known color: Lipstick. HEX triplet: 96, 14 and 45. RGB value is (150,20,69). Sum of RGB (Red+Green+Blue) = 150+20+69=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #961445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961445 is #69EBBA. Grayscale: #404040. Windows color (decimal): -6941627 or 4527254. OLE color: 4527254.
HSL color Cylindrical-coordinate representation of color #961445: hue angle of 337.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961445 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 69 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.41 |
| HSL | 337.38º | 0.76% | 0.33% | - |
| HSV(B) | 337.38º | 0.87% | 0.59% | - |
| XYZ | 13.9 | 7.41 | 6.33 | - |
| YUV | 64.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 69 | 0 | 0.87 | 0.54 | 0.41 | 337.38 | 0.76 | 0.33 |
| Hex | 96 | 14 | 45 | 0 | 57 | 36 | 29 | 151 | 4C | 21 |
| Octal | 226 | 24 | 105 | 0 | 127 | 66 | 51 | 521 | 114 | 41 |
| Binary | 10010110 | 10100 | 1000101 | 0 | 1010111 | 110110 | 101001 | 101010001 | 1001100 | 100001 |
Color Harmonies of #961445
Complementary color
Monochromatic Colors of #961445
Black with #961445
Text Example
Text Example
White with #961445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961445; }
p { color: rgb(150,20,69); }
H1.HeaderClassName
{
color: #961445;
}
.AnyTagClassName
{
color: #961445;
}
</style>
background-color css
<style>
a { background-color: #961445; }
a { background-color: rgb(150,20,69); }
div.DivClassName
{
background-color: #961445;
}
.BgClassName
{
background-color: #961445;
}
</style>
border-color css
<style>
span { border-color: #961445; }
span { border-color: rgb(150,20,69); }
td.TdClassName
{
border-color: #961445;
}
.TagClassName
{
border-color: #961445;
}
</style>