Shades of Tawny Port #5A3746
Tints of Tawny Port #5A3746
RGB
CMYK
RGB Variations
Color information
#5A3746 (or 0x5A3746) is known color: Tawny Port. HEX triplet: 5A, 37 and 46. RGB value is (90,55,70). Sum of RGB (Red+Green+Blue) = 90+55+70=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3746 is #A5C8B9. Grayscale: #434343. Windows color (decimal): -10864826 or 4601690. OLE color: 4601690.
HSL color Cylindrical-coordinate representation of color #5A3746: hue angle of 334.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3746 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 70 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.65 |
| HSL | 334.29º | 0.24% | 0.28% | - |
| HSV(B) | 334.29º | 0.39% | 0.35% | - |
| XYZ | 6.69 | 5.35 | 6.47 | - |
| YUV | 67.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 70 | 0 | 0.39 | 0.22 | 0.65 | 334.29 | 0.24 | 0.28 |
| Hex | 5A | 37 | 46 | 0 | 27 | 16 | 41 | 14E | 18 | 1C |
| Octal | 132 | 67 | 106 | 0 | 47 | 26 | 101 | 516 | 30 | 34 |
| Binary | 1011010 | 110111 | 1000110 | 0 | 100111 | 10110 | 1000001 | 101001110 | 11000 | 11100 |
Color Harmonies of #5A3746
Complementary color
Monochromatic Colors of #5A3746
Black with #5A3746
Text Example
Text Example
White with #5A3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3746; }
p { color: rgb(90,55,70); }
H1.HeaderClassName
{
color: #5A3746;
}
.AnyTagClassName
{
color: #5A3746;
}
</style>
background-color css
<style>
a { background-color: #5A3746; }
a { background-color: rgb(90,55,70); }
div.DivClassName
{
background-color: #5A3746;
}
.BgClassName
{
background-color: #5A3746;
}
</style>
border-color css
<style>
span { border-color: #5A3746; }
span { border-color: rgb(90,55,70); }
td.TdClassName
{
border-color: #5A3746;
}
.TagClassName
{
border-color: #5A3746;
}
</style>