Shades of Tawny Port #5A394A
Tints of Tawny Port #5A394A
RGB
CMYK
RGB Variations
Color information
#5A394A (or 0x5A394A) is known color: Tawny Port. HEX triplet: 5A, 39 and 4A. RGB value is (90,57,74). Sum of RGB (Red+Green+Blue) = 90+57+74=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A394A is #A5C6B5. Grayscale: #444444. Windows color (decimal): -10864310 or 4864346. OLE color: 4864346.
HSL color Cylindrical-coordinate representation of color #5A394A: hue angle of 329.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A394A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 74 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.65 |
| HSL | 329.09º | 0.22% | 0.29% | - |
| HSV(B) | 329.09º | 0.37% | 0.35% | - |
| XYZ | 6.92 | 5.59 | 7.19 | - |
| YUV | 68.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 74 | 0 | 0.37 | 0.18 | 0.65 | 329.09 | 0.22 | 0.29 |
| Hex | 5A | 39 | 4A | 0 | 25 | 12 | 41 | 149 | 16 | 1D |
| Octal | 132 | 71 | 112 | 0 | 45 | 22 | 101 | 511 | 26 | 35 |
| Binary | 1011010 | 111001 | 1001010 | 0 | 100101 | 10010 | 1000001 | 101001001 | 10110 | 11101 |
Color Harmonies of #5A394A
Complementary color
Monochromatic Colors of #5A394A
Black with #5A394A
Text Example
Text Example
White with #5A394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A394A; }
p { color: rgb(90,57,74); }
H1.HeaderClassName
{
color: #5A394A;
}
.AnyTagClassName
{
color: #5A394A;
}
</style>
background-color css
<style>
a { background-color: #5A394A; }
a { background-color: rgb(90,57,74); }
div.DivClassName
{
background-color: #5A394A;
}
.BgClassName
{
background-color: #5A394A;
}
</style>
border-color css
<style>
span { border-color: #5A394A; }
span { border-color: rgb(90,57,74); }
td.TdClassName
{
border-color: #5A394A;
}
.TagClassName
{
border-color: #5A394A;
}
</style>