Shades of Tawny Port #5A3444
Tints of Tawny Port #5A3444
RGB
CMYK
RGB Variations
Color information
#5A3444 (or 0x5A3444) is known color: Tawny Port. HEX triplet: 5A, 34 and 44. RGB value is (90,52,68). Sum of RGB (Red+Green+Blue) = 90+52+68=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3444 is #A5CBBB. Grayscale: #414141. Windows color (decimal): -10865596 or 4469850. OLE color: 4469850.
HSL color Cylindrical-coordinate representation of color #5A3444: hue angle of 334.74º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3444 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 68 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.65 |
| HSL | 334.74º | 0.27% | 0.28% | - |
| HSV(B) | 334.74º | 0.42% | 0.35% | - |
| XYZ | 6.49 | 5.05 | 6.1 | - |
| YUV | 65.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 68 | 0 | 0.42 | 0.24 | 0.65 | 334.74 | 0.27 | 0.28 |
| Hex | 5A | 34 | 44 | 0 | 2A | 18 | 41 | 14F | 1B | 1C |
| Octal | 132 | 64 | 104 | 0 | 52 | 30 | 101 | 517 | 33 | 34 |
| Binary | 1011010 | 110100 | 1000100 | 0 | 101010 | 11000 | 1000001 | 101001111 | 11011 | 11100 |
Color Harmonies of #5A3444
Complementary color
Monochromatic Colors of #5A3444
Black with #5A3444
Text Example
Text Example
White with #5A3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3444; }
p { color: rgb(90,52,68); }
H1.HeaderClassName
{
color: #5A3444;
}
.AnyTagClassName
{
color: #5A3444;
}
</style>
background-color css
<style>
a { background-color: #5A3444; }
a { background-color: rgb(90,52,68); }
div.DivClassName
{
background-color: #5A3444;
}
.BgClassName
{
background-color: #5A3444;
}
</style>
border-color css
<style>
span { border-color: #5A3444; }
span { border-color: rgb(90,52,68); }
td.TdClassName
{
border-color: #5A3444;
}
.TagClassName
{
border-color: #5A3444;
}
</style>