Shades of Tawny Port #5A3D4A
Tints of Tawny Port #5A3D4A
RGB
CMYK
RGB Variations
Color information
#5A3D4A (or 0x5A3D4A) is known color: Tawny Port. HEX triplet: 5A, 3D and 4A. RGB value is (90,61,74). Sum of RGB (Red+Green+Blue) = 90+61+74=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D4A is #A5C2B5. Grayscale: #474747. Windows color (decimal): -10863286 or 4865370. OLE color: 4865370.
HSL color Cylindrical-coordinate representation of color #5A3D4A: hue angle of 333.1º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D4A is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 74 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.65 |
| HSL | 333.1º | 0.19% | 0.3% | - |
| HSV(B) | 333.1º | 0.32% | 0.35% | - |
| XYZ | 7.12 | 6.01 | 7.26 | - |
| YUV | 71.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 74 | 0 | 0.32 | 0.18 | 0.65 | 333.1 | 0.19 | 0.3 |
| Hex | 5A | 3D | 4A | 0 | 20 | 12 | 41 | 14D | 13 | 1E |
| Octal | 132 | 75 | 112 | 0 | 40 | 22 | 101 | 515 | 23 | 36 |
| Binary | 1011010 | 111101 | 1001010 | 0 | 100000 | 10010 | 1000001 | 101001101 | 10011 | 11110 |
Color Harmonies of #5A3D4A
Complementary color
Monochromatic Colors of #5A3D4A
Black with #5A3D4A
Text Example
Text Example
White with #5A3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D4A; }
p { color: rgb(90,61,74); }
H1.HeaderClassName
{
color: #5A3D4A;
}
.AnyTagClassName
{
color: #5A3D4A;
}
</style>
background-color css
<style>
a { background-color: #5A3D4A; }
a { background-color: rgb(90,61,74); }
div.DivClassName
{
background-color: #5A3D4A;
}
.BgClassName
{
background-color: #5A3D4A;
}
</style>
border-color css
<style>
span { border-color: #5A3D4A; }
span { border-color: rgb(90,61,74); }
td.TdClassName
{
border-color: #5A3D4A;
}
.TagClassName
{
border-color: #5A3D4A;
}
</style>