Shades of Tawny Port #5B404A
Tints of Tawny Port #5B404A
RGB
CMYK
RGB Variations
Color information
#5B404A (or 0x5B404A) is known color: Tawny Port. HEX triplet: 5B, 40 and 4A. RGB value is (91,64,74). Sum of RGB (Red+Green+Blue) = 91+64+74=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B404A is #A4BFB5. Grayscale: #494949. Windows color (decimal): -10796982 or 4866139. OLE color: 4866139.
HSL color Cylindrical-coordinate representation of color #5B404A: hue angle of 337.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B404A is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 74 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.64 |
| HSL | 337.78º | 0.17% | 0.3% | - |
| HSV(B) | 337.78º | 0.3% | 0.36% | - |
| XYZ | 7.38 | 6.39 | 7.32 | - |
| YUV | 73.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 74 | 0 | 0.30 | 0.19 | 0.64 | 337.78 | 0.17 | 0.3 |
| Hex | 5B | 40 | 4A | 0 | 1E | 13 | 40 | 152 | 11 | 1E |
| Octal | 133 | 100 | 112 | 0 | 36 | 23 | 100 | 522 | 21 | 36 |
| Binary | 1011011 | 1000000 | 1001010 | 0 | 11110 | 10011 | 1000000 | 101010010 | 10001 | 11110 |
Color Harmonies of #5B404A
Complementary color
Monochromatic Colors of #5B404A
Black with #5B404A
Text Example
Text Example
White with #5B404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B404A; }
p { color: rgb(91,64,74); }
H1.HeaderClassName
{
color: #5B404A;
}
.AnyTagClassName
{
color: #5B404A;
}
</style>
background-color css
<style>
a { background-color: #5B404A; }
a { background-color: rgb(91,64,74); }
div.DivClassName
{
background-color: #5B404A;
}
.BgClassName
{
background-color: #5B404A;
}
</style>
border-color css
<style>
span { border-color: #5B404A; }
span { border-color: rgb(91,64,74); }
td.TdClassName
{
border-color: #5B404A;
}
.TagClassName
{
border-color: #5B404A;
}
</style>