Shades of Tawny Port #573F47
Tints of Tawny Port #573F47
RGB
CMYK
RGB Variations
Color information
#573F47 (or 0x573F47) is known color: Tawny Port. HEX triplet: 57, 3F and 47. RGB value is (87,63,71). Sum of RGB (Red+Green+Blue) = 87+63+71=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #573F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F47 is #A8C0B8. Grayscale: #474747. Windows color (decimal): -11059385 or 4669271. OLE color: 4669271.
HSL color Cylindrical-coordinate representation of color #573F47: hue angle of 340º 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 #573F47 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 71 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.66 |
| HSL | 340º | 0.16% | 0.29% | - |
| HSV(B) | 340º | 0.28% | 0.34% | - |
| XYZ | 6.85 | 6.04 | 6.77 | - |
| YUV | 71.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 71 | 0 | 0.28 | 0.18 | 0.66 | 340 | 0.16 | 0.29 |
| Hex | 57 | 3F | 47 | 0 | 1C | 12 | 42 | 154 | 10 | 1D |
| Octal | 127 | 77 | 107 | 0 | 34 | 22 | 102 | 524 | 20 | 35 |
| Binary | 1010111 | 111111 | 1000111 | 0 | 11100 | 10010 | 1000010 | 101010100 | 10000 | 11101 |
Color Harmonies of #573F47
Complementary color
Monochromatic Colors of #573F47
Black with #573F47
Text Example
Text Example
White with #573F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F47; }
p { color: rgb(87,63,71); }
H1.HeaderClassName
{
color: #573F47;
}
.AnyTagClassName
{
color: #573F47;
}
</style>
background-color css
<style>
a { background-color: #573F47; }
a { background-color: rgb(87,63,71); }
div.DivClassName
{
background-color: #573F47;
}
.BgClassName
{
background-color: #573F47;
}
</style>
border-color css
<style>
span { border-color: #573F47; }
span { border-color: rgb(87,63,71); }
td.TdClassName
{
border-color: #573F47;
}
.TagClassName
{
border-color: #573F47;
}
</style>