Shades of Tawny Port #5E354A
Tints of Tawny Port #5E354A
RGB
CMYK
RGB Variations
Color information
#5E354A (or 0x5E354A) is known color: Tawny Port. HEX triplet: 5E, 35 and 4A. RGB value is (94,53,74). Sum of RGB (Red+Green+Blue) = 94+53+74=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E354A is #A1CAB5. Grayscale: #434343. Windows color (decimal): -10603190 or 4863326. OLE color: 4863326.
HSL color Cylindrical-coordinate representation of color #5E354A: hue angle of 329.27º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E354A is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 74 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.63 |
| HSL | 329.27º | 0.28% | 0.29% | - |
| HSV(B) | 329.27º | 0.44% | 0.37% | - |
| XYZ | 7.13 | 5.42 | 7.15 | - |
| YUV | 67.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 74 | 0 | 0.44 | 0.21 | 0.63 | 329.27 | 0.28 | 0.29 |
| Hex | 5E | 35 | 4A | 0 | 2C | 15 | 3F | 149 | 1C | 1D |
| Octal | 136 | 65 | 112 | 0 | 54 | 25 | 77 | 511 | 34 | 35 |
| Binary | 1011110 | 110101 | 1001010 | 0 | 101100 | 10101 | 111111 | 101001001 | 11100 | 11101 |
Color Harmonies of #5E354A
Complementary color
Monochromatic Colors of #5E354A
Black with #5E354A
Text Example
Text Example
White with #5E354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E354A; }
p { color: rgb(94,53,74); }
H1.HeaderClassName
{
color: #5E354A;
}
.AnyTagClassName
{
color: #5E354A;
}
</style>
background-color css
<style>
a { background-color: #5E354A; }
a { background-color: rgb(94,53,74); }
div.DivClassName
{
background-color: #5E354A;
}
.BgClassName
{
background-color: #5E354A;
}
</style>
border-color css
<style>
span { border-color: #5E354A; }
span { border-color: rgb(94,53,74); }
td.TdClassName
{
border-color: #5E354A;
}
.TagClassName
{
border-color: #5E354A;
}
</style>