Shades of Tawny Port #5E3240
Tints of Tawny Port #5E3240
RGB
CMYK
RGB Variations
Color information
#5E3240 (or 0x5E3240) is known color: Tawny Port. HEX triplet: 5E, 32 and 40. RGB value is (94,50,64). Sum of RGB (Red+Green+Blue) = 94+50+64=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3240 is #A1CDBF. Grayscale: #404040. Windows color (decimal): -10603968 or 4207198. OLE color: 4207198.
HSL color Cylindrical-coordinate representation of color #5E3240: hue angle of 340.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3240 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 64 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.63 |
| HSL | 340.91º | 0.31% | 0.28% | - |
| HSV(B) | 340.91º | 0.47% | 0.37% | - |
| XYZ | 6.68 | 5.03 | 5.47 | - |
| YUV | 64.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 64 | 0 | 0.47 | 0.32 | 0.63 | 340.91 | 0.31 | 0.28 |
| Hex | 5E | 32 | 40 | 0 | 2F | 20 | 3F | 155 | 1F | 1C |
| Octal | 136 | 62 | 100 | 0 | 57 | 40 | 77 | 525 | 37 | 34 |
| Binary | 1011110 | 110010 | 1000000 | 0 | 101111 | 100000 | 111111 | 101010101 | 11111 | 11100 |
Color Harmonies of #5E3240
Complementary color
Monochromatic Colors of #5E3240
Black with #5E3240
Text Example
Text Example
White with #5E3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3240; }
p { color: rgb(94,50,64); }
H1.HeaderClassName
{
color: #5E3240;
}
.AnyTagClassName
{
color: #5E3240;
}
</style>
background-color css
<style>
a { background-color: #5E3240; }
a { background-color: rgb(94,50,64); }
div.DivClassName
{
background-color: #5E3240;
}
.BgClassName
{
background-color: #5E3240;
}
</style>
border-color css
<style>
span { border-color: #5E3240; }
span { border-color: rgb(94,50,64); }
td.TdClassName
{
border-color: #5E3240;
}
.TagClassName
{
border-color: #5E3240;
}
</style>