Shades of Tawny Port #5B354B
Tints of Tawny Port #5B354B
RGB
CMYK
RGB Variations
Color information
#5B354B (or 0x5B354B) is known color: Tawny Port. HEX triplet: 5B, 35 and 4B. RGB value is (91,53,75). Sum of RGB (Red+Green+Blue) = 91+53+75=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B354B is #A4CAB4. Grayscale: #424242. Windows color (decimal): -10799797 or 4928859. OLE color: 4928859.
HSL color Cylindrical-coordinate representation of color #5B354B: hue angle of 325.26º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B354B is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 75 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.64 |
| HSL | 325.26º | 0.26% | 0.28% | - |
| HSV(B) | 325.26º | 0.42% | 0.36% | - |
| XYZ | 6.86 | 5.28 | 7.31 | - |
| YUV | 66.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 75 | 0 | 0.42 | 0.18 | 0.64 | 325.26 | 0.26 | 0.28 |
| Hex | 5B | 35 | 4B | 0 | 2A | 12 | 40 | 145 | 1A | 1C |
| Octal | 133 | 65 | 113 | 0 | 52 | 22 | 100 | 505 | 32 | 34 |
| Binary | 1011011 | 110101 | 1001011 | 0 | 101010 | 10010 | 1000000 | 101000101 | 11010 | 11100 |
Color Harmonies of #5B354B
Complementary color
Monochromatic Colors of #5B354B
Black with #5B354B
Text Example
Text Example
White with #5B354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B354B; }
p { color: rgb(91,53,75); }
H1.HeaderClassName
{
color: #5B354B;
}
.AnyTagClassName
{
color: #5B354B;
}
</style>
background-color css
<style>
a { background-color: #5B354B; }
a { background-color: rgb(91,53,75); }
div.DivClassName
{
background-color: #5B354B;
}
.BgClassName
{
background-color: #5B354B;
}
</style>
border-color css
<style>
span { border-color: #5B354B; }
span { border-color: rgb(91,53,75); }
td.TdClassName
{
border-color: #5B354B;
}
.TagClassName
{
border-color: #5B354B;
}
</style>