Shades of Tawny Port #5B3741
Tints of Tawny Port #5B3741
RGB
CMYK
RGB Variations
Color information
#5B3741 (or 0x5B3741) is known color: Tawny Port. HEX triplet: 5B, 37 and 41. RGB value is (91,55,65). Sum of RGB (Red+Green+Blue) = 91+55+65=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3741 is #A4C8BE. Grayscale: #424242. Windows color (decimal): -10799295 or 4274011. OLE color: 4274011.
HSL color Cylindrical-coordinate representation of color #5B3741: hue angle of 343.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B3741 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 55 | 65 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.64 |
| HSL | 343.33º | 0.25% | 0.29% | - |
| HSV(B) | 343.33º | 0.4% | 0.36% | - |
| XYZ | 6.63 | 5.34 | 5.68 | - |
| YUV | 66.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 65 | 0 | 0.40 | 0.29 | 0.64 | 343.33 | 0.25 | 0.29 |
| Hex | 5B | 37 | 41 | 0 | 28 | 1D | 40 | 157 | 19 | 1D |
| Octal | 133 | 67 | 101 | 0 | 50 | 35 | 100 | 527 | 31 | 35 |
| Binary | 1011011 | 110111 | 1000001 | 0 | 101000 | 11101 | 1000000 | 101010111 | 11001 | 11101 |
Color Harmonies of #5B3741
Complementary color
Monochromatic Colors of #5B3741
Black with #5B3741
Text Example
Text Example
White with #5B3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3741; }
p { color: rgb(91,55,65); }
H1.HeaderClassName
{
color: #5B3741;
}
.AnyTagClassName
{
color: #5B3741;
}
</style>
background-color css
<style>
a { background-color: #5B3741; }
a { background-color: rgb(91,55,65); }
div.DivClassName
{
background-color: #5B3741;
}
.BgClassName
{
background-color: #5B3741;
}
</style>
border-color css
<style>
span { border-color: #5B3741; }
span { border-color: rgb(91,55,65); }
td.TdClassName
{
border-color: #5B3741;
}
.TagClassName
{
border-color: #5B3741;
}
</style>