Shades of Tawny Port #5A3D46
Tints of Tawny Port #5A3D46
RGB
CMYK
RGB Variations
Color information
#5A3D46 (or 0x5A3D46) is known color: Tawny Port. HEX triplet: 5A, 3D and 46. RGB value is (90,61,70). Sum of RGB (Red+Green+Blue) = 90+61+70=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D46 is #A5C2B9. Grayscale: #464646. Windows color (decimal): -10863290 or 4603226. OLE color: 4603226.
HSL color Cylindrical-coordinate representation of color #5A3D46: hue angle of 341.38º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D46 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 70 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.65 |
| HSL | 341.38º | 0.19% | 0.3% | - |
| HSV(B) | 341.38º | 0.32% | 0.35% | - |
| XYZ | 6.99 | 5.95 | 6.58 | - |
| YUV | 70.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 70 | 0 | 0.32 | 0.22 | 0.65 | 341.38 | 0.19 | 0.3 |
| Hex | 5A | 3D | 46 | 0 | 20 | 16 | 41 | 155 | 13 | 1E |
| Octal | 132 | 75 | 106 | 0 | 40 | 26 | 101 | 525 | 23 | 36 |
| Binary | 1011010 | 111101 | 1000110 | 0 | 100000 | 10110 | 1000001 | 101010101 | 10011 | 11110 |
Color Harmonies of #5A3D46
Complementary color
Monochromatic Colors of #5A3D46
Black with #5A3D46
Text Example
Text Example
White with #5A3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D46; }
p { color: rgb(90,61,70); }
H1.HeaderClassName
{
color: #5A3D46;
}
.AnyTagClassName
{
color: #5A3D46;
}
</style>
background-color css
<style>
a { background-color: #5A3D46; }
a { background-color: rgb(90,61,70); }
div.DivClassName
{
background-color: #5A3D46;
}
.BgClassName
{
background-color: #5A3D46;
}
</style>
border-color css
<style>
span { border-color: #5A3D46; }
span { border-color: rgb(90,61,70); }
td.TdClassName
{
border-color: #5A3D46;
}
.TagClassName
{
border-color: #5A3D46;
}
</style>