Shades of Barossa #542C43
Tints of Barossa #542C43
RGB
CMYK
RGB Variations
Color information
#542C43 (or 0x542C43) is known color: Barossa. HEX triplet: 54, 2C and 43. RGB value is (84,44,67). Sum of RGB (Red+Green+Blue) = 84+44+67=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C43 is #ABD3BC. Grayscale: #3A3A3A. Windows color (decimal): -11260861 or 4402260. OLE color: 4402260.
HSL color Cylindrical-coordinate representation of color #542C43: hue angle of 325.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542C43 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 67 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.67 |
| HSL | 325.5º | 0.31% | 0.25% | - |
| HSV(B) | 325.5º | 0.48% | 0.33% | - |
| XYZ | 5.57 | 4.09 | 5.81 | - |
| YUV | 58.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 67 | 0 | 0.48 | 0.20 | 0.67 | 325.5 | 0.31 | 0.25 |
| Hex | 54 | 2C | 43 | 0 | 30 | 14 | 43 | 146 | 1F | 19 |
| Octal | 124 | 54 | 103 | 0 | 60 | 24 | 103 | 506 | 37 | 31 |
| Binary | 1010100 | 101100 | 1000011 | 0 | 110000 | 10100 | 1000011 | 101000110 | 11111 | 11001 |
Color Harmonies of #542C43
Complementary color
Monochromatic Colors of #542C43
Black with #542C43
Text Example
Text Example
White with #542C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C43; }
p { color: rgb(84,44,67); }
H1.HeaderClassName
{
color: #542C43;
}
.AnyTagClassName
{
color: #542C43;
}
</style>
background-color css
<style>
a { background-color: #542C43; }
a { background-color: rgb(84,44,67); }
div.DivClassName
{
background-color: #542C43;
}
.BgClassName
{
background-color: #542C43;
}
</style>
border-color css
<style>
span { border-color: #542C43; }
span { border-color: rgb(84,44,67); }
td.TdClassName
{
border-color: #542C43;
}
.TagClassName
{
border-color: #542C43;
}
</style>