Shades of Lipstick #972949
Tints of Lipstick #972949
RGB
CMYK
RGB Variations
Color information
#972949 (or 0x972949) is known color: Lipstick. HEX triplet: 97, 29 and 49. RGB value is (151,41,73). Sum of RGB (Red+Green+Blue) = 151+41+73=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #972949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972949 is #68D6B6. Grayscale: #4D4D4D. Windows color (decimal): -6870711 or 4794775. OLE color: 4794775.
HSL color Cylindrical-coordinate representation of color #972949: hue angle of 342.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972949 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 73 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.41 |
| HSL | 342.55º | 0.57% | 0.38% | - |
| HSV(B) | 342.55º | 0.73% | 0.59% | - |
| XYZ | 14.76 | 8.65 | 7.19 | - |
| YUV | 77.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 73 | 0 | 0.73 | 0.52 | 0.41 | 342.55 | 0.57 | 0.38 |
| Hex | 97 | 29 | 49 | 0 | 49 | 34 | 29 | 157 | 39 | 26 |
| Octal | 227 | 51 | 111 | 0 | 111 | 64 | 51 | 527 | 71 | 46 |
| Binary | 10010111 | 101001 | 1001001 | 0 | 1001001 | 110100 | 101001 | 101010111 | 111001 | 100110 |
Color Harmonies of #972949
Complementary color
Monochromatic Colors of #972949
Black with #972949
Text Example
Text Example
White with #972949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972949; }
p { color: rgb(151,41,73); }
H1.HeaderClassName
{
color: #972949;
}
.AnyTagClassName
{
color: #972949;
}
</style>
background-color css
<style>
a { background-color: #972949; }
a { background-color: rgb(151,41,73); }
div.DivClassName
{
background-color: #972949;
}
.BgClassName
{
background-color: #972949;
}
</style>
border-color css
<style>
span { border-color: #972949; }
span { border-color: rgb(151,41,73); }
td.TdClassName
{
border-color: #972949;
}
.TagClassName
{
border-color: #972949;
}
</style>