Shades of Tawny Port #5B3849
Tints of Tawny Port #5B3849
RGB
CMYK
RGB Variations
Color information
#5B3849 (or 0x5B3849) is known color: Tawny Port. HEX triplet: 5B, 38 and 49. RGB value is (91,56,73). Sum of RGB (Red+Green+Blue) = 91+56+73=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3849 is #A4C7B6. Grayscale: #444444. Windows color (decimal): -10799031 or 4798555. OLE color: 4798555.
HSL color Cylindrical-coordinate representation of color #5B3849: hue angle of 330.86º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B3849 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 73 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.64 |
| HSL | 330.86º | 0.24% | 0.29% | - |
| HSV(B) | 330.86º | 0.38% | 0.36% | - |
| XYZ | 6.93 | 5.53 | 7.01 | - |
| YUV | 68.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 73 | 0 | 0.38 | 0.20 | 0.64 | 330.86 | 0.24 | 0.29 |
| Hex | 5B | 38 | 49 | 0 | 26 | 14 | 40 | 14B | 18 | 1D |
| Octal | 133 | 70 | 111 | 0 | 46 | 24 | 100 | 513 | 30 | 35 |
| Binary | 1011011 | 111000 | 1001001 | 0 | 100110 | 10100 | 1000000 | 101001011 | 11000 | 11101 |
Color Harmonies of #5B3849
Complementary color
Monochromatic Colors of #5B3849
Black with #5B3849
Text Example
Text Example
White with #5B3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3849; }
p { color: rgb(91,56,73); }
H1.HeaderClassName
{
color: #5B3849;
}
.AnyTagClassName
{
color: #5B3849;
}
</style>
background-color css
<style>
a { background-color: #5B3849; }
a { background-color: rgb(91,56,73); }
div.DivClassName
{
background-color: #5B3849;
}
.BgClassName
{
background-color: #5B3849;
}
</style>
border-color css
<style>
span { border-color: #5B3849; }
span { border-color: rgb(91,56,73); }
td.TdClassName
{
border-color: #5B3849;
}
.TagClassName
{
border-color: #5B3849;
}
</style>