Shades of Lipstick #972545
Tints of Lipstick #972545
RGB
CMYK
RGB Variations
Color information
#972545 (or 0x972545) is known color: Lipstick. HEX triplet: 97, 25 and 45. RGB value is (151,37,69). Sum of RGB (Red+Green+Blue) = 151+37+69=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #972545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972545 is #68DABA. Grayscale: #4A4A4A. Windows color (decimal): -6871739 or 4531607. OLE color: 4531607.
HSL color Cylindrical-coordinate representation of color #972545: hue angle of 343.16º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972545 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 69 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.41 |
| HSL | 343.16º | 0.61% | 0.37% | - |
| HSV(B) | 343.16º | 0.75% | 0.59% | - |
| XYZ | 14.5 | 8.33 | 6.47 | - |
| YUV | 74.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 69 | 0 | 0.75 | 0.54 | 0.41 | 343.16 | 0.61 | 0.37 |
| Hex | 97 | 25 | 45 | 0 | 4B | 36 | 29 | 157 | 3D | 25 |
| Octal | 227 | 45 | 105 | 0 | 113 | 66 | 51 | 527 | 75 | 45 |
| Binary | 10010111 | 100101 | 1000101 | 0 | 1001011 | 110110 | 101001 | 101010111 | 111101 | 100101 |
Color Harmonies of #972545
Complementary color
Monochromatic Colors of #972545
Black with #972545
Text Example
Text Example
White with #972545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972545; }
p { color: rgb(151,37,69); }
H1.HeaderClassName
{
color: #972545;
}
.AnyTagClassName
{
color: #972545;
}
</style>
background-color css
<style>
a { background-color: #972545; }
a { background-color: rgb(151,37,69); }
div.DivClassName
{
background-color: #972545;
}
.BgClassName
{
background-color: #972545;
}
</style>
border-color css
<style>
span { border-color: #972545; }
span { border-color: rgb(151,37,69); }
td.TdClassName
{
border-color: #972545;
}
.TagClassName
{
border-color: #972545;
}
</style>