Shades of Tawny Port #513B43
Tints of Tawny Port #513B43
RGB
CMYK
RGB Variations
Color information
#513B43 (or 0x513B43) is known color: Tawny Port. HEX triplet: 51, 3B and 43. RGB value is (81,59,67). Sum of RGB (Red+Green+Blue) = 81+59+67=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B43 is #AEC4BC. Grayscale: #424242. Windows color (decimal): -11453629 or 4406097. OLE color: 4406097.
HSL color Cylindrical-coordinate representation of color #513B43: hue angle of 338.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B43 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 67 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.68 |
| HSL | 338.18º | 0.16% | 0.27% | - |
| HSV(B) | 338.18º | 0.27% | 0.32% | - |
| XYZ | 5.97 | 5.28 | 6.02 | - |
| YUV | 66.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 67 | 0 | 0.27 | 0.17 | 0.68 | 338.18 | 0.16 | 0.27 |
| Hex | 51 | 3B | 43 | 0 | 1B | 11 | 44 | 152 | 10 | 1B |
| Octal | 121 | 73 | 103 | 0 | 33 | 21 | 104 | 522 | 20 | 33 |
| Binary | 1010001 | 111011 | 1000011 | 0 | 11011 | 10001 | 1000100 | 101010010 | 10000 | 11011 |
Color Harmonies of #513B43
Complementary color
Monochromatic Colors of #513B43
Black with #513B43
Text Example
Text Example
White with #513B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B43; }
p { color: rgb(81,59,67); }
H1.HeaderClassName
{
color: #513B43;
}
.AnyTagClassName
{
color: #513B43;
}
</style>
background-color css
<style>
a { background-color: #513B43; }
a { background-color: rgb(81,59,67); }
div.DivClassName
{
background-color: #513B43;
}
.BgClassName
{
background-color: #513B43;
}
</style>
border-color css
<style>
span { border-color: #513B43; }
span { border-color: rgb(81,59,67); }
td.TdClassName
{
border-color: #513B43;
}
.TagClassName
{
border-color: #513B43;
}
</style>