Shades of Tawny Port #573F49
Tints of Tawny Port #573F49
RGB
CMYK
RGB Variations
Color information
#573F49 (or 0x573F49) is known color: Tawny Port. HEX triplet: 57, 3F and 49. RGB value is (87,63,73). Sum of RGB (Red+Green+Blue) = 87+63+73=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #573F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F49 is #A8C0B6. Grayscale: #474747. Windows color (decimal): -11059383 or 4800343. OLE color: 4800343.
HSL color Cylindrical-coordinate representation of color #573F49: hue angle of 335º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F49 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 73 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.66 |
| HSL | 335º | 0.16% | 0.29% | - |
| HSV(B) | 335º | 0.28% | 0.34% | - |
| XYZ | 6.91 | 6.06 | 7.11 | - |
| YUV | 71.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 73 | 0 | 0.28 | 0.16 | 0.66 | 335 | 0.16 | 0.29 |
| Hex | 57 | 3F | 49 | 0 | 1C | 10 | 42 | 14F | 10 | 1D |
| Octal | 127 | 77 | 111 | 0 | 34 | 20 | 102 | 517 | 20 | 35 |
| Binary | 1010111 | 111111 | 1001001 | 0 | 11100 | 10000 | 1000010 | 101001111 | 10000 | 11101 |
Color Harmonies of #573F49
Complementary color
Monochromatic Colors of #573F49
Black with #573F49
Text Example
Text Example
White with #573F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F49; }
p { color: rgb(87,63,73); }
H1.HeaderClassName
{
color: #573F49;
}
.AnyTagClassName
{
color: #573F49;
}
</style>
background-color css
<style>
a { background-color: #573F49; }
a { background-color: rgb(87,63,73); }
div.DivClassName
{
background-color: #573F49;
}
.BgClassName
{
background-color: #573F49;
}
</style>
border-color css
<style>
span { border-color: #573F49; }
span { border-color: rgb(87,63,73); }
td.TdClassName
{
border-color: #573F49;
}
.TagClassName
{
border-color: #573F49;
}
</style>