Shades of Lipstick #972D4B
Tints of Lipstick #972D4B
RGB
CMYK
RGB Variations
Color information
#972D4B (or 0x972D4B) is known color: Lipstick. HEX triplet: 97, 2D and 4B. RGB value is (151,45,75). Sum of RGB (Red+Green+Blue) = 151+45+75=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #972D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D4B is #68D2B4. Grayscale: #505050. Windows color (decimal): -6869685 or 4926871. OLE color: 4926871.
HSL color Cylindrical-coordinate representation of color #972D4B: hue angle of 343.02º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D4B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 75 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.41 |
| HSL | 343.02º | 0.54% | 0.38% | - |
| HSV(B) | 343.02º | 0.7% | 0.59% | - |
| XYZ | 14.97 | 8.96 | 7.6 | - |
| YUV | 80.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 75 | 0 | 0.70 | 0.50 | 0.41 | 343.02 | 0.54 | 0.38 |
| Hex | 97 | 2D | 4B | 0 | 46 | 32 | 29 | 157 | 36 | 26 |
| Octal | 227 | 55 | 113 | 0 | 106 | 62 | 51 | 527 | 66 | 46 |
| Binary | 10010111 | 101101 | 1001011 | 0 | 1000110 | 110010 | 101001 | 101010111 | 110110 | 100110 |
Color Harmonies of #972D4B
Complementary color
Monochromatic Colors of #972D4B
Black with #972D4B
Text Example
Text Example
White with #972D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D4B; }
p { color: rgb(151,45,75); }
H1.HeaderClassName
{
color: #972D4B;
}
.AnyTagClassName
{
color: #972D4B;
}
</style>
background-color css
<style>
a { background-color: #972D4B; }
a { background-color: rgb(151,45,75); }
div.DivClassName
{
background-color: #972D4B;
}
.BgClassName
{
background-color: #972D4B;
}
</style>
border-color css
<style>
span { border-color: #972D4B; }
span { border-color: rgb(151,45,75); }
td.TdClassName
{
border-color: #972D4B;
}
.TagClassName
{
border-color: #972D4B;
}
</style>