Shades of Tawny Port #5B3F48
Tints of Tawny Port #5B3F48
RGB
CMYK
RGB Variations
Color information
#5B3F48 (or 0x5B3F48) is known color: Tawny Port. HEX triplet: 5B, 3F and 48. RGB value is (91,63,72). Sum of RGB (Red+Green+Blue) = 91+63+72=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F48 is #A4C0B7. Grayscale: #484848. Windows color (decimal): -10797240 or 4734811. OLE color: 4734811.
HSL color Cylindrical-coordinate representation of color #5B3F48: hue angle of 340.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B3F48 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 72 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.64 |
| HSL | 340.71º | 0.18% | 0.3% | - |
| HSV(B) | 340.71º | 0.31% | 0.36% | - |
| XYZ | 7.26 | 6.25 | 6.95 | - |
| YUV | 72.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 72 | 0 | 0.31 | 0.21 | 0.64 | 340.71 | 0.18 | 0.3 |
| Hex | 5B | 3F | 48 | 0 | 1F | 15 | 40 | 155 | 12 | 1E |
| Octal | 133 | 77 | 110 | 0 | 37 | 25 | 100 | 525 | 22 | 36 |
| Binary | 1011011 | 111111 | 1001000 | 0 | 11111 | 10101 | 1000000 | 101010101 | 10010 | 11110 |
Color Harmonies of #5B3F48
Complementary color
Monochromatic Colors of #5B3F48
Black with #5B3F48
Text Example
Text Example
White with #5B3F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F48; }
p { color: rgb(91,63,72); }
H1.HeaderClassName
{
color: #5B3F48;
}
.AnyTagClassName
{
color: #5B3F48;
}
</style>
background-color css
<style>
a { background-color: #5B3F48; }
a { background-color: rgb(91,63,72); }
div.DivClassName
{
background-color: #5B3F48;
}
.BgClassName
{
background-color: #5B3F48;
}
</style>
border-color css
<style>
span { border-color: #5B3F48; }
span { border-color: rgb(91,63,72); }
td.TdClassName
{
border-color: #5B3F48;
}
.TagClassName
{
border-color: #5B3F48;
}
</style>