Shades of Tawny Port #5B3B40
Tints of Tawny Port #5B3B40
RGB
CMYK
RGB Variations
Color information
#5B3B40 (or 0x5B3B40) is known color: Tawny Port. HEX triplet: 5B, 3B and 40. RGB value is (91,59,64). Sum of RGB (Red+Green+Blue) = 91+59+64=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B40 is #A4C4BF. Grayscale: #454545. Windows color (decimal): -10798272 or 4209499. OLE color: 4209499.
HSL color Cylindrical-coordinate representation of color #5B3B40: hue angle of 350.62º 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 #5B3B40 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 64 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.64 |
| HSL | 350.63º | 0.21% | 0.29% | - |
| HSV(B) | 350.63º | 0.35% | 0.36% | - |
| XYZ | 6.8 | 5.72 | 5.6 | - |
| YUV | 69.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 64 | 0 | 0.35 | 0.30 | 0.64 | 350.63 | 0.21 | 0.29 |
| Hex | 5B | 3B | 40 | 0 | 23 | 1E | 40 | 15F | 15 | 1D |
| Octal | 133 | 73 | 100 | 0 | 43 | 36 | 100 | 537 | 25 | 35 |
| Binary | 1011011 | 111011 | 1000000 | 0 | 100011 | 11110 | 1000000 | 101011111 | 10101 | 11101 |
Color Harmonies of #5B3B40
Complementary color
Monochromatic Colors of #5B3B40
Black with #5B3B40
Text Example
Text Example
White with #5B3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B40; }
p { color: rgb(91,59,64); }
H1.HeaderClassName
{
color: #5B3B40;
}
.AnyTagClassName
{
color: #5B3B40;
}
</style>
background-color css
<style>
a { background-color: #5B3B40; }
a { background-color: rgb(91,59,64); }
div.DivClassName
{
background-color: #5B3B40;
}
.BgClassName
{
background-color: #5B3B40;
}
</style>
border-color css
<style>
span { border-color: #5B3B40; }
span { border-color: rgb(91,59,64); }
td.TdClassName
{
border-color: #5B3B40;
}
.TagClassName
{
border-color: #5B3B40;
}
</style>