Shades of Tawny Port #5A3540
Tints of Tawny Port #5A3540
RGB
CMYK
RGB Variations
Color information
#5A3540 (or 0x5A3540) is known color: Tawny Port. HEX triplet: 5A, 35 and 40. RGB value is (90,53,64). Sum of RGB (Red+Green+Blue) = 90+53+64=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3540 is #A5CABF. Grayscale: #414141. Windows color (decimal): -10865344 or 4207962. OLE color: 4207962.
HSL color Cylindrical-coordinate representation of color #5A3540: hue angle of 342.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3540 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 64 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.65 |
| HSL | 342.16º | 0.26% | 0.28% | - |
| HSV(B) | 342.16º | 0.41% | 0.35% | - |
| XYZ | 6.41 | 5.09 | 5.49 | - |
| YUV | 65.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 64 | 0 | 0.41 | 0.29 | 0.65 | 342.16 | 0.26 | 0.28 |
| Hex | 5A | 35 | 40 | 0 | 29 | 1D | 41 | 156 | 1A | 1C |
| Octal | 132 | 65 | 100 | 0 | 51 | 35 | 101 | 526 | 32 | 34 |
| Binary | 1011010 | 110101 | 1000000 | 0 | 101001 | 11101 | 1000001 | 101010110 | 11010 | 11100 |
Color Harmonies of #5A3540
Complementary color
Monochromatic Colors of #5A3540
Black with #5A3540
Text Example
Text Example
White with #5A3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3540; }
p { color: rgb(90,53,64); }
H1.HeaderClassName
{
color: #5A3540;
}
.AnyTagClassName
{
color: #5A3540;
}
</style>
background-color css
<style>
a { background-color: #5A3540; }
a { background-color: rgb(90,53,64); }
div.DivClassName
{
background-color: #5A3540;
}
.BgClassName
{
background-color: #5A3540;
}
</style>
border-color css
<style>
span { border-color: #5A3540; }
span { border-color: rgb(90,53,64); }
td.TdClassName
{
border-color: #5A3540;
}
.TagClassName
{
border-color: #5A3540;
}
</style>