Shades of Tawny Port #5E3347
Tints of Tawny Port #5E3347
RGB
CMYK
RGB Variations
Color information
#5E3347 (or 0x5E3347) is known color: Tawny Port. HEX triplet: 5E, 33 and 47. RGB value is (94,51,71). Sum of RGB (Red+Green+Blue) = 94+51+71=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3347 is #A1CCB8. Grayscale: #424242. Windows color (decimal): -10603705 or 4666206. OLE color: 4666206.
HSL color Cylindrical-coordinate representation of color #5E3347: hue angle of 332.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3347 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 71 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.63 |
| HSL | 332.09º | 0.3% | 0.28% | - |
| HSV(B) | 332.09º | 0.46% | 0.37% | - |
| XYZ | 6.94 | 5.2 | 6.6 | - |
| YUV | 66.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 71 | 0 | 0.46 | 0.24 | 0.63 | 332.09 | 0.3 | 0.28 |
| Hex | 5E | 33 | 47 | 0 | 2E | 18 | 3F | 14C | 1E | 1C |
| Octal | 136 | 63 | 107 | 0 | 56 | 30 | 77 | 514 | 36 | 34 |
| Binary | 1011110 | 110011 | 1000111 | 0 | 101110 | 11000 | 111111 | 101001100 | 11110 | 11100 |
Color Harmonies of #5E3347
Complementary color
Monochromatic Colors of #5E3347
Black with #5E3347
Text Example
Text Example
White with #5E3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3347; }
p { color: rgb(94,51,71); }
H1.HeaderClassName
{
color: #5E3347;
}
.AnyTagClassName
{
color: #5E3347;
}
</style>
background-color css
<style>
a { background-color: #5E3347; }
a { background-color: rgb(94,51,71); }
div.DivClassName
{
background-color: #5E3347;
}
.BgClassName
{
background-color: #5E3347;
}
</style>
border-color css
<style>
span { border-color: #5E3347; }
span { border-color: rgb(94,51,71); }
td.TdClassName
{
border-color: #5E3347;
}
.TagClassName
{
border-color: #5E3347;
}
</style>