Shades of Lipstick #971E4A
Tints of Lipstick #971E4A
RGB
CMYK
RGB Variations
Color information
#971E4A (or 0x971E4A) is known color: Lipstick. HEX triplet: 97, 1E and 4A. RGB value is (151,30,74). Sum of RGB (Red+Green+Blue) = 151+30+74=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971E4A is #68E1B5. Grayscale: #474747. Windows color (decimal): -6873526 or 4857495. OLE color: 4857495.
HSL color Cylindrical-coordinate representation of color #971E4A: hue angle of 338.18º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971E4A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 30 | 74 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.41 |
| HSL | 338.18º | 0.67% | 0.35% | - |
| HSV(B) | 338.18º | 0.8% | 0.59% | - |
| XYZ | 14.46 | 8 | 7.26 | - |
| YUV | 71.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 74 | 0 | 0.80 | 0.51 | 0.41 | 338.18 | 0.67 | 0.35 |
| Hex | 97 | 1E | 4A | 0 | 50 | 33 | 29 | 152 | 43 | 23 |
| Octal | 227 | 36 | 112 | 0 | 120 | 63 | 51 | 522 | 103 | 43 |
| Binary | 10010111 | 11110 | 1001010 | 0 | 1010000 | 110011 | 101001 | 101010010 | 1000011 | 100011 |
Color Harmonies of #971E4A
Complementary color
Monochromatic Colors of #971E4A
Black with #971E4A
Text Example
Text Example
White with #971E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971E4A; }
p { color: rgb(151,30,74); }
H1.HeaderClassName
{
color: #971E4A;
}
.AnyTagClassName
{
color: #971E4A;
}
</style>
background-color css
<style>
a { background-color: #971E4A; }
a { background-color: rgb(151,30,74); }
div.DivClassName
{
background-color: #971E4A;
}
.BgClassName
{
background-color: #971E4A;
}
</style>
border-color css
<style>
span { border-color: #971E4A; }
span { border-color: rgb(151,30,74); }
td.TdClassName
{
border-color: #971E4A;
}
.TagClassName
{
border-color: #971E4A;
}
</style>