Shades of Tawny Port #5A3B46
Tints of Tawny Port #5A3B46
RGB
CMYK
RGB Variations
Color information
#5A3B46 (or 0x5A3B46) is known color: Tawny Port. HEX triplet: 5A, 3B and 46. RGB value is (90,59,70). Sum of RGB (Red+Green+Blue) = 90+59+70=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B46 is #A5C4B9. Grayscale: #454545. Windows color (decimal): -10863802 or 4602714. OLE color: 4602714.
HSL color Cylindrical-coordinate representation of color #5A3B46: hue angle of 338.71º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3B46 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 70 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.65 |
| HSL | 338.71º | 0.21% | 0.29% | - |
| HSV(B) | 338.71º | 0.34% | 0.35% | - |
| XYZ | 6.89 | 5.74 | 6.54 | - |
| YUV | 69.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 70 | 0 | 0.34 | 0.22 | 0.65 | 338.71 | 0.21 | 0.29 |
| Hex | 5A | 3B | 46 | 0 | 22 | 16 | 41 | 153 | 15 | 1D |
| Octal | 132 | 73 | 106 | 0 | 42 | 26 | 101 | 523 | 25 | 35 |
| Binary | 1011010 | 111011 | 1000110 | 0 | 100010 | 10110 | 1000001 | 101010011 | 10101 | 11101 |
Color Harmonies of #5A3B46
Complementary color
Monochromatic Colors of #5A3B46
Black with #5A3B46
Text Example
Text Example
White with #5A3B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B46; }
p { color: rgb(90,59,70); }
H1.HeaderClassName
{
color: #5A3B46;
}
.AnyTagClassName
{
color: #5A3B46;
}
</style>
background-color css
<style>
a { background-color: #5A3B46; }
a { background-color: rgb(90,59,70); }
div.DivClassName
{
background-color: #5A3B46;
}
.BgClassName
{
background-color: #5A3B46;
}
</style>
border-color css
<style>
span { border-color: #5A3B46; }
span { border-color: rgb(90,59,70); }
td.TdClassName
{
border-color: #5A3B46;
}
.TagClassName
{
border-color: #5A3B46;
}
</style>