Shades of Tawny Port #5B3146
Tints of Tawny Port #5B3146
RGB
CMYK
RGB Variations
Color information
#5B3146 (or 0x5B3146) is known color: Tawny Port. HEX triplet: 5B, 31 and 46. RGB value is (91,49,70). Sum of RGB (Red+Green+Blue) = 91+49+70=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3146 is #A4CEB9. Grayscale: #3F3F3F. Windows color (decimal): -10800826 or 4600155. OLE color: 4600155.
HSL color Cylindrical-coordinate representation of color #5B3146: hue angle of 330º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3146 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 70 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.64 |
| HSL | 330º | 0.3% | 0.27% | - |
| HSV(B) | 330º | 0.46% | 0.36% | - |
| XYZ | 6.52 | 4.86 | 6.39 | - |
| YUV | 63.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 70 | 0 | 0.46 | 0.23 | 0.64 | 330 | 0.3 | 0.27 |
| Hex | 5B | 31 | 46 | 0 | 2E | 17 | 40 | 14A | 1E | 1B |
| Octal | 133 | 61 | 106 | 0 | 56 | 27 | 100 | 512 | 36 | 33 |
| Binary | 1011011 | 110001 | 1000110 | 0 | 101110 | 10111 | 1000000 | 101001010 | 11110 | 11011 |
Color Harmonies of #5B3146
Complementary color
Monochromatic Colors of #5B3146
Black with #5B3146
Text Example
Text Example
White with #5B3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3146; }
p { color: rgb(91,49,70); }
H1.HeaderClassName
{
color: #5B3146;
}
.AnyTagClassName
{
color: #5B3146;
}
</style>
background-color css
<style>
a { background-color: #5B3146; }
a { background-color: rgb(91,49,70); }
div.DivClassName
{
background-color: #5B3146;
}
.BgClassName
{
background-color: #5B3146;
}
</style>
border-color css
<style>
span { border-color: #5B3146; }
span { border-color: rgb(91,49,70); }
td.TdClassName
{
border-color: #5B3146;
}
.TagClassName
{
border-color: #5B3146;
}
</style>