Shades of Tawny Port #5A3B4A
Tints of Tawny Port #5A3B4A
RGB
CMYK
RGB Variations
Color information
#5A3B4A (or 0x5A3B4A) is known color: Tawny Port. HEX triplet: 5A, 3B and 4A. RGB value is (90,59,74). Sum of RGB (Red+Green+Blue) = 90+59+74=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B4A is #A5C4B5. Grayscale: #454545. Windows color (decimal): -10863798 or 4864858. OLE color: 4864858.
HSL color Cylindrical-coordinate representation of color #5A3B4A: hue angle of 330.97º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3B4A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 74 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.65 |
| HSL | 330.97º | 0.21% | 0.29% | - |
| HSV(B) | 330.97º | 0.34% | 0.35% | - |
| XYZ | 7.02 | 5.8 | 7.23 | - |
| YUV | 69.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 74 | 0 | 0.34 | 0.18 | 0.65 | 330.97 | 0.21 | 0.29 |
| Hex | 5A | 3B | 4A | 0 | 22 | 12 | 41 | 14B | 15 | 1D |
| Octal | 132 | 73 | 112 | 0 | 42 | 22 | 101 | 513 | 25 | 35 |
| Binary | 1011010 | 111011 | 1001010 | 0 | 100010 | 10010 | 1000001 | 101001011 | 10101 | 11101 |
Color Harmonies of #5A3B4A
Complementary color
Monochromatic Colors of #5A3B4A
Black with #5A3B4A
Text Example
Text Example
White with #5A3B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B4A; }
p { color: rgb(90,59,74); }
H1.HeaderClassName
{
color: #5A3B4A;
}
.AnyTagClassName
{
color: #5A3B4A;
}
</style>
background-color css
<style>
a { background-color: #5A3B4A; }
a { background-color: rgb(90,59,74); }
div.DivClassName
{
background-color: #5A3B4A;
}
.BgClassName
{
background-color: #5A3B4A;
}
</style>
border-color css
<style>
span { border-color: #5A3B4A; }
span { border-color: rgb(90,59,74); }
td.TdClassName
{
border-color: #5A3B4A;
}
.TagClassName
{
border-color: #5A3B4A;
}
</style>