Shades of Lipstick #972A4D
Tints of Lipstick #972A4D
RGB
CMYK
RGB Variations
Color information
#972A4D (or 0x972A4D) is known color: Lipstick. HEX triplet: 97, 2A and 4D. RGB value is (151,42,77). Sum of RGB (Red+Green+Blue) = 151+42+77=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #972A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A4D is #68D5B2. Grayscale: #4E4E4E. Windows color (decimal): -6870451 or 5057175. OLE color: 5057175.
HSL color Cylindrical-coordinate representation of color #972A4D: hue angle of 340.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A4D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 77 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.41 |
| HSL | 340.73º | 0.56% | 0.38% | - |
| HSV(B) | 340.73º | 0.72% | 0.59% | - |
| XYZ | 14.93 | 8.77 | 7.93 | - |
| YUV | 78.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 77 | 0 | 0.72 | 0.49 | 0.41 | 340.73 | 0.56 | 0.38 |
| Hex | 97 | 2A | 4D | 0 | 48 | 31 | 29 | 155 | 38 | 26 |
| Octal | 227 | 52 | 115 | 0 | 110 | 61 | 51 | 525 | 70 | 46 |
| Binary | 10010111 | 101010 | 1001101 | 0 | 1001000 | 110001 | 101001 | 101010101 | 111000 | 100110 |
Color Harmonies of #972A4D
Complementary color
Monochromatic Colors of #972A4D
Black with #972A4D
Text Example
Text Example
White with #972A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A4D; }
p { color: rgb(151,42,77); }
H1.HeaderClassName
{
color: #972A4D;
}
.AnyTagClassName
{
color: #972A4D;
}
</style>
background-color css
<style>
a { background-color: #972A4D; }
a { background-color: rgb(151,42,77); }
div.DivClassName
{
background-color: #972A4D;
}
.BgClassName
{
background-color: #972A4D;
}
</style>
border-color css
<style>
span { border-color: #972A4D; }
span { border-color: rgb(151,42,77); }
td.TdClassName
{
border-color: #972A4D;
}
.TagClassName
{
border-color: #972A4D;
}
</style>