Shades of Lipstick #973355
Tints of Lipstick #973355
RGB
CMYK
RGB Variations
Color information
#973355 (or 0x973355) is known color: Lipstick. HEX triplet: 97, 33 and 55. RGB value is (151,51,85). Sum of RGB (Red+Green+Blue) = 151+51+85=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #973355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973355 is #68CCAA. Grayscale: #545454. Windows color (decimal): -6868139 or 5583767. OLE color: 5583767.
HSL color Cylindrical-coordinate representation of color #973355: hue angle of 339.6º 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 #973355 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 85 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.41 |
| HSL | 339.6º | 0.5% | 0.4% | - |
| HSV(B) | 339.6º | 0.66% | 0.59% | - |
| XYZ | 15.59 | 9.6 | 9.63 | - |
| YUV | 84.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 85 | 0 | 0.66 | 0.44 | 0.41 | 339.6 | 0.5 | 0.4 |
| Hex | 97 | 33 | 55 | 0 | 42 | 2C | 29 | 154 | 32 | 28 |
| Octal | 227 | 63 | 125 | 0 | 102 | 54 | 51 | 524 | 62 | 50 |
| Binary | 10010111 | 110011 | 1010101 | 0 | 1000010 | 101100 | 101001 | 101010100 | 110010 | 101000 |
Color Harmonies of #973355
Complementary color
Monochromatic Colors of #973355
Black with #973355
Text Example
Text Example
White with #973355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973355; }
p { color: rgb(151,51,85); }
H1.HeaderClassName
{
color: #973355;
}
.AnyTagClassName
{
color: #973355;
}
</style>
background-color css
<style>
a { background-color: #973355; }
a { background-color: rgb(151,51,85); }
div.DivClassName
{
background-color: #973355;
}
.BgClassName
{
background-color: #973355;
}
</style>
border-color css
<style>
span { border-color: #973355; }
span { border-color: rgb(151,51,85); }
td.TdClassName
{
border-color: #973355;
}
.TagClassName
{
border-color: #973355;
}
</style>