Shades of Tawny Port #5E3140
Tints of Tawny Port #5E3140
RGB
CMYK
RGB Variations
Color information
#5E3140 (or 0x5E3140) is known color: Tawny Port. HEX triplet: 5E, 31 and 40. RGB value is (94,49,64). Sum of RGB (Red+Green+Blue) = 94+49+64=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3140 is #A1CEBF. Grayscale: #404040. Windows color (decimal): -10604224 or 4206942. OLE color: 4206942.
HSL color Cylindrical-coordinate representation of color #5E3140: hue angle of 340º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E3140 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 49 | 64 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.63 |
| HSL | 340º | 0.31% | 0.28% | - |
| HSV(B) | 340º | 0.48% | 0.37% | - |
| XYZ | 6.64 | 4.95 | 5.46 | - |
| YUV | 64.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 64 | 0 | 0.48 | 0.32 | 0.63 | 340 | 0.31 | 0.28 |
| Hex | 5E | 31 | 40 | 0 | 30 | 20 | 3F | 154 | 1F | 1C |
| Octal | 136 | 61 | 100 | 0 | 60 | 40 | 77 | 524 | 37 | 34 |
| Binary | 1011110 | 110001 | 1000000 | 0 | 110000 | 100000 | 111111 | 101010100 | 11111 | 11100 |
Color Harmonies of #5E3140
Complementary color
Monochromatic Colors of #5E3140
Black with #5E3140
Text Example
Text Example
White with #5E3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3140; }
p { color: rgb(94,49,64); }
H1.HeaderClassName
{
color: #5E3140;
}
.AnyTagClassName
{
color: #5E3140;
}
</style>
background-color css
<style>
a { background-color: #5E3140; }
a { background-color: rgb(94,49,64); }
div.DivClassName
{
background-color: #5E3140;
}
.BgClassName
{
background-color: #5E3140;
}
</style>
border-color css
<style>
span { border-color: #5E3140; }
span { border-color: rgb(94,49,64); }
td.TdClassName
{
border-color: #5E3140;
}
.TagClassName
{
border-color: #5E3140;
}
</style>