Shades of Tawny Port #5B3B44
Tints of Tawny Port #5B3B44
RGB
CMYK
RGB Variations
Color information
#5B3B44 (or 0x5B3B44) is known color: Tawny Port. HEX triplet: 5B, 3B and 44. RGB value is (91,59,68). Sum of RGB (Red+Green+Blue) = 91+59+68=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B44 is #A4C4BB. Grayscale: #454545. Windows color (decimal): -10798268 or 4471643. OLE color: 4471643.
HSL color Cylindrical-coordinate representation of color #5B3B44: hue angle of 343.12º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B3B44 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 68 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.64 |
| HSL | 343.13º | 0.21% | 0.29% | - |
| HSV(B) | 343.13º | 0.35% | 0.36% | - |
| XYZ | 6.92 | 5.77 | 6.22 | - |
| YUV | 69.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 68 | 0 | 0.35 | 0.25 | 0.64 | 343.13 | 0.21 | 0.29 |
| Hex | 5B | 3B | 44 | 0 | 23 | 19 | 40 | 157 | 15 | 1D |
| Octal | 133 | 73 | 104 | 0 | 43 | 31 | 100 | 527 | 25 | 35 |
| Binary | 1011011 | 111011 | 1000100 | 0 | 100011 | 11001 | 1000000 | 101010111 | 10101 | 11101 |
Color Harmonies of #5B3B44
Complementary color
Monochromatic Colors of #5B3B44
Black with #5B3B44
Text Example
Text Example
White with #5B3B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B44; }
p { color: rgb(91,59,68); }
H1.HeaderClassName
{
color: #5B3B44;
}
.AnyTagClassName
{
color: #5B3B44;
}
</style>
background-color css
<style>
a { background-color: #5B3B44; }
a { background-color: rgb(91,59,68); }
div.DivClassName
{
background-color: #5B3B44;
}
.BgClassName
{
background-color: #5B3B44;
}
</style>
border-color css
<style>
span { border-color: #5B3B44; }
span { border-color: rgb(91,59,68); }
td.TdClassName
{
border-color: #5B3B44;
}
.TagClassName
{
border-color: #5B3B44;
}
</style>