Shades of Tawny Port #5B313F
Tints of Tawny Port #5B313F
RGB
CMYK
RGB Variations
Color information
#5B313F (or 0x5B313F) is known color: Tawny Port. HEX triplet: 5B, 31 and 3F. RGB value is (91,49,63). Sum of RGB (Red+Green+Blue) = 91+49+63=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313F is #A4CEC0. Grayscale: #3F3F3F. Windows color (decimal): -10800833 or 4141403. OLE color: 4141403.
HSL color Cylindrical-coordinate representation of color #5B313F: hue angle of 340º 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 #5B313F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 63 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.64 |
| HSL | 340º | 0.3% | 0.27% | - |
| HSV(B) | 340º | 0.46% | 0.36% | - |
| XYZ | 6.31 | 4.78 | 5.29 | - |
| YUV | 63.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 63 | 0 | 0.46 | 0.31 | 0.64 | 340 | 0.3 | 0.27 |
| Hex | 5B | 31 | 3F | 0 | 2E | 1F | 40 | 154 | 1E | 1B |
| Octal | 133 | 61 | 77 | 0 | 56 | 37 | 100 | 524 | 36 | 33 |
| Binary | 1011011 | 110001 | 111111 | 0 | 101110 | 11111 | 1000000 | 101010100 | 11110 | 11011 |
Color Harmonies of #5B313F
Complementary color
Monochromatic Colors of #5B313F
Black with #5B313F
Text Example
Text Example
White with #5B313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B313F; }
p { color: rgb(91,49,63); }
H1.HeaderClassName
{
color: #5B313F;
}
.AnyTagClassName
{
color: #5B313F;
}
</style>
background-color css
<style>
a { background-color: #5B313F; }
a { background-color: rgb(91,49,63); }
div.DivClassName
{
background-color: #5B313F;
}
.BgClassName
{
background-color: #5B313F;
}
</style>
border-color css
<style>
span { border-color: #5B313F; }
span { border-color: rgb(91,49,63); }
td.TdClassName
{
border-color: #5B313F;
}
.TagClassName
{
border-color: #5B313F;
}
</style>