Shades of Lipstick #972044
Tints of Lipstick #972044
RGB
CMYK
RGB Variations
Color information
#972044 (or 0x972044) is known color: Lipstick. HEX triplet: 97, 20 and 44. RGB value is (151,32,68). Sum of RGB (Red+Green+Blue) = 151+32+68=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #972044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972044 is #68DFBB. Grayscale: #474747. Windows color (decimal): -6873020 or 4464791. OLE color: 4464791.
HSL color Cylindrical-coordinate representation of color #972044: hue angle of 341.85º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972044 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 68 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.41 |
| HSL | 341.85º | 0.65% | 0.36% | - |
| HSV(B) | 341.85º | 0.79% | 0.59% | - |
| XYZ | 14.32 | 8.03 | 6.26 | - |
| YUV | 71.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 68 | 0 | 0.79 | 0.55 | 0.41 | 341.85 | 0.65 | 0.36 |
| Hex | 97 | 20 | 44 | 0 | 4F | 37 | 29 | 156 | 41 | 24 |
| Octal | 227 | 40 | 104 | 0 | 117 | 67 | 51 | 526 | 101 | 44 |
| Binary | 10010111 | 100000 | 1000100 | 0 | 1001111 | 110111 | 101001 | 101010110 | 1000001 | 100100 |
Color Harmonies of #972044
Complementary color
Monochromatic Colors of #972044
Black with #972044
Text Example
Text Example
White with #972044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972044; }
p { color: rgb(151,32,68); }
H1.HeaderClassName
{
color: #972044;
}
.AnyTagClassName
{
color: #972044;
}
</style>
background-color css
<style>
a { background-color: #972044; }
a { background-color: rgb(151,32,68); }
div.DivClassName
{
background-color: #972044;
}
.BgClassName
{
background-color: #972044;
}
</style>
border-color css
<style>
span { border-color: #972044; }
span { border-color: rgb(151,32,68); }
td.TdClassName
{
border-color: #972044;
}
.TagClassName
{
border-color: #972044;
}
</style>