Shades of Lipstick #973359
Tints of Lipstick #973359
RGB
CMYK
RGB Variations
Color information
#973359 (or 0x973359) is known color: Lipstick. HEX triplet: 97, 33 and 59. RGB value is (151,51,89). Sum of RGB (Red+Green+Blue) = 151+51+89=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #973359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973359 is #68CCA6. Grayscale: #555555. Windows color (decimal): -6868135 or 5845911. OLE color: 5845911.
HSL color Cylindrical-coordinate representation of color #973359: hue angle of 337.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973359 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 89 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.41 |
| HSL | 337.2º | 0.5% | 0.4% | - |
| HSV(B) | 337.2º | 0.66% | 0.59% | - |
| XYZ | 15.75 | 9.67 | 10.49 | - |
| YUV | 85.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 89 | 0 | 0.66 | 0.41 | 0.41 | 337.2 | 0.5 | 0.4 |
| Hex | 97 | 33 | 59 | 0 | 42 | 29 | 29 | 151 | 32 | 28 |
| Octal | 227 | 63 | 131 | 0 | 102 | 51 | 51 | 521 | 62 | 50 |
| Binary | 10010111 | 110011 | 1011001 | 0 | 1000010 | 101001 | 101001 | 101010001 | 110010 | 101000 |
Color Harmonies of #973359
Complementary color
Monochromatic Colors of #973359
Black with #973359
Text Example
Text Example
White with #973359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973359; }
p { color: rgb(151,51,89); }
H1.HeaderClassName
{
color: #973359;
}
.AnyTagClassName
{
color: #973359;
}
</style>
background-color css
<style>
a { background-color: #973359; }
a { background-color: rgb(151,51,89); }
div.DivClassName
{
background-color: #973359;
}
.BgClassName
{
background-color: #973359;
}
</style>
border-color css
<style>
span { border-color: #973359; }
span { border-color: rgb(151,51,89); }
td.TdClassName
{
border-color: #973359;
}
.TagClassName
{
border-color: #973359;
}
</style>