Shades of Lipstick #972D5B
Tints of Lipstick #972D5B
RGB
CMYK
RGB Variations
Color information
#972D5B (or 0x972D5B) is known color: Lipstick. HEX triplet: 97, 2D and 5B. RGB value is (151,45,91). Sum of RGB (Red+Green+Blue) = 151+45+91=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #972D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D5B is #68D2A4. Grayscale: #515151. Windows color (decimal): -6869669 or 5975447. OLE color: 5975447.
HSL color Cylindrical-coordinate representation of color #972D5B: hue angle of 333.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D5B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 91 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.41 |
| HSL | 333.96º | 0.54% | 0.38% | - |
| HSV(B) | 333.96º | 0.7% | 0.59% | - |
| XYZ | 15.59 | 9.21 | 10.85 | - |
| YUV | 81.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 91 | 0 | 0.70 | 0.40 | 0.41 | 333.96 | 0.54 | 0.38 |
| Hex | 97 | 2D | 5B | 0 | 46 | 28 | 29 | 14E | 36 | 26 |
| Octal | 227 | 55 | 133 | 0 | 106 | 50 | 51 | 516 | 66 | 46 |
| Binary | 10010111 | 101101 | 1011011 | 0 | 1000110 | 101000 | 101001 | 101001110 | 110110 | 100110 |
Color Harmonies of #972D5B
Complementary color
Monochromatic Colors of #972D5B
Black with #972D5B
Text Example
Text Example
White with #972D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D5B; }
p { color: rgb(151,45,91); }
H1.HeaderClassName
{
color: #972D5B;
}
.AnyTagClassName
{
color: #972D5B;
}
</style>
background-color css
<style>
a { background-color: #972D5B; }
a { background-color: rgb(151,45,91); }
div.DivClassName
{
background-color: #972D5B;
}
.BgClassName
{
background-color: #972D5B;
}
</style>
border-color css
<style>
span { border-color: #972D5B; }
span { border-color: rgb(151,45,91); }
td.TdClassName
{
border-color: #972D5B;
}
.TagClassName
{
border-color: #972D5B;
}
</style>