Shades of Tawny Port #5B344A
Tints of Tawny Port #5B344A
RGB
CMYK
RGB Variations
Color information
#5B344A (or 0x5B344A) is known color: Tawny Port. HEX triplet: 5B, 34 and 4A. RGB value is (91,52,74). Sum of RGB (Red+Green+Blue) = 91+52+74=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B344A is #A4CBB5. Grayscale: #424242. Windows color (decimal): -10800054 or 4863067. OLE color: 4863067.
HSL color Cylindrical-coordinate representation of color #5B344A: hue angle of 326.15º 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 #5B344A is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 74 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.64 |
| HSL | 326.15º | 0.27% | 0.28% | - |
| HSV(B) | 326.15º | 0.43% | 0.36% | - |
| XYZ | 6.78 | 5.17 | 7.12 | - |
| YUV | 66.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 74 | 0 | 0.43 | 0.19 | 0.64 | 326.15 | 0.27 | 0.28 |
| Hex | 5B | 34 | 4A | 0 | 2B | 13 | 40 | 146 | 1B | 1C |
| Octal | 133 | 64 | 112 | 0 | 53 | 23 | 100 | 506 | 33 | 34 |
| Binary | 1011011 | 110100 | 1001010 | 0 | 101011 | 10011 | 1000000 | 101000110 | 11011 | 11100 |
Color Harmonies of #5B344A
Complementary color
Monochromatic Colors of #5B344A
Black with #5B344A
Text Example
Text Example
White with #5B344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B344A; }
p { color: rgb(91,52,74); }
H1.HeaderClassName
{
color: #5B344A;
}
.AnyTagClassName
{
color: #5B344A;
}
</style>
background-color css
<style>
a { background-color: #5B344A; }
a { background-color: rgb(91,52,74); }
div.DivClassName
{
background-color: #5B344A;
}
.BgClassName
{
background-color: #5B344A;
}
</style>
border-color css
<style>
span { border-color: #5B344A; }
span { border-color: rgb(91,52,74); }
td.TdClassName
{
border-color: #5B344A;
}
.TagClassName
{
border-color: #5B344A;
}
</style>