Shades of Tawny Port #5A4147
Tints of Tawny Port #5A4147
RGB
CMYK
RGB Variations
Color information
#5A4147 (or 0x5A4147) is known color: Tawny Port. HEX triplet: 5A, 41 and 47. RGB value is (90,65,71). Sum of RGB (Red+Green+Blue) = 90+65+71=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4147 is #A5BEB8. Grayscale: #494949. Windows color (decimal): -10862265 or 4669786. OLE color: 4669786.
HSL color Cylindrical-coordinate representation of color #5A4147: hue angle of 345.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4147 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 71 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.65 |
| HSL | 345.6º | 0.16% | 0.3% | - |
| HSV(B) | 345.6º | 0.28% | 0.35% | - |
| XYZ | 7.24 | 6.41 | 6.82 | - |
| YUV | 73.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 71 | 0 | 0.28 | 0.21 | 0.65 | 345.6 | 0.16 | 0.3 |
| Hex | 5A | 41 | 47 | 0 | 1C | 15 | 41 | 15A | 10 | 1E |
| Octal | 132 | 101 | 107 | 0 | 34 | 25 | 101 | 532 | 20 | 36 |
| Binary | 1011010 | 1000001 | 1000111 | 0 | 11100 | 10101 | 1000001 | 101011010 | 10000 | 11110 |
Color Harmonies of #5A4147
Complementary color
Monochromatic Colors of #5A4147
Black with #5A4147
Text Example
Text Example
White with #5A4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4147; }
p { color: rgb(90,65,71); }
H1.HeaderClassName
{
color: #5A4147;
}
.AnyTagClassName
{
color: #5A4147;
}
</style>
background-color css
<style>
a { background-color: #5A4147; }
a { background-color: rgb(90,65,71); }
div.DivClassName
{
background-color: #5A4147;
}
.BgClassName
{
background-color: #5A4147;
}
</style>
border-color css
<style>
span { border-color: #5A4147; }
span { border-color: rgb(90,65,71); }
td.TdClassName
{
border-color: #5A4147;
}
.TagClassName
{
border-color: #5A4147;
}
</style>