Shades of Tawny Port #5A3545
Tints of Tawny Port #5A3545
RGB
CMYK
RGB Variations
Color information
#5A3545 (or 0x5A3545) is known color: Tawny Port. HEX triplet: 5A, 35 and 45. RGB value is (90,53,69). Sum of RGB (Red+Green+Blue) = 90+53+69=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3545 is #A5CABA. Grayscale: #414141. Windows color (decimal): -10865339 or 4535642. OLE color: 4535642.
HSL color Cylindrical-coordinate representation of color #5A3545: hue angle of 334.05º 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 #5A3545 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 69 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.65 |
| HSL | 334.05º | 0.26% | 0.28% | - |
| HSV(B) | 334.05º | 0.41% | 0.35% | - |
| XYZ | 6.56 | 5.15 | 6.28 | - |
| YUV | 65.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 69 | 0 | 0.41 | 0.23 | 0.65 | 334.05 | 0.26 | 0.28 |
| Hex | 5A | 35 | 45 | 0 | 29 | 17 | 41 | 14E | 1A | 1C |
| Octal | 132 | 65 | 105 | 0 | 51 | 27 | 101 | 516 | 32 | 34 |
| Binary | 1011010 | 110101 | 1000101 | 0 | 101001 | 10111 | 1000001 | 101001110 | 11010 | 11100 |
Color Harmonies of #5A3545
Complementary color
Monochromatic Colors of #5A3545
Black with #5A3545
Text Example
Text Example
White with #5A3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3545; }
p { color: rgb(90,53,69); }
H1.HeaderClassName
{
color: #5A3545;
}
.AnyTagClassName
{
color: #5A3545;
}
</style>
background-color css
<style>
a { background-color: #5A3545; }
a { background-color: rgb(90,53,69); }
div.DivClassName
{
background-color: #5A3545;
}
.BgClassName
{
background-color: #5A3545;
}
</style>
border-color css
<style>
span { border-color: #5A3545; }
span { border-color: rgb(90,53,69); }
td.TdClassName
{
border-color: #5A3545;
}
.TagClassName
{
border-color: #5A3545;
}
</style>