Shades of Tawny Port #5E3841
Tints of Tawny Port #5E3841
RGB
CMYK
RGB Variations
Color information
#5E3841 (or 0x5E3841) is known color: Tawny Port. HEX triplet: 5E, 38 and 41. RGB value is (94,56,65). Sum of RGB (Red+Green+Blue) = 94+56+65=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3841 is #A1C7BE. Grayscale: #444444. Windows color (decimal): -10602431 or 4274270. OLE color: 4274270.
HSL color Cylindrical-coordinate representation of color #5E3841: hue angle of 345.79º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3841 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 65 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.63 |
| HSL | 345.79º | 0.25% | 0.29% | - |
| HSV(B) | 345.79º | 0.4% | 0.37% | - |
| XYZ | 6.98 | 5.59 | 5.71 | - |
| YUV | 68.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 65 | 0 | 0.40 | 0.31 | 0.63 | 345.79 | 0.25 | 0.29 |
| Hex | 5E | 38 | 41 | 0 | 28 | 1F | 3F | 15A | 19 | 1D |
| Octal | 136 | 70 | 101 | 0 | 50 | 37 | 77 | 532 | 31 | 35 |
| Binary | 1011110 | 111000 | 1000001 | 0 | 101000 | 11111 | 111111 | 101011010 | 11001 | 11101 |
Color Harmonies of #5E3841
Complementary color
Monochromatic Colors of #5E3841
Black with #5E3841
Text Example
Text Example
White with #5E3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3841; }
p { color: rgb(94,56,65); }
H1.HeaderClassName
{
color: #5E3841;
}
.AnyTagClassName
{
color: #5E3841;
}
</style>
background-color css
<style>
a { background-color: #5E3841; }
a { background-color: rgb(94,56,65); }
div.DivClassName
{
background-color: #5E3841;
}
.BgClassName
{
background-color: #5E3841;
}
</style>
border-color css
<style>
span { border-color: #5E3841; }
span { border-color: rgb(94,56,65); }
td.TdClassName
{
border-color: #5E3841;
}
.TagClassName
{
border-color: #5E3841;
}
</style>