Shades of Lipstick #971D48
Tints of Lipstick #971D48
RGB
CMYK
RGB Variations
Color information
#971D48 (or 0x971D48) is known color: Lipstick. HEX triplet: 97, 1D and 48. RGB value is (151,29,72). Sum of RGB (Red+Green+Blue) = 151+29+72=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D48 is #68E2B7. Grayscale: #464646. Windows color (decimal): -6873784 or 4726167. OLE color: 4726167.
HSL color Cylindrical-coordinate representation of color #971D48: hue angle of 338.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D48 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 72 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.41 |
| HSL | 338.85º | 0.68% | 0.35% | - |
| HSV(B) | 338.85º | 0.81% | 0.59% | - |
| XYZ | 14.37 | 7.93 | 6.9 | - |
| YUV | 70.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 72 | 0 | 0.81 | 0.52 | 0.41 | 338.85 | 0.68 | 0.35 |
| Hex | 97 | 1D | 48 | 0 | 51 | 34 | 29 | 153 | 44 | 23 |
| Octal | 227 | 35 | 110 | 0 | 121 | 64 | 51 | 523 | 104 | 43 |
| Binary | 10010111 | 11101 | 1001000 | 0 | 1010001 | 110100 | 101001 | 101010011 | 1000100 | 100011 |
Color Harmonies of #971D48
Complementary color
Monochromatic Colors of #971D48
Black with #971D48
Text Example
Text Example
White with #971D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D48; }
p { color: rgb(151,29,72); }
H1.HeaderClassName
{
color: #971D48;
}
.AnyTagClassName
{
color: #971D48;
}
</style>
background-color css
<style>
a { background-color: #971D48; }
a { background-color: rgb(151,29,72); }
div.DivClassName
{
background-color: #971D48;
}
.BgClassName
{
background-color: #971D48;
}
</style>
border-color css
<style>
span { border-color: #971D48; }
span { border-color: rgb(151,29,72); }
td.TdClassName
{
border-color: #971D48;
}
.TagClassName
{
border-color: #971D48;
}
</style>