Shades of Lipstick #972F5E
Tints of Lipstick #972F5E
RGB
CMYK
RGB Variations
Color information
#972F5E (or 0x972F5E) is known color: Lipstick. HEX triplet: 97, 2F and 5E. RGB value is (151,47,94). Sum of RGB (Red+Green+Blue) = 151+47+94=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #972F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F5E is #68D0A1. Grayscale: #535353. Windows color (decimal): -6869154 or 6172567. OLE color: 6172567.
HSL color Cylindrical-coordinate representation of color #972F5E: hue angle of 332.88º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F5E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 94 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.41 |
| HSL | 332.88º | 0.53% | 0.39% | - |
| HSV(B) | 332.88º | 0.69% | 0.59% | - |
| XYZ | 15.8 | 9.42 | 11.58 | - |
| YUV | 83.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 94 | 0 | 0.69 | 0.38 | 0.41 | 332.88 | 0.53 | 0.39 |
| Hex | 97 | 2F | 5E | 0 | 45 | 26 | 29 | 14D | 35 | 27 |
| Octal | 227 | 57 | 136 | 0 | 105 | 46 | 51 | 515 | 65 | 47 |
| Binary | 10010111 | 101111 | 1011110 | 0 | 1000101 | 100110 | 101001 | 101001101 | 110101 | 100111 |
Color Harmonies of #972F5E
Complementary color
Monochromatic Colors of #972F5E
Black with #972F5E
Text Example
Text Example
White with #972F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F5E; }
p { color: rgb(151,47,94); }
H1.HeaderClassName
{
color: #972F5E;
}
.AnyTagClassName
{
color: #972F5E;
}
</style>
background-color css
<style>
a { background-color: #972F5E; }
a { background-color: rgb(151,47,94); }
div.DivClassName
{
background-color: #972F5E;
}
.BgClassName
{
background-color: #972F5E;
}
</style>
border-color css
<style>
span { border-color: #972F5E; }
span { border-color: rgb(151,47,94); }
td.TdClassName
{
border-color: #972F5E;
}
.TagClassName
{
border-color: #972F5E;
}
</style>