Shades of Tawny Port #5A3A4A
Tints of Tawny Port #5A3A4A
RGB
CMYK
RGB Variations
Color information
#5A3A4A (or 0x5A3A4A) is known color: Tawny Port. HEX triplet: 5A, 3A and 4A. RGB value is (90,58,74). Sum of RGB (Red+Green+Blue) = 90+58+74=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A4A is #A5C5B5. Grayscale: #454545. Windows color (decimal): -10864054 or 4864602. OLE color: 4864602.
HSL color Cylindrical-coordinate representation of color #5A3A4A: hue angle of 330º 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 #5A3A4A is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 74 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.65 |
| HSL | 330º | 0.22% | 0.29% | - |
| HSV(B) | 330º | 0.36% | 0.35% | - |
| XYZ | 6.97 | 5.69 | 7.21 | - |
| YUV | 69.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 74 | 0 | 0.36 | 0.18 | 0.65 | 330 | 0.22 | 0.29 |
| Hex | 5A | 3A | 4A | 0 | 24 | 12 | 41 | 14A | 16 | 1D |
| Octal | 132 | 72 | 112 | 0 | 44 | 22 | 101 | 512 | 26 | 35 |
| Binary | 1011010 | 111010 | 1001010 | 0 | 100100 | 10010 | 1000001 | 101001010 | 10110 | 11101 |
Color Harmonies of #5A3A4A
Complementary color
Monochromatic Colors of #5A3A4A
Black with #5A3A4A
Text Example
Text Example
White with #5A3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A4A; }
p { color: rgb(90,58,74); }
H1.HeaderClassName
{
color: #5A3A4A;
}
.AnyTagClassName
{
color: #5A3A4A;
}
</style>
background-color css
<style>
a { background-color: #5A3A4A; }
a { background-color: rgb(90,58,74); }
div.DivClassName
{
background-color: #5A3A4A;
}
.BgClassName
{
background-color: #5A3A4A;
}
</style>
border-color css
<style>
span { border-color: #5A3A4A; }
span { border-color: rgb(90,58,74); }
td.TdClassName
{
border-color: #5A3A4A;
}
.TagClassName
{
border-color: #5A3A4A;
}
</style>