Shades of Lipstick #972947
Tints of Lipstick #972947
RGB
CMYK
RGB Variations
Color information
#972947 (or 0x972947) is known color: Lipstick. HEX triplet: 97, 29 and 47. RGB value is (151,41,71). Sum of RGB (Red+Green+Blue) = 151+41+71=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #972947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972947 is #68D6B8. Grayscale: #4D4D4D. Windows color (decimal): -6870713 or 4663703. OLE color: 4663703.
HSL color Cylindrical-coordinate representation of color #972947: hue angle of 343.64º 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 #972947 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 71 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.41 |
| HSL | 343.64º | 0.57% | 0.38% | - |
| HSV(B) | 343.64º | 0.73% | 0.59% | - |
| XYZ | 14.69 | 8.62 | 6.85 | - |
| YUV | 77.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 71 | 0 | 0.73 | 0.53 | 0.41 | 343.64 | 0.57 | 0.38 |
| Hex | 97 | 29 | 47 | 0 | 49 | 35 | 29 | 158 | 39 | 26 |
| Octal | 227 | 51 | 107 | 0 | 111 | 65 | 51 | 530 | 71 | 46 |
| Binary | 10010111 | 101001 | 1000111 | 0 | 1001001 | 110101 | 101001 | 101011000 | 111001 | 100110 |
Color Harmonies of #972947
Complementary color
Monochromatic Colors of #972947
Black with #972947
Text Example
Text Example
White with #972947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972947; }
p { color: rgb(151,41,71); }
H1.HeaderClassName
{
color: #972947;
}
.AnyTagClassName
{
color: #972947;
}
</style>
background-color css
<style>
a { background-color: #972947; }
a { background-color: rgb(151,41,71); }
div.DivClassName
{
background-color: #972947;
}
.BgClassName
{
background-color: #972947;
}
</style>
border-color css
<style>
span { border-color: #972947; }
span { border-color: rgb(151,41,71); }
td.TdClassName
{
border-color: #972947;
}
.TagClassName
{
border-color: #972947;
}
</style>