Shades of Tawny Port #5B3942
Tints of Tawny Port #5B3942
RGB
CMYK
RGB Variations
Color information
#5B3942 (or 0x5B3942) is known color: Tawny Port. HEX triplet: 5B, 39 and 42. RGB value is (91,57,66). Sum of RGB (Red+Green+Blue) = 91+57+66=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3942 is #A4C6BD. Grayscale: #444444. Windows color (decimal): -10798782 or 4340059. OLE color: 4340059.
HSL color Cylindrical-coordinate representation of color #5B3942: hue angle of 344.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B3942 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 66 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.64 |
| HSL | 344.12º | 0.23% | 0.29% | - |
| HSV(B) | 344.12º | 0.37% | 0.36% | - |
| XYZ | 6.76 | 5.54 | 5.87 | - |
| YUV | 68.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 66 | 0 | 0.37 | 0.27 | 0.64 | 344.12 | 0.23 | 0.29 |
| Hex | 5B | 39 | 42 | 0 | 25 | 1B | 40 | 158 | 17 | 1D |
| Octal | 133 | 71 | 102 | 0 | 45 | 33 | 100 | 530 | 27 | 35 |
| Binary | 1011011 | 111001 | 1000010 | 0 | 100101 | 11011 | 1000000 | 101011000 | 10111 | 11101 |
Color Harmonies of #5B3942
Complementary color
Monochromatic Colors of #5B3942
Black with #5B3942
Text Example
Text Example
White with #5B3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3942; }
p { color: rgb(91,57,66); }
H1.HeaderClassName
{
color: #5B3942;
}
.AnyTagClassName
{
color: #5B3942;
}
</style>
background-color css
<style>
a { background-color: #5B3942; }
a { background-color: rgb(91,57,66); }
div.DivClassName
{
background-color: #5B3942;
}
.BgClassName
{
background-color: #5B3942;
}
</style>
border-color css
<style>
span { border-color: #5B3942; }
span { border-color: rgb(91,57,66); }
td.TdClassName
{
border-color: #5B3942;
}
.TagClassName
{
border-color: #5B3942;
}
</style>