Shades of Tawny Port #5B3A48
Tints of Tawny Port #5B3A48
RGB
CMYK
RGB Variations
Color information
#5B3A48 (or 0x5B3A48) is known color: Tawny Port. HEX triplet: 5B, 3A and 48. RGB value is (91,58,72). Sum of RGB (Red+Green+Blue) = 91+58+72=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3A48 is #A4C5B7. Grayscale: #454545. Windows color (decimal): -10798520 or 4733531. OLE color: 4733531.
HSL color Cylindrical-coordinate representation of color #5B3A48: hue angle of 334.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B3A48 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 72 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.64 |
| HSL | 334.55º | 0.22% | 0.29% | - |
| HSV(B) | 334.55º | 0.36% | 0.36% | - |
| XYZ | 7 | 5.72 | 6.87 | - |
| YUV | 69.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 72 | 0 | 0.36 | 0.21 | 0.64 | 334.55 | 0.22 | 0.29 |
| Hex | 5B | 3A | 48 | 0 | 24 | 15 | 40 | 14F | 16 | 1D |
| Octal | 133 | 72 | 110 | 0 | 44 | 25 | 100 | 517 | 26 | 35 |
| Binary | 1011011 | 111010 | 1001000 | 0 | 100100 | 10101 | 1000000 | 101001111 | 10110 | 11101 |
Color Harmonies of #5B3A48
Complementary color
Monochromatic Colors of #5B3A48
Black with #5B3A48
Text Example
Text Example
White with #5B3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A48; }
p { color: rgb(91,58,72); }
H1.HeaderClassName
{
color: #5B3A48;
}
.AnyTagClassName
{
color: #5B3A48;
}
</style>
background-color css
<style>
a { background-color: #5B3A48; }
a { background-color: rgb(91,58,72); }
div.DivClassName
{
background-color: #5B3A48;
}
.BgClassName
{
background-color: #5B3A48;
}
</style>
border-color css
<style>
span { border-color: #5B3A48; }
span { border-color: rgb(91,58,72); }
td.TdClassName
{
border-color: #5B3A48;
}
.TagClassName
{
border-color: #5B3A48;
}
</style>