Shades of Lipstick #972544
Tints of Lipstick #972544
RGB
CMYK
RGB Variations
Color information
#972544 (or 0x972544) is known color: Lipstick. HEX triplet: 97, 25 and 44. RGB value is (151,37,68). Sum of RGB (Red+Green+Blue) = 151+37+68=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #972544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972544 is #68DABB. Grayscale: #4A4A4A. Windows color (decimal): -6871740 or 4466071. OLE color: 4466071.
HSL color Cylindrical-coordinate representation of color #972544: hue angle of 343.68º 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 #972544 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 68 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.41 |
| HSL | 343.68º | 0.61% | 0.37% | - |
| HSV(B) | 343.68º | 0.75% | 0.59% | - |
| XYZ | 14.47 | 8.32 | 6.31 | - |
| YUV | 74.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 68 | 0 | 0.75 | 0.55 | 0.41 | 343.68 | 0.61 | 0.37 |
| Hex | 97 | 25 | 44 | 0 | 4B | 37 | 29 | 158 | 3D | 25 |
| Octal | 227 | 45 | 104 | 0 | 113 | 67 | 51 | 530 | 75 | 45 |
| Binary | 10010111 | 100101 | 1000100 | 0 | 1001011 | 110111 | 101001 | 101011000 | 111101 | 100101 |
Color Harmonies of #972544
Complementary color
Monochromatic Colors of #972544
Black with #972544
Text Example
Text Example
White with #972544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972544; }
p { color: rgb(151,37,68); }
H1.HeaderClassName
{
color: #972544;
}
.AnyTagClassName
{
color: #972544;
}
</style>
background-color css
<style>
a { background-color: #972544; }
a { background-color: rgb(151,37,68); }
div.DivClassName
{
background-color: #972544;
}
.BgClassName
{
background-color: #972544;
}
</style>
border-color css
<style>
span { border-color: #972544; }
span { border-color: rgb(151,37,68); }
td.TdClassName
{
border-color: #972544;
}
.TagClassName
{
border-color: #972544;
}
</style>