Shades of Lipstick #972C4D
Tints of Lipstick #972C4D
RGB
CMYK
RGB Variations
Color information
#972C4D (or 0x972C4D) is known color: Lipstick. HEX triplet: 97, 2C and 4D. RGB value is (151,44,77). Sum of RGB (Red+Green+Blue) = 151+44+77=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #972C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C4D is #68D3B2. Grayscale: #4F4F4F. Windows color (decimal): -6869939 or 5057687. OLE color: 5057687.
HSL color Cylindrical-coordinate representation of color #972C4D: hue angle of 341.5º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C4D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 77 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.41 |
| HSL | 341.5º | 0.55% | 0.38% | - |
| HSV(B) | 341.5º | 0.71% | 0.59% | - |
| XYZ | 15 | 8.92 | 7.95 | - |
| YUV | 79.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 77 | 0 | 0.71 | 0.49 | 0.41 | 341.5 | 0.55 | 0.38 |
| Hex | 97 | 2C | 4D | 0 | 47 | 31 | 29 | 155 | 37 | 26 |
| Octal | 227 | 54 | 115 | 0 | 107 | 61 | 51 | 525 | 67 | 46 |
| Binary | 10010111 | 101100 | 1001101 | 0 | 1000111 | 110001 | 101001 | 101010101 | 110111 | 100110 |
Color Harmonies of #972C4D
Complementary color
Monochromatic Colors of #972C4D
Black with #972C4D
Text Example
Text Example
White with #972C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C4D; }
p { color: rgb(151,44,77); }
H1.HeaderClassName
{
color: #972C4D;
}
.AnyTagClassName
{
color: #972C4D;
}
</style>
background-color css
<style>
a { background-color: #972C4D; }
a { background-color: rgb(151,44,77); }
div.DivClassName
{
background-color: #972C4D;
}
.BgClassName
{
background-color: #972C4D;
}
</style>
border-color css
<style>
span { border-color: #972C4D; }
span { border-color: rgb(151,44,77); }
td.TdClassName
{
border-color: #972C4D;
}
.TagClassName
{
border-color: #972C4D;
}
</style>