Shades of Tawny Port #5B3B4A
Tints of Tawny Port #5B3B4A
RGB
CMYK
RGB Variations
Color information
#5B3B4A (or 0x5B3B4A) is known color: Tawny Port. HEX triplet: 5B, 3B and 4A. RGB value is (91,59,74). Sum of RGB (Red+Green+Blue) = 91+59+74=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B4A is #A4C4B5. Grayscale: #464646. Windows color (decimal): -10798262 or 4864859. OLE color: 4864859.
HSL color Cylindrical-coordinate representation of color #5B3B4A: hue angle of 331.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B3B4A is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 74 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.64 |
| HSL | 331.88º | 0.21% | 0.29% | - |
| HSV(B) | 331.88º | 0.35% | 0.36% | - |
| XYZ | 7.11 | 5.85 | 7.23 | - |
| YUV | 70.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 74 | 0 | 0.35 | 0.19 | 0.64 | 331.88 | 0.21 | 0.29 |
| Hex | 5B | 3B | 4A | 0 | 23 | 13 | 40 | 14C | 15 | 1D |
| Octal | 133 | 73 | 112 | 0 | 43 | 23 | 100 | 514 | 25 | 35 |
| Binary | 1011011 | 111011 | 1001010 | 0 | 100011 | 10011 | 1000000 | 101001100 | 10101 | 11101 |
Color Harmonies of #5B3B4A
Complementary color
Monochromatic Colors of #5B3B4A
Black with #5B3B4A
Text Example
Text Example
White with #5B3B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B4A; }
p { color: rgb(91,59,74); }
H1.HeaderClassName
{
color: #5B3B4A;
}
.AnyTagClassName
{
color: #5B3B4A;
}
</style>
background-color css
<style>
a { background-color: #5B3B4A; }
a { background-color: rgb(91,59,74); }
div.DivClassName
{
background-color: #5B3B4A;
}
.BgClassName
{
background-color: #5B3B4A;
}
</style>
border-color css
<style>
span { border-color: #5B3B4A; }
span { border-color: rgb(91,59,74); }
td.TdClassName
{
border-color: #5B3B4A;
}
.TagClassName
{
border-color: #5B3B4A;
}
</style>