Shades of Lipstick #972B5B
Tints of Lipstick #972B5B
RGB
CMYK
RGB Variations
Color information
#972B5B (or 0x972B5B) is known color: Lipstick. HEX triplet: 97, 2B and 5B. RGB value is (151,43,91). Sum of RGB (Red+Green+Blue) = 151+43+91=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #972B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972B5B is #68D4A4. Grayscale: #505050. Windows color (decimal): -6870181 or 5974935. OLE color: 5974935.
HSL color Cylindrical-coordinate representation of color #972B5B: hue angle of 333.33º 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 #972B5B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 91 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.41 |
| HSL | 333.33º | 0.56% | 0.38% | - |
| HSV(B) | 333.33º | 0.72% | 0.59% | - |
| XYZ | 15.51 | 9.06 | 10.83 | - |
| YUV | 80.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 91 | 0 | 0.72 | 0.40 | 0.41 | 333.33 | 0.56 | 0.38 |
| Hex | 97 | 2B | 5B | 0 | 48 | 28 | 29 | 14D | 38 | 26 |
| Octal | 227 | 53 | 133 | 0 | 110 | 50 | 51 | 515 | 70 | 46 |
| Binary | 10010111 | 101011 | 1011011 | 0 | 1001000 | 101000 | 101001 | 101001101 | 111000 | 100110 |
Color Harmonies of #972B5B
Complementary color
Monochromatic Colors of #972B5B
Black with #972B5B
Text Example
Text Example
White with #972B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B5B; }
p { color: rgb(151,43,91); }
H1.HeaderClassName
{
color: #972B5B;
}
.AnyTagClassName
{
color: #972B5B;
}
</style>
background-color css
<style>
a { background-color: #972B5B; }
a { background-color: rgb(151,43,91); }
div.DivClassName
{
background-color: #972B5B;
}
.BgClassName
{
background-color: #972B5B;
}
</style>
border-color css
<style>
span { border-color: #972B5B; }
span { border-color: rgb(151,43,91); }
td.TdClassName
{
border-color: #972B5B;
}
.TagClassName
{
border-color: #972B5B;
}
</style>