Shades of Lipstick #971D45
Tints of Lipstick #971D45
RGB
CMYK
RGB Variations
Color information
#971D45 (or 0x971D45) is known color: Lipstick. HEX triplet: 97, 1D and 45. RGB value is (151,29,69). Sum of RGB (Red+Green+Blue) = 151+29+69=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #971D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D45 is #68E2BA. Grayscale: #464646. Windows color (decimal): -6873787 or 4529559. OLE color: 4529559.
HSL color Cylindrical-coordinate representation of color #971D45: hue angle of 340.33º 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 #971D45 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 69 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.41 |
| HSL | 340.33º | 0.68% | 0.35% | - |
| HSV(B) | 340.33º | 0.81% | 0.59% | - |
| XYZ | 14.28 | 7.89 | 6.4 | - |
| YUV | 70.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 69 | 0 | 0.81 | 0.54 | 0.41 | 340.33 | 0.68 | 0.35 |
| Hex | 97 | 1D | 45 | 0 | 51 | 36 | 29 | 154 | 44 | 23 |
| Octal | 227 | 35 | 105 | 0 | 121 | 66 | 51 | 524 | 104 | 43 |
| Binary | 10010111 | 11101 | 1000101 | 0 | 1010001 | 110110 | 101001 | 101010100 | 1000100 | 100011 |
Color Harmonies of #971D45
Complementary color
Monochromatic Colors of #971D45
Black with #971D45
Text Example
Text Example
White with #971D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D45; }
p { color: rgb(151,29,69); }
H1.HeaderClassName
{
color: #971D45;
}
.AnyTagClassName
{
color: #971D45;
}
</style>
background-color css
<style>
a { background-color: #971D45; }
a { background-color: rgb(151,29,69); }
div.DivClassName
{
background-color: #971D45;
}
.BgClassName
{
background-color: #971D45;
}
</style>
border-color css
<style>
span { border-color: #971D45; }
span { border-color: rgb(151,29,69); }
td.TdClassName
{
border-color: #971D45;
}
.TagClassName
{
border-color: #971D45;
}
</style>