Shades of Barossa #543244
Tints of Barossa #543244
RGB
CMYK
RGB Variations
Color information
#543244 (or 0x543244) is known color: Barossa. HEX triplet: 54, 32 and 44. RGB value is (84,50,68). Sum of RGB (Red+Green+Blue) = 84+50+68=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #543244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543244 is #ABCDBB. Grayscale: #3E3E3E. Windows color (decimal): -11259324 or 4469332. OLE color: 4469332.
HSL color Cylindrical-coordinate representation of color #543244: hue angle of 328.24º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #543244 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 68 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.67 |
| HSL | 328.24º | 0.25% | 0.26% | - |
| HSV(B) | 328.24º | 0.4% | 0.33% | - |
| XYZ | 5.84 | 4.58 | 6.05 | - |
| YUV | 62.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 68 | 0 | 0.40 | 0.19 | 0.67 | 328.24 | 0.25 | 0.26 |
| Hex | 54 | 32 | 44 | 0 | 28 | 13 | 43 | 148 | 19 | 1A |
| Octal | 124 | 62 | 104 | 0 | 50 | 23 | 103 | 510 | 31 | 32 |
| Binary | 1010100 | 110010 | 1000100 | 0 | 101000 | 10011 | 1000011 | 101001000 | 11001 | 11010 |
Color Harmonies of #543244
Complementary color
Monochromatic Colors of #543244
Black with #543244
Text Example
Text Example
White with #543244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543244; }
p { color: rgb(84,50,68); }
H1.HeaderClassName
{
color: #543244;
}
.AnyTagClassName
{
color: #543244;
}
</style>
background-color css
<style>
a { background-color: #543244; }
a { background-color: rgb(84,50,68); }
div.DivClassName
{
background-color: #543244;
}
.BgClassName
{
background-color: #543244;
}
</style>
border-color css
<style>
span { border-color: #543244; }
span { border-color: rgb(84,50,68); }
td.TdClassName
{
border-color: #543244;
}
.TagClassName
{
border-color: #543244;
}
</style>