Shades of Tawny Port #5B3341
Tints of Tawny Port #5B3341
RGB
CMYK
RGB Variations
Color information
#5B3341 (or 0x5B3341) is known color: Tawny Port. HEX triplet: 5B, 33 and 41. RGB value is (91,51,65). Sum of RGB (Red+Green+Blue) = 91+51+65=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3341 is #A4CCBE. Grayscale: #404040. Windows color (decimal): -10800319 or 4272987. OLE color: 4272987.
HSL color Cylindrical-coordinate representation of color #5B3341: hue angle of 339º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3341 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 65 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.64 |
| HSL | 339º | 0.28% | 0.28% | - |
| HSV(B) | 339º | 0.44% | 0.36% | - |
| XYZ | 6.45 | 4.97 | 5.62 | - |
| YUV | 64.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 65 | 0 | 0.44 | 0.29 | 0.64 | 339 | 0.28 | 0.28 |
| Hex | 5B | 33 | 41 | 0 | 2C | 1D | 40 | 153 | 1C | 1C |
| Octal | 133 | 63 | 101 | 0 | 54 | 35 | 100 | 523 | 34 | 34 |
| Binary | 1011011 | 110011 | 1000001 | 0 | 101100 | 11101 | 1000000 | 101010011 | 11100 | 11100 |
Color Harmonies of #5B3341
Complementary color
Monochromatic Colors of #5B3341
Black with #5B3341
Text Example
Text Example
White with #5B3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3341; }
p { color: rgb(91,51,65); }
H1.HeaderClassName
{
color: #5B3341;
}
.AnyTagClassName
{
color: #5B3341;
}
</style>
background-color css
<style>
a { background-color: #5B3341; }
a { background-color: rgb(91,51,65); }
div.DivClassName
{
background-color: #5B3341;
}
.BgClassName
{
background-color: #5B3341;
}
</style>
border-color css
<style>
span { border-color: #5B3341; }
span { border-color: rgb(91,51,65); }
td.TdClassName
{
border-color: #5B3341;
}
.TagClassName
{
border-color: #5B3341;
}
</style>