Shades of Lipstick #971246
Tints of Lipstick #971246
RGB
CMYK
RGB Variations
Color information
#971246 (or 0x971246) is known color: Lipstick. HEX triplet: 97, 12 and 46. RGB value is (151,18,70). Sum of RGB (Red+Green+Blue) = 151+18+70=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #971246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971246 is #68EDB9. Grayscale: #3F3F3F. Windows color (decimal): -6876602 or 4592279. OLE color: 4592279.
HSL color Cylindrical-coordinate representation of color #971246: hue angle of 336.54º 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 #971246 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 70 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.41 |
| HSL | 336.54º | 0.79% | 0.33% | - |
| HSV(B) | 336.54º | 0.88% | 0.59% | - |
| XYZ | 14.08 | 7.45 | 6.49 | - |
| YUV | 63.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 70 | 0 | 0.88 | 0.54 | 0.41 | 336.54 | 0.79 | 0.33 |
| Hex | 97 | 12 | 46 | 0 | 58 | 36 | 29 | 151 | 4F | 21 |
| Octal | 227 | 22 | 106 | 0 | 130 | 66 | 51 | 521 | 117 | 41 |
| Binary | 10010111 | 10010 | 1000110 | 0 | 1011000 | 110110 | 101001 | 101010001 | 1001111 | 100001 |
Color Harmonies of #971246
Complementary color
Monochromatic Colors of #971246
Black with #971246
Text Example
Text Example
White with #971246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971246; }
p { color: rgb(151,18,70); }
H1.HeaderClassName
{
color: #971246;
}
.AnyTagClassName
{
color: #971246;
}
</style>
background-color css
<style>
a { background-color: #971246; }
a { background-color: rgb(151,18,70); }
div.DivClassName
{
background-color: #971246;
}
.BgClassName
{
background-color: #971246;
}
</style>
border-color css
<style>
span { border-color: #971246; }
span { border-color: rgb(151,18,70); }
td.TdClassName
{
border-color: #971246;
}
.TagClassName
{
border-color: #971246;
}
</style>