Shades of Lipstick #972C6C
Tints of Lipstick #972C6C
RGB
CMYK
RGB Variations
Color information
#972C6C (or 0x972C6C) is known color: Lipstick. HEX triplet: 97, 2C and 6C. RGB value is (151,44,108). Sum of RGB (Red+Green+Blue) = 151+44+108=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #972C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C6C is #68D393. Grayscale: #535353. Windows color (decimal): -6869908 or 7089303. OLE color: 7089303.
HSL color Cylindrical-coordinate representation of color #972C6C: hue angle of 324.11º 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 #972C6C is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 108 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.41 |
| HSL | 324.11º | 0.55% | 0.38% | - |
| HSV(B) | 324.11º | 0.71% | 0.59% | - |
| XYZ | 16.37 | 9.46 | 15.15 | - |
| YUV | 83.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 108 | 0 | 0.71 | 0.28 | 0.41 | 324.11 | 0.55 | 0.38 |
| Hex | 97 | 2C | 6C | 0 | 47 | 1C | 29 | 144 | 37 | 26 |
| Octal | 227 | 54 | 154 | 0 | 107 | 34 | 51 | 504 | 67 | 46 |
| Binary | 10010111 | 101100 | 1101100 | 0 | 1000111 | 11100 | 101001 | 101000100 | 110111 | 100110 |
Color Harmonies of #972C6C
Complementary color
Monochromatic Colors of #972C6C
Black with #972C6C
Text Example
Text Example
White with #972C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C6C; }
p { color: rgb(151,44,108); }
H1.HeaderClassName
{
color: #972C6C;
}
.AnyTagClassName
{
color: #972C6C;
}
</style>
background-color css
<style>
a { background-color: #972C6C; }
a { background-color: rgb(151,44,108); }
div.DivClassName
{
background-color: #972C6C;
}
.BgClassName
{
background-color: #972C6C;
}
</style>
border-color css
<style>
span { border-color: #972C6C; }
span { border-color: rgb(151,44,108); }
td.TdClassName
{
border-color: #972C6C;
}
.TagClassName
{
border-color: #972C6C;
}
</style>