Shades of Tawny Port #5A3546
Tints of Tawny Port #5A3546
RGB
CMYK
RGB Variations
Color information
#5A3546 (or 0x5A3546) is known color: Tawny Port. HEX triplet: 5A, 35 and 46. RGB value is (90,53,70). Sum of RGB (Red+Green+Blue) = 90+53+70=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3546 is #A5CAB9. Grayscale: #414141. Windows color (decimal): -10865338 or 4601178. OLE color: 4601178.
HSL color Cylindrical-coordinate representation of color #5A3546: hue angle of 332.43º 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 #5A3546 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 70 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.65 |
| HSL | 332.43º | 0.26% | 0.28% | - |
| HSV(B) | 332.43º | 0.41% | 0.35% | - |
| XYZ | 6.6 | 5.16 | 6.44 | - |
| YUV | 66 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 70 | 0 | 0.41 | 0.22 | 0.65 | 332.43 | 0.26 | 0.28 |
| Hex | 5A | 35 | 46 | 0 | 29 | 16 | 41 | 14C | 1A | 1C |
| Octal | 132 | 65 | 106 | 0 | 51 | 26 | 101 | 514 | 32 | 34 |
| Binary | 1011010 | 110101 | 1000110 | 0 | 101001 | 10110 | 1000001 | 101001100 | 11010 | 11100 |
Color Harmonies of #5A3546
Complementary color
Monochromatic Colors of #5A3546
Black with #5A3546
Text Example
Text Example
White with #5A3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3546; }
p { color: rgb(90,53,70); }
H1.HeaderClassName
{
color: #5A3546;
}
.AnyTagClassName
{
color: #5A3546;
}
</style>
background-color css
<style>
a { background-color: #5A3546; }
a { background-color: rgb(90,53,70); }
div.DivClassName
{
background-color: #5A3546;
}
.BgClassName
{
background-color: #5A3546;
}
</style>
border-color css
<style>
span { border-color: #5A3546; }
span { border-color: rgb(90,53,70); }
td.TdClassName
{
border-color: #5A3546;
}
.TagClassName
{
border-color: #5A3546;
}
</style>