Shades of Lipstick #971F50
Tints of Lipstick #971F50
RGB
CMYK
RGB Variations
Color information
#971F50 (or 0x971F50) is known color: Lipstick. HEX triplet: 97, 1F and 50. RGB value is (151,31,80). Sum of RGB (Red+Green+Blue) = 151+31+80=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #971F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F50 is #68E0AF. Grayscale: #484848. Windows color (decimal): -6873264 or 5250967. OLE color: 5250967.
HSL color Cylindrical-coordinate representation of color #971F50: hue angle of 335.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F50 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 31 | 80 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.41 |
| HSL | 335.5º | 0.66% | 0.36% | - |
| HSV(B) | 335.5º | 0.79% | 0.59% | - |
| XYZ | 14.7 | 8.14 | 8.39 | - |
| YUV | 72.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 80 | 0 | 0.79 | 0.47 | 0.41 | 335.5 | 0.66 | 0.36 |
| Hex | 97 | 1F | 50 | 0 | 4F | 2F | 29 | 150 | 42 | 24 |
| Octal | 227 | 37 | 120 | 0 | 117 | 57 | 51 | 520 | 102 | 44 |
| Binary | 10010111 | 11111 | 1010000 | 0 | 1001111 | 101111 | 101001 | 101010000 | 1000010 | 100100 |
Color Harmonies of #971F50
Complementary color
Monochromatic Colors of #971F50
Black with #971F50
Text Example
Text Example
White with #971F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F50; }
p { color: rgb(151,31,80); }
H1.HeaderClassName
{
color: #971F50;
}
.AnyTagClassName
{
color: #971F50;
}
</style>
background-color css
<style>
a { background-color: #971F50; }
a { background-color: rgb(151,31,80); }
div.DivClassName
{
background-color: #971F50;
}
.BgClassName
{
background-color: #971F50;
}
</style>
border-color css
<style>
span { border-color: #971F50; }
span { border-color: rgb(151,31,80); }
td.TdClassName
{
border-color: #971F50;
}
.TagClassName
{
border-color: #971F50;
}
</style>