Shades of Lipstick #971D5B
Tints of Lipstick #971D5B
RGB
CMYK
RGB Variations
Color information
#971D5B (or 0x971D5B) is known color: Lipstick. HEX triplet: 97, 1D and 5B. RGB value is (151,29,91). Sum of RGB (Red+Green+Blue) = 151+29+91=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D5B is #68E2A4. Grayscale: #484848. Windows color (decimal): -6873765 or 5971351. OLE color: 5971351.
HSL color Cylindrical-coordinate representation of color #971D5B: hue angle of 329.51º 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 #971D5B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 91 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.41 |
| HSL | 329.51º | 0.68% | 0.35% | - |
| HSV(B) | 329.51º | 0.81% | 0.59% | - |
| XYZ | 15.09 | 8.21 | 10.69 | - |
| YUV | 72.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 91 | 0 | 0.81 | 0.40 | 0.41 | 329.51 | 0.68 | 0.35 |
| Hex | 97 | 1D | 5B | 0 | 51 | 28 | 29 | 14A | 44 | 23 |
| Octal | 227 | 35 | 133 | 0 | 121 | 50 | 51 | 512 | 104 | 43 |
| Binary | 10010111 | 11101 | 1011011 | 0 | 1010001 | 101000 | 101001 | 101001010 | 1000100 | 100011 |
Color Harmonies of #971D5B
Complementary color
Monochromatic Colors of #971D5B
Black with #971D5B
Text Example
Text Example
White with #971D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D5B; }
p { color: rgb(151,29,91); }
H1.HeaderClassName
{
color: #971D5B;
}
.AnyTagClassName
{
color: #971D5B;
}
</style>
background-color css
<style>
a { background-color: #971D5B; }
a { background-color: rgb(151,29,91); }
div.DivClassName
{
background-color: #971D5B;
}
.BgClassName
{
background-color: #971D5B;
}
</style>
border-color css
<style>
span { border-color: #971D5B; }
span { border-color: rgb(151,29,91); }
td.TdClassName
{
border-color: #971D5B;
}
.TagClassName
{
border-color: #971D5B;
}
</style>