Shades of Lipstick #972C58
Tints of Lipstick #972C58
RGB
CMYK
RGB Variations
Color information
#972C58 (or 0x972C58) is known color: Lipstick. HEX triplet: 97, 2C and 58. RGB value is (151,44,88). Sum of RGB (Red+Green+Blue) = 151+44+88=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #972C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C58 is #68D3A7. Grayscale: #505050. Windows color (decimal): -6869928 or 5778583. OLE color: 5778583.
HSL color Cylindrical-coordinate representation of color #972C58: hue angle of 335.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C58 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 88 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.41 |
| HSL | 335.33º | 0.55% | 0.38% | - |
| HSV(B) | 335.33º | 0.71% | 0.59% | - |
| XYZ | 15.42 | 9.09 | 10.17 | - |
| YUV | 81.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 88 | 0 | 0.71 | 0.42 | 0.41 | 335.33 | 0.55 | 0.38 |
| Hex | 97 | 2C | 58 | 0 | 47 | 2A | 29 | 14F | 37 | 26 |
| Octal | 227 | 54 | 130 | 0 | 107 | 52 | 51 | 517 | 67 | 46 |
| Binary | 10010111 | 101100 | 1011000 | 0 | 1000111 | 101010 | 101001 | 101001111 | 110111 | 100110 |
Color Harmonies of #972C58
Complementary color
Monochromatic Colors of #972C58
Black with #972C58
Text Example
Text Example
White with #972C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C58; }
p { color: rgb(151,44,88); }
H1.HeaderClassName
{
color: #972C58;
}
.AnyTagClassName
{
color: #972C58;
}
</style>
background-color css
<style>
a { background-color: #972C58; }
a { background-color: rgb(151,44,88); }
div.DivClassName
{
background-color: #972C58;
}
.BgClassName
{
background-color: #972C58;
}
</style>
border-color css
<style>
span { border-color: #972C58; }
span { border-color: rgb(151,44,88); }
td.TdClassName
{
border-color: #972C58;
}
.TagClassName
{
border-color: #972C58;
}
</style>