Shades of Tawny Port #5B3744
Tints of Tawny Port #5B3744
RGB
CMYK
RGB Variations
Color information
#5B3744 (or 0x5B3744) is known color: Tawny Port. HEX triplet: 5B, 37 and 44. RGB value is (91,55,68). Sum of RGB (Red+Green+Blue) = 91+55+68=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3744 is #A4C8BB. Grayscale: #434343. Windows color (decimal): -10799292 or 4470619. OLE color: 4470619.
HSL color Cylindrical-coordinate representation of color #5B3744: hue angle of 338.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B3744 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 55 | 68 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.64 |
| HSL | 338.33º | 0.25% | 0.29% | - |
| HSV(B) | 338.33º | 0.4% | 0.36% | - |
| XYZ | 6.72 | 5.37 | 6.15 | - |
| YUV | 67.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 68 | 0 | 0.40 | 0.25 | 0.64 | 338.33 | 0.25 | 0.29 |
| Hex | 5B | 37 | 44 | 0 | 28 | 19 | 40 | 152 | 19 | 1D |
| Octal | 133 | 67 | 104 | 0 | 50 | 31 | 100 | 522 | 31 | 35 |
| Binary | 1011011 | 110111 | 1000100 | 0 | 101000 | 11001 | 1000000 | 101010010 | 11001 | 11101 |
Color Harmonies of #5B3744
Complementary color
Monochromatic Colors of #5B3744
Black with #5B3744
Text Example
Text Example
White with #5B3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3744; }
p { color: rgb(91,55,68); }
H1.HeaderClassName
{
color: #5B3744;
}
.AnyTagClassName
{
color: #5B3744;
}
</style>
background-color css
<style>
a { background-color: #5B3744; }
a { background-color: rgb(91,55,68); }
div.DivClassName
{
background-color: #5B3744;
}
.BgClassName
{
background-color: #5B3744;
}
</style>
border-color css
<style>
span { border-color: #5B3744; }
span { border-color: rgb(91,55,68); }
td.TdClassName
{
border-color: #5B3744;
}
.TagClassName
{
border-color: #5B3744;
}
</style>