Shades of Tawny Port #5E404D
Tints of Tawny Port #5E404D
RGB
CMYK
RGB Variations
Color information
#5E404D (or 0x5E404D) is known color: Tawny Port. HEX triplet: 5E, 40 and 4D. RGB value is (94,64,77). Sum of RGB (Red+Green+Blue) = 94+64+77=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 94 - color contains mainly: red. Hex color #5E404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E404D is #A1BFB2. Grayscale: #4A4A4A. Windows color (decimal): -10600371 or 5062750. OLE color: 5062750.
HSL color Cylindrical-coordinate representation of color #5E404D: hue angle of 334º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E404D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 64 | 77 | - |
CMYK | 0 | 0.32 | 0.18 | 0.63 |
HSL | 334º | 0.19% | 0.31% | - |
HSV(B) | 334º | 0.32% | 0.37% | - |
XYZ | 7.79 | 6.58 | 7.88 | - |
YUV | 74.45 | 129.44 | 141.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 64 | 77 | 0 | 0.32 | 0.18 | 0.63 | 334 | 0.19 | 0.31 |
Hex | 5E | 40 | 4D | 0 | 20 | 12 | 3F | 14E | 13 | 1F |
Octal | 136 | 100 | 115 | 0 | 40 | 22 | 77 | 516 | 23 | 37 |
Binary | 1011110 | 1000000 | 1001101 | 0 | 100000 | 10010 | 111111 | 101001110 | 10011 | 11111 |
Color Harmonies of #5E404D
Complementary color
Monochromatic Colors of #5E404D
Black with #5E404D
Text Example
Text Example
White with #5E404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E404D; }
p { color: rgb(94,64,77); }
H1.HeaderClassName
{
color: #5E404D;
}
.AnyTagClassName
{
color: #5E404D;
}
</style>
background-color css
<style>
a { background-color: #5E404D; }
a { background-color: rgb(94,64,77); }
div.DivClassName
{
background-color: #5E404D;
}
.BgClassName
{
background-color: #5E404D;
}
</style>
border-color css
<style>
span { border-color: #5E404D; }
span { border-color: rgb(94,64,77); }
td.TdClassName
{
border-color: #5E404D;
}
.TagClassName
{
border-color: #5E404D;
}
</style>