Shades of Tawny Port #5A3E49
Tints of Tawny Port #5A3E49
RGB
CMYK
RGB Variations
Color information
#5A3E49 (or 0x5A3E49) is known color: Tawny Port. HEX triplet: 5A, 3E and 49. RGB value is (90,62,73). Sum of RGB (Red+Green+Blue) = 90+62+73=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E49 is #A5C1B6. Grayscale: #474747. Windows color (decimal): -10863031 or 4800090. OLE color: 4800090.
HSL color Cylindrical-coordinate representation of color #5A3E49: hue angle of 336.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A3E49 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 73 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.65 |
| HSL | 336.43º | 0.18% | 0.3% | - |
| HSV(B) | 336.43º | 0.31% | 0.35% | - |
| XYZ | 7.14 | 6.1 | 7.1 | - |
| YUV | 71.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 73 | 0 | 0.31 | 0.19 | 0.65 | 336.43 | 0.18 | 0.3 |
| Hex | 5A | 3E | 49 | 0 | 1F | 13 | 41 | 150 | 12 | 1E |
| Octal | 132 | 76 | 111 | 0 | 37 | 23 | 101 | 520 | 22 | 36 |
| Binary | 1011010 | 111110 | 1001001 | 0 | 11111 | 10011 | 1000001 | 101010000 | 10010 | 11110 |
Color Harmonies of #5A3E49
Complementary color
Monochromatic Colors of #5A3E49
Black with #5A3E49
Text Example
Text Example
White with #5A3E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E49; }
p { color: rgb(90,62,73); }
H1.HeaderClassName
{
color: #5A3E49;
}
.AnyTagClassName
{
color: #5A3E49;
}
</style>
background-color css
<style>
a { background-color: #5A3E49; }
a { background-color: rgb(90,62,73); }
div.DivClassName
{
background-color: #5A3E49;
}
.BgClassName
{
background-color: #5A3E49;
}
</style>
border-color css
<style>
span { border-color: #5A3E49; }
span { border-color: rgb(90,62,73); }
td.TdClassName
{
border-color: #5A3E49;
}
.TagClassName
{
border-color: #5A3E49;
}
</style>