Shades of Tawny Port #5B3343
Tints of Tawny Port #5B3343
RGB
CMYK
RGB Variations
Color information
#5B3343 (or 0x5B3343) is known color: Tawny Port. HEX triplet: 5B, 33 and 43. RGB value is (91,51,67). Sum of RGB (Red+Green+Blue) = 91+51+67=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3343 is #A4CCBC. Grayscale: #404040. Windows color (decimal): -10800317 or 4404059. OLE color: 4404059.
HSL color Cylindrical-coordinate representation of color #5B3343: hue angle of 336º 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 #5B3343 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 67 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.64 |
| HSL | 336º | 0.28% | 0.28% | - |
| HSV(B) | 336º | 0.44% | 0.36% | - |
| XYZ | 6.51 | 5 | 5.93 | - |
| YUV | 64.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 67 | 0 | 0.44 | 0.26 | 0.64 | 336 | 0.28 | 0.28 |
| Hex | 5B | 33 | 43 | 0 | 2C | 1A | 40 | 150 | 1C | 1C |
| Octal | 133 | 63 | 103 | 0 | 54 | 32 | 100 | 520 | 34 | 34 |
| Binary | 1011011 | 110011 | 1000011 | 0 | 101100 | 11010 | 1000000 | 101010000 | 11100 | 11100 |
Color Harmonies of #5B3343
Complementary color
Monochromatic Colors of #5B3343
Black with #5B3343
Text Example
Text Example
White with #5B3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3343; }
p { color: rgb(91,51,67); }
H1.HeaderClassName
{
color: #5B3343;
}
.AnyTagClassName
{
color: #5B3343;
}
</style>
background-color css
<style>
a { background-color: #5B3343; }
a { background-color: rgb(91,51,67); }
div.DivClassName
{
background-color: #5B3343;
}
.BgClassName
{
background-color: #5B3343;
}
</style>
border-color css
<style>
span { border-color: #5B3343; }
span { border-color: rgb(91,51,67); }
td.TdClassName
{
border-color: #5B3343;
}
.TagClassName
{
border-color: #5B3343;
}
</style>