Shades of Lipstick #972551
Tints of Lipstick #972551
RGB
CMYK
RGB Variations
Color information
#972551 (or 0x972551) is known color: Lipstick. HEX triplet: 97, 25 and 51. RGB value is (151,37,81). Sum of RGB (Red+Green+Blue) = 151+37+81=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #972551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972551 is #68DAAE. Grayscale: #4C4C4C. Windows color (decimal): -6871727 or 5318039. OLE color: 5318039.
HSL color Cylindrical-coordinate representation of color #972551: hue angle of 336.84º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972551 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 81 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.41 |
| HSL | 336.84º | 0.61% | 0.37% | - |
| HSV(B) | 336.84º | 0.75% | 0.59% | - |
| XYZ | 14.91 | 8.5 | 8.64 | - |
| YUV | 76.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 81 | 0 | 0.75 | 0.46 | 0.41 | 336.84 | 0.61 | 0.37 |
| Hex | 97 | 25 | 51 | 0 | 4B | 2E | 29 | 151 | 3D | 25 |
| Octal | 227 | 45 | 121 | 0 | 113 | 56 | 51 | 521 | 75 | 45 |
| Binary | 10010111 | 100101 | 1010001 | 0 | 1001011 | 101110 | 101001 | 101010001 | 111101 | 100101 |
Color Harmonies of #972551
Complementary color
Monochromatic Colors of #972551
Black with #972551
Text Example
Text Example
White with #972551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972551; }
p { color: rgb(151,37,81); }
H1.HeaderClassName
{
color: #972551;
}
.AnyTagClassName
{
color: #972551;
}
</style>
background-color css
<style>
a { background-color: #972551; }
a { background-color: rgb(151,37,81); }
div.DivClassName
{
background-color: #972551;
}
.BgClassName
{
background-color: #972551;
}
</style>
border-color css
<style>
span { border-color: #972551; }
span { border-color: rgb(151,37,81); }
td.TdClassName
{
border-color: #972551;
}
.TagClassName
{
border-color: #972551;
}
</style>