Shades of Barossa #542A43
Tints of Barossa #542A43
RGB
CMYK
RGB Variations
Color information
#542A43 (or 0x542A43) is known color: Barossa. HEX triplet: 54, 2A and 43. RGB value is (84,42,67). Sum of RGB (Red+Green+Blue) = 84+42+67=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #542A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A43 is #ABD5BC. Grayscale: #393939. Windows color (decimal): -11261373 or 4401748. OLE color: 4401748.
HSL color Cylindrical-coordinate representation of color #542A43: hue angle of 324.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A43 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 67 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.67 |
| HSL | 324.29º | 0.33% | 0.25% | - |
| HSV(B) | 324.29º | 0.5% | 0.33% | - |
| XYZ | 5.5 | 3.95 | 5.78 | - |
| YUV | 57.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 67 | 0 | 0.5 | 0.20 | 0.67 | 324.29 | 0.33 | 0.25 |
| Hex | 54 | 2A | 43 | 0 | 32 | 14 | 43 | 144 | 21 | 19 |
| Octal | 124 | 52 | 103 | 0 | 62 | 24 | 103 | 504 | 41 | 31 |
| Binary | 1010100 | 101010 | 1000011 | 0 | 110010 | 10100 | 1000011 | 101000100 | 100001 | 11001 |
Color Harmonies of #542A43
Complementary color
Monochromatic Colors of #542A43
Black with #542A43
Text Example
Text Example
White with #542A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A43; }
p { color: rgb(84,42,67); }
H1.HeaderClassName
{
color: #542A43;
}
.AnyTagClassName
{
color: #542A43;
}
</style>
background-color css
<style>
a { background-color: #542A43; }
a { background-color: rgb(84,42,67); }
div.DivClassName
{
background-color: #542A43;
}
.BgClassName
{
background-color: #542A43;
}
</style>
border-color css
<style>
span { border-color: #542A43; }
span { border-color: rgb(84,42,67); }
td.TdClassName
{
border-color: #542A43;
}
.TagClassName
{
border-color: #542A43;
}
</style>