Shades of Tawny Port #5E414A
Tints of Tawny Port #5E414A
RGB
CMYK
RGB Variations
Color information
#5E414A (or 0x5E414A) is known color: Tawny Port. HEX triplet: 5E, 41 and 4A. RGB value is (94,65,74). Sum of RGB (Red+Green+Blue) = 94+65+74=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E414A is #A1BEB5. Grayscale: #4A4A4A. Windows color (decimal): -10600118 or 4866398. OLE color: 4866398.
HSL color Cylindrical-coordinate representation of color #5E414A: hue angle of 341.38º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E414A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 74 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.63 |
| HSL | 341.38º | 0.18% | 0.31% | - |
| HSV(B) | 341.38º | 0.31% | 0.37% | - |
| XYZ | 7.74 | 6.65 | 7.35 | - |
| YUV | 74.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 74 | 0 | 0.31 | 0.21 | 0.63 | 341.38 | 0.18 | 0.31 |
| Hex | 5E | 41 | 4A | 0 | 1F | 15 | 3F | 155 | 12 | 1F |
| Octal | 136 | 101 | 112 | 0 | 37 | 25 | 77 | 525 | 22 | 37 |
| Binary | 1011110 | 1000001 | 1001010 | 0 | 11111 | 10101 | 111111 | 101010101 | 10010 | 11111 |
Color Harmonies of #5E414A
Complementary color
Monochromatic Colors of #5E414A
Black with #5E414A
Text Example
Text Example
White with #5E414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E414A; }
p { color: rgb(94,65,74); }
H1.HeaderClassName
{
color: #5E414A;
}
.AnyTagClassName
{
color: #5E414A;
}
</style>
background-color css
<style>
a { background-color: #5E414A; }
a { background-color: rgb(94,65,74); }
div.DivClassName
{
background-color: #5E414A;
}
.BgClassName
{
background-color: #5E414A;
}
</style>
border-color css
<style>
span { border-color: #5E414A; }
span { border-color: rgb(94,65,74); }
td.TdClassName
{
border-color: #5E414A;
}
.TagClassName
{
border-color: #5E414A;
}
</style>