Shades of Tawny Port #543A46
Tints of Tawny Port #543A46
RGB
CMYK
RGB Variations
Color information
#543A46 (or 0x543A46) is known color: Tawny Port. HEX triplet: 54, 3A and 46. RGB value is (84,58,70). Sum of RGB (Red+Green+Blue) = 84+58+70=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #543A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A46 is #ABC5B9. Grayscale: #434343. Windows color (decimal): -11257274 or 4602452. OLE color: 4602452.
HSL color Cylindrical-coordinate representation of color #543A46: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #543A46 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 70 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.67 |
| HSL | 332.31º | 0.18% | 0.28% | - |
| HSV(B) | 332.31º | 0.31% | 0.33% | - |
| XYZ | 6.27 | 5.35 | 6.5 | - |
| YUV | 67.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 70 | 0 | 0.31 | 0.17 | 0.67 | 332.31 | 0.18 | 0.28 |
| Hex | 54 | 3A | 46 | 0 | 1F | 11 | 43 | 14C | 12 | 1C |
| Octal | 124 | 72 | 106 | 0 | 37 | 21 | 103 | 514 | 22 | 34 |
| Binary | 1010100 | 111010 | 1000110 | 0 | 11111 | 10001 | 1000011 | 101001100 | 10010 | 11100 |
Color Harmonies of #543A46
Complementary color
Monochromatic Colors of #543A46
Black with #543A46
Text Example
Text Example
White with #543A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A46; }
p { color: rgb(84,58,70); }
H1.HeaderClassName
{
color: #543A46;
}
.AnyTagClassName
{
color: #543A46;
}
</style>
background-color css
<style>
a { background-color: #543A46; }
a { background-color: rgb(84,58,70); }
div.DivClassName
{
background-color: #543A46;
}
.BgClassName
{
background-color: #543A46;
}
</style>
border-color css
<style>
span { border-color: #543A46; }
span { border-color: rgb(84,58,70); }
td.TdClassName
{
border-color: #543A46;
}
.TagClassName
{
border-color: #543A46;
}
</style>