Shades of Lipstick #971950
Tints of Lipstick #971950
RGB
CMYK
RGB Variations
Color information
#971950 (or 0x971950) is known color: Lipstick. HEX triplet: 97, 19 and 50. RGB value is (151,25,80). Sum of RGB (Red+Green+Blue) = 151+25+80=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971950 is #68E6AF. Grayscale: #444444. Windows color (decimal): -6874800 or 5249431. OLE color: 5249431.
HSL color Cylindrical-coordinate representation of color #971950: hue angle of 333.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971950 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 80 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.41 |
| HSL | 333.81º | 0.72% | 0.35% | - |
| HSV(B) | 333.81º | 0.83% | 0.59% | - |
| XYZ | 14.56 | 7.85 | 8.34 | - |
| YUV | 68.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 80 | 0 | 0.83 | 0.47 | 0.41 | 333.81 | 0.72 | 0.35 |
| Hex | 97 | 19 | 50 | 0 | 53 | 2F | 29 | 14E | 48 | 23 |
| Octal | 227 | 31 | 120 | 0 | 123 | 57 | 51 | 516 | 110 | 43 |
| Binary | 10010111 | 11001 | 1010000 | 0 | 1010011 | 101111 | 101001 | 101001110 | 1001000 | 100011 |
Color Harmonies of #971950
Complementary color
Monochromatic Colors of #971950
Black with #971950
Text Example
Text Example
White with #971950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971950; }
p { color: rgb(151,25,80); }
H1.HeaderClassName
{
color: #971950;
}
.AnyTagClassName
{
color: #971950;
}
</style>
background-color css
<style>
a { background-color: #971950; }
a { background-color: rgb(151,25,80); }
div.DivClassName
{
background-color: #971950;
}
.BgClassName
{
background-color: #971950;
}
</style>
border-color css
<style>
span { border-color: #971950; }
span { border-color: rgb(151,25,80); }
td.TdClassName
{
border-color: #971950;
}
.TagClassName
{
border-color: #971950;
}
</style>