Shades of Tawny Port #5B3448
Tints of Tawny Port #5B3448
RGB
CMYK
RGB Variations
Color information
#5B3448 (or 0x5B3448) is known color: Tawny Port. HEX triplet: 5B, 34 and 48. RGB value is (91,52,72). Sum of RGB (Red+Green+Blue) = 91+52+72=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3448 is #A4CBB7. Grayscale: #414141. Windows color (decimal): -10800056 or 4731995. OLE color: 4731995.
HSL color Cylindrical-coordinate representation of color #5B3448: hue angle of 329.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3448 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 72 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.64 |
| HSL | 329.23º | 0.27% | 0.28% | - |
| HSV(B) | 329.23º | 0.43% | 0.36% | - |
| XYZ | 6.71 | 5.15 | 6.77 | - |
| YUV | 65.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 72 | 0 | 0.43 | 0.21 | 0.64 | 329.23 | 0.27 | 0.28 |
| Hex | 5B | 34 | 48 | 0 | 2B | 15 | 40 | 149 | 1B | 1C |
| Octal | 133 | 64 | 110 | 0 | 53 | 25 | 100 | 511 | 33 | 34 |
| Binary | 1011011 | 110100 | 1001000 | 0 | 101011 | 10101 | 1000000 | 101001001 | 11011 | 11100 |
Color Harmonies of #5B3448
Complementary color
Monochromatic Colors of #5B3448
Black with #5B3448
Text Example
Text Example
White with #5B3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3448; }
p { color: rgb(91,52,72); }
H1.HeaderClassName
{
color: #5B3448;
}
.AnyTagClassName
{
color: #5B3448;
}
</style>
background-color css
<style>
a { background-color: #5B3448; }
a { background-color: rgb(91,52,72); }
div.DivClassName
{
background-color: #5B3448;
}
.BgClassName
{
background-color: #5B3448;
}
</style>
border-color css
<style>
span { border-color: #5B3448; }
span { border-color: rgb(91,52,72); }
td.TdClassName
{
border-color: #5B3448;
}
.TagClassName
{
border-color: #5B3448;
}
</style>