Shades of Lipstick #971D5E
Tints of Lipstick #971D5E
RGB
CMYK
RGB Variations
Color information
#971D5E (or 0x971D5E) is known color: Lipstick. HEX triplet: 97, 1D and 5E. RGB value is (151,29,94). Sum of RGB (Red+Green+Blue) = 151+29+94=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #971D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D5E is #68E2A1. Grayscale: #484848. Windows color (decimal): -6873762 or 6167959. OLE color: 6167959.
HSL color Cylindrical-coordinate representation of color #971D5E: hue angle of 328.03º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D5E is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 94 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.41 |
| HSL | 328.03º | 0.68% | 0.35% | - |
| HSV(B) | 328.03º | 0.81% | 0.59% | - |
| XYZ | 15.22 | 8.27 | 11.38 | - |
| YUV | 72.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 94 | 0 | 0.81 | 0.38 | 0.41 | 328.03 | 0.68 | 0.35 |
| Hex | 97 | 1D | 5E | 0 | 51 | 26 | 29 | 148 | 44 | 23 |
| Octal | 227 | 35 | 136 | 0 | 121 | 46 | 51 | 510 | 104 | 43 |
| Binary | 10010111 | 11101 | 1011110 | 0 | 1010001 | 100110 | 101001 | 101001000 | 1000100 | 100011 |
Color Harmonies of #971D5E
Complementary color
Monochromatic Colors of #971D5E
Black with #971D5E
Text Example
Text Example
White with #971D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D5E; }
p { color: rgb(151,29,94); }
H1.HeaderClassName
{
color: #971D5E;
}
.AnyTagClassName
{
color: #971D5E;
}
</style>
background-color css
<style>
a { background-color: #971D5E; }
a { background-color: rgb(151,29,94); }
div.DivClassName
{
background-color: #971D5E;
}
.BgClassName
{
background-color: #971D5E;
}
</style>
border-color css
<style>
span { border-color: #971D5E; }
span { border-color: rgb(151,29,94); }
td.TdClassName
{
border-color: #971D5E;
}
.TagClassName
{
border-color: #971D5E;
}
</style>