Shades of Tawny Port #5A3340
Tints of Tawny Port #5A3340
RGB
CMYK
RGB Variations
Color information
#5A3340 (or 0x5A3340) is known color: Tawny Port. HEX triplet: 5A, 33 and 40. RGB value is (90,51,64). Sum of RGB (Red+Green+Blue) = 90+51+64=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3340 is #A5CCBF. Grayscale: #404040. Windows color (decimal): -10865856 or 4207450. OLE color: 4207450.
HSL color Cylindrical-coordinate representation of color #5A3340: hue angle of 340º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3340 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 64 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.65 |
| HSL | 340º | 0.28% | 0.28% | - |
| HSV(B) | 340º | 0.43% | 0.35% | - |
| XYZ | 6.33 | 4.91 | 5.47 | - |
| YUV | 64.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 64 | 0 | 0.43 | 0.29 | 0.65 | 340 | 0.28 | 0.28 |
| Hex | 5A | 33 | 40 | 0 | 2B | 1D | 41 | 154 | 1C | 1C |
| Octal | 132 | 63 | 100 | 0 | 53 | 35 | 101 | 524 | 34 | 34 |
| Binary | 1011010 | 110011 | 1000000 | 0 | 101011 | 11101 | 1000001 | 101010100 | 11100 | 11100 |
Color Harmonies of #5A3340
Complementary color
Monochromatic Colors of #5A3340
Black with #5A3340
Text Example
Text Example
White with #5A3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3340; }
p { color: rgb(90,51,64); }
H1.HeaderClassName
{
color: #5A3340;
}
.AnyTagClassName
{
color: #5A3340;
}
</style>
background-color css
<style>
a { background-color: #5A3340; }
a { background-color: rgb(90,51,64); }
div.DivClassName
{
background-color: #5A3340;
}
.BgClassName
{
background-color: #5A3340;
}
</style>
border-color css
<style>
span { border-color: #5A3340; }
span { border-color: rgb(90,51,64); }
td.TdClassName
{
border-color: #5A3340;
}
.TagClassName
{
border-color: #5A3340;
}
</style>