Shades of Lipstick #971247
Tints of Lipstick #971247
RGB
CMYK
RGB Variations
Color information
#971247 (or 0x971247) is known color: Lipstick. HEX triplet: 97, 12 and 47. RGB value is (151,18,71). Sum of RGB (Red+Green+Blue) = 151+18+71=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #971247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971247 is #68EDB8. Grayscale: #3F3F3F. Windows color (decimal): -6876601 or 4657815. OLE color: 4657815.
HSL color Cylindrical-coordinate representation of color #971247: hue angle of 336.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971247 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 71 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.41 |
| HSL | 336.09º | 0.79% | 0.33% | - |
| HSV(B) | 336.09º | 0.88% | 0.59% | - |
| XYZ | 14.12 | 7.47 | 6.66 | - |
| YUV | 63.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 71 | 0 | 0.88 | 0.53 | 0.41 | 336.09 | 0.79 | 0.33 |
| Hex | 97 | 12 | 47 | 0 | 58 | 35 | 29 | 150 | 4F | 21 |
| Octal | 227 | 22 | 107 | 0 | 130 | 65 | 51 | 520 | 117 | 41 |
| Binary | 10010111 | 10010 | 1000111 | 0 | 1011000 | 110101 | 101001 | 101010000 | 1001111 | 100001 |
Color Harmonies of #971247
Complementary color
Monochromatic Colors of #971247
Black with #971247
Text Example
Text Example
White with #971247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971247; }
p { color: rgb(151,18,71); }
H1.HeaderClassName
{
color: #971247;
}
.AnyTagClassName
{
color: #971247;
}
</style>
background-color css
<style>
a { background-color: #971247; }
a { background-color: rgb(151,18,71); }
div.DivClassName
{
background-color: #971247;
}
.BgClassName
{
background-color: #971247;
}
</style>
border-color css
<style>
span { border-color: #971247; }
span { border-color: rgb(151,18,71); }
td.TdClassName
{
border-color: #971247;
}
.TagClassName
{
border-color: #971247;
}
</style>