Shades of Lipstick #973353
Tints of Lipstick #973353
RGB
CMYK
RGB Variations
Color information
#973353 (or 0x973353) is known color: Lipstick. HEX triplet: 97, 33 and 53. RGB value is (151,51,83). Sum of RGB (Red+Green+Blue) = 151+51+83=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #973353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973353 is #68CCAC. Grayscale: #545454. Windows color (decimal): -6868141 or 5452695. OLE color: 5452695.
HSL color Cylindrical-coordinate representation of color #973353: hue angle of 340.8º 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 #973353 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 83 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.41 |
| HSL | 340.8º | 0.5% | 0.4% | - |
| HSV(B) | 340.8º | 0.66% | 0.59% | - |
| XYZ | 15.51 | 9.57 | 9.21 | - |
| YUV | 84.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 83 | 0 | 0.66 | 0.45 | 0.41 | 340.8 | 0.5 | 0.4 |
| Hex | 97 | 33 | 53 | 0 | 42 | 2D | 29 | 155 | 32 | 28 |
| Octal | 227 | 63 | 123 | 0 | 102 | 55 | 51 | 525 | 62 | 50 |
| Binary | 10010111 | 110011 | 1010011 | 0 | 1000010 | 101101 | 101001 | 101010101 | 110010 | 101000 |
Color Harmonies of #973353
Complementary color
Monochromatic Colors of #973353
Black with #973353
Text Example
Text Example
White with #973353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973353; }
p { color: rgb(151,51,83); }
H1.HeaderClassName
{
color: #973353;
}
.AnyTagClassName
{
color: #973353;
}
</style>
background-color css
<style>
a { background-color: #973353; }
a { background-color: rgb(151,51,83); }
div.DivClassName
{
background-color: #973353;
}
.BgClassName
{
background-color: #973353;
}
</style>
border-color css
<style>
span { border-color: #973353; }
span { border-color: rgb(151,51,83); }
td.TdClassName
{
border-color: #973353;
}
.TagClassName
{
border-color: #973353;
}
</style>