Shades of Lipstick #973A5B
Tints of Lipstick #973A5B
RGB
CMYK
RGB Variations
Color information
#973A5B (or 0x973A5B) is known color: Lipstick. HEX triplet: 97, 3A and 5B. RGB value is (151,58,91). Sum of RGB (Red+Green+Blue) = 151+58+91=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #973A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A5B is #68C5A4. Grayscale: #595959. Windows color (decimal): -6866341 or 5978775. OLE color: 5978775.
HSL color Cylindrical-coordinate representation of color #973A5B: hue angle of 338.71º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A5B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 91 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.41 |
| HSL | 338.71º | 0.44% | 0.41% | - |
| HSV(B) | 338.71º | 0.62% | 0.59% | - |
| XYZ | 16.16 | 10.36 | 11.05 | - |
| YUV | 89.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 91 | 0 | 0.62 | 0.40 | 0.41 | 338.71 | 0.44 | 0.41 |
| Hex | 97 | 3A | 5B | 0 | 3E | 28 | 29 | 153 | 2C | 29 |
| Octal | 227 | 72 | 133 | 0 | 76 | 50 | 51 | 523 | 54 | 51 |
| Binary | 10010111 | 111010 | 1011011 | 0 | 111110 | 101000 | 101001 | 101010011 | 101100 | 101001 |
Color Harmonies of #973A5B
Complementary color
Monochromatic Colors of #973A5B
Black with #973A5B
Text Example
Text Example
White with #973A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A5B; }
p { color: rgb(151,58,91); }
H1.HeaderClassName
{
color: #973A5B;
}
.AnyTagClassName
{
color: #973A5B;
}
</style>
background-color css
<style>
a { background-color: #973A5B; }
a { background-color: rgb(151,58,91); }
div.DivClassName
{
background-color: #973A5B;
}
.BgClassName
{
background-color: #973A5B;
}
</style>
border-color css
<style>
span { border-color: #973A5B; }
span { border-color: rgb(151,58,91); }
td.TdClassName
{
border-color: #973A5B;
}
.TagClassName
{
border-color: #973A5B;
}
</style>