Shades of Lipstick #972B5C
Tints of Lipstick #972B5C
RGB
CMYK
RGB Variations
Color information
#972B5C (or 0x972B5C) is known color: Lipstick. HEX triplet: 97, 2B and 5C. RGB value is (151,43,92). Sum of RGB (Red+Green+Blue) = 151+43+92=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #972B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972B5C is #68D4A3. Grayscale: #505050. Windows color (decimal): -6870180 or 6040471. OLE color: 6040471.
HSL color Cylindrical-coordinate representation of color #972B5C: hue angle of 332.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B5C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 92 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.41 |
| HSL | 332.78º | 0.56% | 0.38% | - |
| HSV(B) | 332.78º | 0.72% | 0.59% | - |
| XYZ | 15.56 | 9.08 | 11.06 | - |
| YUV | 80.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 92 | 0 | 0.72 | 0.39 | 0.41 | 332.78 | 0.56 | 0.38 |
| Hex | 97 | 2B | 5C | 0 | 48 | 27 | 29 | 14D | 38 | 26 |
| Octal | 227 | 53 | 134 | 0 | 110 | 47 | 51 | 515 | 70 | 46 |
| Binary | 10010111 | 101011 | 1011100 | 0 | 1001000 | 100111 | 101001 | 101001101 | 111000 | 100110 |
Color Harmonies of #972B5C
Complementary color
Monochromatic Colors of #972B5C
Black with #972B5C
Text Example
Text Example
White with #972B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B5C; }
p { color: rgb(151,43,92); }
H1.HeaderClassName
{
color: #972B5C;
}
.AnyTagClassName
{
color: #972B5C;
}
</style>
background-color css
<style>
a { background-color: #972B5C; }
a { background-color: rgb(151,43,92); }
div.DivClassName
{
background-color: #972B5C;
}
.BgClassName
{
background-color: #972B5C;
}
</style>
border-color css
<style>
span { border-color: #972B5C; }
span { border-color: rgb(151,43,92); }
td.TdClassName
{
border-color: #972B5C;
}
.TagClassName
{
border-color: #972B5C;
}
</style>