Shades of Lipstick #961850
Tints of Lipstick #961850
RGB
CMYK
RGB Variations
Color information
#961850 (or 0x961850) is known color: Lipstick. HEX triplet: 96, 18 and 50. RGB value is (150,24,80). Sum of RGB (Red+Green+Blue) = 150+24+80=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961850 is #69E7AF. Grayscale: #434343. Windows color (decimal): -6940592 or 5249174. OLE color: 5249174.
HSL color Cylindrical-coordinate representation of color #961850: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961850 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 80 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.41 |
| HSL | 333.33º | 0.72% | 0.34% | - |
| HSV(B) | 333.33º | 0.84% | 0.59% | - |
| XYZ | 14.35 | 7.72 | 8.32 | - |
| YUV | 68.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 80 | 0 | 0.84 | 0.47 | 0.41 | 333.33 | 0.72 | 0.34 |
| Hex | 96 | 18 | 50 | 0 | 54 | 2F | 29 | 14D | 48 | 22 |
| Octal | 226 | 30 | 120 | 0 | 124 | 57 | 51 | 515 | 110 | 42 |
| Binary | 10010110 | 11000 | 1010000 | 0 | 1010100 | 101111 | 101001 | 101001101 | 1001000 | 100010 |
Color Harmonies of #961850
Complementary color
Monochromatic Colors of #961850
Black with #961850
Text Example
Text Example
White with #961850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961850; }
p { color: rgb(150,24,80); }
H1.HeaderClassName
{
color: #961850;
}
.AnyTagClassName
{
color: #961850;
}
</style>
background-color css
<style>
a { background-color: #961850; }
a { background-color: rgb(150,24,80); }
div.DivClassName
{
background-color: #961850;
}
.BgClassName
{
background-color: #961850;
}
</style>
border-color css
<style>
span { border-color: #961850; }
span { border-color: rgb(150,24,80); }
td.TdClassName
{
border-color: #961850;
}
.TagClassName
{
border-color: #961850;
}
</style>