Shades of Lipstick #971948
Tints of Lipstick #971948
RGB
CMYK
RGB Variations
Color information
#971948 (or 0x971948) is known color: Lipstick. HEX triplet: 97, 19 and 48. RGB value is (151,25,72). Sum of RGB (Red+Green+Blue) = 151+25+72=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #971948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971948 is #68E6B7. Grayscale: #434343. Windows color (decimal): -6874808 or 4725143. OLE color: 4725143.
HSL color Cylindrical-coordinate representation of color #971948: hue angle of 337.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971948 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 72 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.41 |
| HSL | 337.62º | 0.72% | 0.35% | - |
| HSV(B) | 337.62º | 0.83% | 0.59% | - |
| XYZ | 14.28 | 7.74 | 6.87 | - |
| YUV | 68.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 72 | 0 | 0.83 | 0.52 | 0.41 | 337.62 | 0.72 | 0.35 |
| Hex | 97 | 19 | 48 | 0 | 53 | 34 | 29 | 152 | 48 | 23 |
| Octal | 227 | 31 | 110 | 0 | 123 | 64 | 51 | 522 | 110 | 43 |
| Binary | 10010111 | 11001 | 1001000 | 0 | 1010011 | 110100 | 101001 | 101010010 | 1001000 | 100011 |
Color Harmonies of #971948
Complementary color
Monochromatic Colors of #971948
Black with #971948
Text Example
Text Example
White with #971948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971948; }
p { color: rgb(151,25,72); }
H1.HeaderClassName
{
color: #971948;
}
.AnyTagClassName
{
color: #971948;
}
</style>
background-color css
<style>
a { background-color: #971948; }
a { background-color: rgb(151,25,72); }
div.DivClassName
{
background-color: #971948;
}
.BgClassName
{
background-color: #971948;
}
</style>
border-color css
<style>
span { border-color: #971948; }
span { border-color: rgb(151,25,72); }
td.TdClassName
{
border-color: #971948;
}
.TagClassName
{
border-color: #971948;
}
</style>