Shades of Tawny Port #573A45
Tints of Tawny Port #573A45
RGB
CMYK
RGB Variations
Color information
#573A45 (or 0x573A45) is known color: Tawny Port. HEX triplet: 57, 3A and 45. RGB value is (87,58,69). Sum of RGB (Red+Green+Blue) = 87+58+69=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #573A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A45 is #A8C5BA. Grayscale: #434343. Windows color (decimal): -11060667 or 4536919. OLE color: 4536919.
HSL color Cylindrical-coordinate representation of color #573A45: hue angle of 337.24º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A45 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 69 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.66 |
| HSL | 337.24º | 0.2% | 0.28% | - |
| HSV(B) | 337.24º | 0.33% | 0.34% | - |
| XYZ | 6.52 | 5.48 | 6.34 | - |
| YUV | 67.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 69 | 0 | 0.33 | 0.21 | 0.66 | 337.24 | 0.2 | 0.28 |
| Hex | 57 | 3A | 45 | 0 | 21 | 15 | 42 | 151 | 14 | 1C |
| Octal | 127 | 72 | 105 | 0 | 41 | 25 | 102 | 521 | 24 | 34 |
| Binary | 1010111 | 111010 | 1000101 | 0 | 100001 | 10101 | 1000010 | 101010001 | 10100 | 11100 |
Color Harmonies of #573A45
Complementary color
Monochromatic Colors of #573A45
Black with #573A45
Text Example
Text Example
White with #573A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A45; }
p { color: rgb(87,58,69); }
H1.HeaderClassName
{
color: #573A45;
}
.AnyTagClassName
{
color: #573A45;
}
</style>
background-color css
<style>
a { background-color: #573A45; }
a { background-color: rgb(87,58,69); }
div.DivClassName
{
background-color: #573A45;
}
.BgClassName
{
background-color: #573A45;
}
</style>
border-color css
<style>
span { border-color: #573A45; }
span { border-color: rgb(87,58,69); }
td.TdClassName
{
border-color: #573A45;
}
.TagClassName
{
border-color: #573A45;
}
</style>