Shades of Tawny Port #5A3A40
Tints of Tawny Port #5A3A40
RGB
CMYK
RGB Variations
Color information
#5A3A40 (or 0x5A3A40) is known color: Tawny Port. HEX triplet: 5A, 3A and 40. RGB value is (90,58,64). Sum of RGB (Red+Green+Blue) = 90+58+64=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A40 is #A5C5BF. Grayscale: #444444. Windows color (decimal): -10864064 or 4209242. OLE color: 4209242.
HSL color Cylindrical-coordinate representation of color #5A3A40: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3A40 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 64 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.65 |
| HSL | 348.75º | 0.22% | 0.29% | - |
| HSV(B) | 348.75º | 0.36% | 0.35% | - |
| XYZ | 6.65 | 5.57 | 5.57 | - |
| YUV | 68.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 64 | 0 | 0.36 | 0.29 | 0.65 | 348.75 | 0.22 | 0.29 |
| Hex | 5A | 3A | 40 | 0 | 24 | 1D | 41 | 15D | 16 | 1D |
| Octal | 132 | 72 | 100 | 0 | 44 | 35 | 101 | 535 | 26 | 35 |
| Binary | 1011010 | 111010 | 1000000 | 0 | 100100 | 11101 | 1000001 | 101011101 | 10110 | 11101 |
Color Harmonies of #5A3A40
Complementary color
Monochromatic Colors of #5A3A40
Black with #5A3A40
Text Example
Text Example
White with #5A3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A40; }
p { color: rgb(90,58,64); }
H1.HeaderClassName
{
color: #5A3A40;
}
.AnyTagClassName
{
color: #5A3A40;
}
</style>
background-color css
<style>
a { background-color: #5A3A40; }
a { background-color: rgb(90,58,64); }
div.DivClassName
{
background-color: #5A3A40;
}
.BgClassName
{
background-color: #5A3A40;
}
</style>
border-color css
<style>
span { border-color: #5A3A40; }
span { border-color: rgb(90,58,64); }
td.TdClassName
{
border-color: #5A3A40;
}
.TagClassName
{
border-color: #5A3A40;
}
</style>