Shades of Tawny Port #573245
Tints of Tawny Port #573245
RGB
CMYK
RGB Variations
Color information
#573245 (or 0x573245) is known color: Tawny Port. HEX triplet: 57, 32 and 45. RGB value is (87,50,69). Sum of RGB (Red+Green+Blue) = 87+50+69=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #573245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573245 is #A8CDBA. Grayscale: #3F3F3F. Windows color (decimal): -11062715 or 4534871. OLE color: 4534871.
HSL color Cylindrical-coordinate representation of color #573245: hue angle of 329.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #573245 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 69 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.66 |
| HSL | 329.19º | 0.27% | 0.27% | - |
| HSV(B) | 329.19º | 0.43% | 0.34% | - |
| XYZ | 6.15 | 4.74 | 6.22 | - |
| YUV | 63.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 69 | 0 | 0.43 | 0.21 | 0.66 | 329.19 | 0.27 | 0.27 |
| Hex | 57 | 32 | 45 | 0 | 2B | 15 | 42 | 149 | 1B | 1B |
| Octal | 127 | 62 | 105 | 0 | 53 | 25 | 102 | 511 | 33 | 33 |
| Binary | 1010111 | 110010 | 1000101 | 0 | 101011 | 10101 | 1000010 | 101001001 | 11011 | 11011 |
Color Harmonies of #573245
Complementary color
Monochromatic Colors of #573245
Black with #573245
Text Example
Text Example
White with #573245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573245; }
p { color: rgb(87,50,69); }
H1.HeaderClassName
{
color: #573245;
}
.AnyTagClassName
{
color: #573245;
}
</style>
background-color css
<style>
a { background-color: #573245; }
a { background-color: rgb(87,50,69); }
div.DivClassName
{
background-color: #573245;
}
.BgClassName
{
background-color: #573245;
}
</style>
border-color css
<style>
span { border-color: #573245; }
span { border-color: rgb(87,50,69); }
td.TdClassName
{
border-color: #573245;
}
.TagClassName
{
border-color: #573245;
}
</style>