Shades of Lipstick #972146
Tints of Lipstick #972146
RGB
CMYK
RGB Variations
Color information
#972146 (or 0x972146) is known color: Lipstick. HEX triplet: 97, 21 and 46. RGB value is (151,33,70). Sum of RGB (Red+Green+Blue) = 151+33+70=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #972146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972146 is #68DEB9. Grayscale: #484848. Windows color (decimal): -6872762 or 4596119. OLE color: 4596119.
HSL color Cylindrical-coordinate representation of color #972146: hue angle of 341.19º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972146 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 70 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.41 |
| HSL | 341.19º | 0.64% | 0.36% | - |
| HSV(B) | 341.19º | 0.78% | 0.59% | - |
| XYZ | 14.41 | 8.11 | 6.6 | - |
| YUV | 72.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 70 | 0 | 0.78 | 0.54 | 0.41 | 341.19 | 0.64 | 0.36 |
| Hex | 97 | 21 | 46 | 0 | 4E | 36 | 29 | 155 | 40 | 24 |
| Octal | 227 | 41 | 106 | 0 | 116 | 66 | 51 | 525 | 100 | 44 |
| Binary | 10010111 | 100001 | 1000110 | 0 | 1001110 | 110110 | 101001 | 101010101 | 1000000 | 100100 |
Color Harmonies of #972146
Complementary color
Monochromatic Colors of #972146
Black with #972146
Text Example
Text Example
White with #972146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972146; }
p { color: rgb(151,33,70); }
H1.HeaderClassName
{
color: #972146;
}
.AnyTagClassName
{
color: #972146;
}
</style>
background-color css
<style>
a { background-color: #972146; }
a { background-color: rgb(151,33,70); }
div.DivClassName
{
background-color: #972146;
}
.BgClassName
{
background-color: #972146;
}
</style>
border-color css
<style>
span { border-color: #972146; }
span { border-color: rgb(151,33,70); }
td.TdClassName
{
border-color: #972146;
}
.TagClassName
{
border-color: #972146;
}
</style>