Shades of Tawny Port #5B4147
Tints of Tawny Port #5B4147
RGB
CMYK
RGB Variations
Color information
#5B4147 (or 0x5B4147) is known color: Tawny Port. HEX triplet: 5B, 41 and 47. RGB value is (91,65,71). Sum of RGB (Red+Green+Blue) = 91+65+71=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4147 is #A4BEB8. Grayscale: #494949. Windows color (decimal): -10796729 or 4669787. OLE color: 4669787.
HSL color Cylindrical-coordinate representation of color #5B4147: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4147 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 71 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.64 |
| HSL | 346.15º | 0.17% | 0.31% | - |
| HSV(B) | 346.15º | 0.29% | 0.36% | - |
| XYZ | 7.34 | 6.46 | 6.82 | - |
| YUV | 73.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 71 | 0 | 0.29 | 0.22 | 0.64 | 346.15 | 0.17 | 0.31 |
| Hex | 5B | 41 | 47 | 0 | 1D | 16 | 40 | 15A | 11 | 1F |
| Octal | 133 | 101 | 107 | 0 | 35 | 26 | 100 | 532 | 21 | 37 |
| Binary | 1011011 | 1000001 | 1000111 | 0 | 11101 | 10110 | 1000000 | 101011010 | 10001 | 11111 |
Color Harmonies of #5B4147
Complementary color
Monochromatic Colors of #5B4147
Black with #5B4147
Text Example
Text Example
White with #5B4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4147; }
p { color: rgb(91,65,71); }
H1.HeaderClassName
{
color: #5B4147;
}
.AnyTagClassName
{
color: #5B4147;
}
</style>
background-color css
<style>
a { background-color: #5B4147; }
a { background-color: rgb(91,65,71); }
div.DivClassName
{
background-color: #5B4147;
}
.BgClassName
{
background-color: #5B4147;
}
</style>
border-color css
<style>
span { border-color: #5B4147; }
span { border-color: rgb(91,65,71); }
td.TdClassName
{
border-color: #5B4147;
}
.TagClassName
{
border-color: #5B4147;
}
</style>