Shades of Tawny Port #5B424A
Tints of Tawny Port #5B424A
RGB
CMYK
RGB Variations
Color information
#5B424A (or 0x5B424A) is known color: Tawny Port. HEX triplet: 5B, 42 and 4A. RGB value is (91,66,74). Sum of RGB (Red+Green+Blue) = 91+66+74=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B424A is #A4BDB5. Grayscale: #4A4A4A. Windows color (decimal): -10796470 or 4866651. OLE color: 4866651.
HSL color Cylindrical-coordinate representation of color #5B424A: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B424A is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 74 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.64 |
| HSL | 340.8º | 0.16% | 0.31% | - |
| HSV(B) | 340.8º | 0.27% | 0.36% | - |
| XYZ | 7.5 | 6.61 | 7.36 | - |
| YUV | 74.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 74 | 0 | 0.27 | 0.19 | 0.64 | 340.8 | 0.16 | 0.31 |
| Hex | 5B | 42 | 4A | 0 | 1B | 13 | 40 | 155 | 10 | 1F |
| Octal | 133 | 102 | 112 | 0 | 33 | 23 | 100 | 525 | 20 | 37 |
| Binary | 1011011 | 1000010 | 1001010 | 0 | 11011 | 10011 | 1000000 | 101010101 | 10000 | 11111 |
Color Harmonies of #5B424A
Complementary color
Monochromatic Colors of #5B424A
Black with #5B424A
Text Example
Text Example
White with #5B424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B424A; }
p { color: rgb(91,66,74); }
H1.HeaderClassName
{
color: #5B424A;
}
.AnyTagClassName
{
color: #5B424A;
}
</style>
background-color css
<style>
a { background-color: #5B424A; }
a { background-color: rgb(91,66,74); }
div.DivClassName
{
background-color: #5B424A;
}
.BgClassName
{
background-color: #5B424A;
}
</style>
border-color css
<style>
span { border-color: #5B424A; }
span { border-color: rgb(91,66,74); }
td.TdClassName
{
border-color: #5B424A;
}
.TagClassName
{
border-color: #5B424A;
}
</style>