Shades of Tawny Port #5A3B49
Tints of Tawny Port #5A3B49
RGB
CMYK
RGB Variations
Color information
#5A3B49 (or 0x5A3B49) is known color: Tawny Port. HEX triplet: 5A, 3B and 49. RGB value is (90,59,73). Sum of RGB (Red+Green+Blue) = 90+59+73=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B49 is #A5C4B6. Grayscale: #454545. Windows color (decimal): -10863799 or 4799322. OLE color: 4799322.
HSL color Cylindrical-coordinate representation of color #5A3B49: hue angle of 332.9º 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 #5A3B49 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 73 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.65 |
| HSL | 332.9º | 0.21% | 0.29% | - |
| HSV(B) | 332.9º | 0.34% | 0.35% | - |
| XYZ | 6.98 | 5.78 | 7.05 | - |
| YUV | 69.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 73 | 0 | 0.34 | 0.19 | 0.65 | 332.9 | 0.21 | 0.29 |
| Hex | 5A | 3B | 49 | 0 | 22 | 13 | 41 | 14D | 15 | 1D |
| Octal | 132 | 73 | 111 | 0 | 42 | 23 | 101 | 515 | 25 | 35 |
| Binary | 1011010 | 111011 | 1001001 | 0 | 100010 | 10011 | 1000001 | 101001101 | 10101 | 11101 |
Color Harmonies of #5A3B49
Complementary color
Monochromatic Colors of #5A3B49
Black with #5A3B49
Text Example
Text Example
White with #5A3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B49; }
p { color: rgb(90,59,73); }
H1.HeaderClassName
{
color: #5A3B49;
}
.AnyTagClassName
{
color: #5A3B49;
}
</style>
background-color css
<style>
a { background-color: #5A3B49; }
a { background-color: rgb(90,59,73); }
div.DivClassName
{
background-color: #5A3B49;
}
.BgClassName
{
background-color: #5A3B49;
}
</style>
border-color css
<style>
span { border-color: #5A3B49; }
span { border-color: rgb(90,59,73); }
td.TdClassName
{
border-color: #5A3B49;
}
.TagClassName
{
border-color: #5A3B49;
}
</style>