Shades of Barossa #543543
Tints of Barossa #543543
RGB
CMYK
RGB Variations
Color information
#543543 (or 0x543543) is known color: Barossa. HEX triplet: 54, 35 and 43. RGB value is (84,53,67). Sum of RGB (Red+Green+Blue) = 84+53+67=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #543543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543543 is #ABCABC. Grayscale: #3F3F3F. Windows color (decimal): -11258557 or 4404564. OLE color: 4404564.
HSL color Cylindrical-coordinate representation of color #543543: hue angle of 332.9º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #543543 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 67 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.67 |
| HSL | 332.9º | 0.23% | 0.27% | - |
| HSV(B) | 332.9º | 0.37% | 0.33% | - |
| XYZ | 5.94 | 4.84 | 5.93 | - |
| YUV | 63.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 67 | 0 | 0.37 | 0.20 | 0.67 | 332.9 | 0.23 | 0.27 |
| Hex | 54 | 35 | 43 | 0 | 25 | 14 | 43 | 14D | 17 | 1B |
| Octal | 124 | 65 | 103 | 0 | 45 | 24 | 103 | 515 | 27 | 33 |
| Binary | 1010100 | 110101 | 1000011 | 0 | 100101 | 10100 | 1000011 | 101001101 | 10111 | 11011 |
Color Harmonies of #543543
Complementary color
Monochromatic Colors of #543543
Black with #543543
Text Example
Text Example
White with #543543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543543; }
p { color: rgb(84,53,67); }
H1.HeaderClassName
{
color: #543543;
}
.AnyTagClassName
{
color: #543543;
}
</style>
background-color css
<style>
a { background-color: #543543; }
a { background-color: rgb(84,53,67); }
div.DivClassName
{
background-color: #543543;
}
.BgClassName
{
background-color: #543543;
}
</style>
border-color css
<style>
span { border-color: #543543; }
span { border-color: rgb(84,53,67); }
td.TdClassName
{
border-color: #543543;
}
.TagClassName
{
border-color: #543543;
}
</style>