Shades of Lipstick #972445
Tints of Lipstick #972445
RGB
CMYK
RGB Variations
Color information
#972445 (or 0x972445) is known color: Lipstick. HEX triplet: 97, 24 and 45. RGB value is (151,36,69). Sum of RGB (Red+Green+Blue) = 151+36+69=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #972445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972445 is #68DBBA. Grayscale: #4A4A4A. Windows color (decimal): -6871995 or 4531351. OLE color: 4531351.
HSL color Cylindrical-coordinate representation of color #972445: hue angle of 342.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972445 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 69 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.41 |
| HSL | 342.78º | 0.61% | 0.37% | - |
| HSV(B) | 342.78º | 0.76% | 0.59% | - |
| XYZ | 14.47 | 8.27 | 6.46 | - |
| YUV | 74.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 69 | 0 | 0.76 | 0.54 | 0.41 | 342.78 | 0.61 | 0.37 |
| Hex | 97 | 24 | 45 | 0 | 4C | 36 | 29 | 157 | 3D | 25 |
| Octal | 227 | 44 | 105 | 0 | 114 | 66 | 51 | 527 | 75 | 45 |
| Binary | 10010111 | 100100 | 1000101 | 0 | 1001100 | 110110 | 101001 | 101010111 | 111101 | 100101 |
Color Harmonies of #972445
Complementary color
Monochromatic Colors of #972445
Black with #972445
Text Example
Text Example
White with #972445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972445; }
p { color: rgb(151,36,69); }
H1.HeaderClassName
{
color: #972445;
}
.AnyTagClassName
{
color: #972445;
}
</style>
background-color css
<style>
a { background-color: #972445; }
a { background-color: rgb(151,36,69); }
div.DivClassName
{
background-color: #972445;
}
.BgClassName
{
background-color: #972445;
}
</style>
border-color css
<style>
span { border-color: #972445; }
span { border-color: rgb(151,36,69); }
td.TdClassName
{
border-color: #972445;
}
.TagClassName
{
border-color: #972445;
}
</style>