Shades of Barossa #542A3F
Tints of Barossa #542A3F
RGB
CMYK
RGB Variations
Color information
#542A3F (or 0x542A3F) is known color: Barossa. HEX triplet: 54, 2A and 3F. RGB value is (84,42,63). Sum of RGB (Red+Green+Blue) = 84+42+63=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A3F is #ABD5C0. Grayscale: #383838. Windows color (decimal): -11261377 or 4139604. OLE color: 4139604.
HSL color Cylindrical-coordinate representation of color #542A3F: hue angle of 330º 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 #542A3F is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 63 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.67 |
| HSL | 330º | 0.33% | 0.25% | - |
| HSV(B) | 330º | 0.5% | 0.33% | - |
| XYZ | 5.38 | 3.9 | 5.17 | - |
| YUV | 56.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 63 | 0 | 0.5 | 0.25 | 0.67 | 330 | 0.33 | 0.25 |
| Hex | 54 | 2A | 3F | 0 | 32 | 19 | 43 | 14A | 21 | 19 |
| Octal | 124 | 52 | 77 | 0 | 62 | 31 | 103 | 512 | 41 | 31 |
| Binary | 1010100 | 101010 | 111111 | 0 | 110010 | 11001 | 1000011 | 101001010 | 100001 | 11001 |
Color Harmonies of #542A3F
Complementary color
Monochromatic Colors of #542A3F
Black with #542A3F
Text Example
Text Example
White with #542A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A3F; }
p { color: rgb(84,42,63); }
H1.HeaderClassName
{
color: #542A3F;
}
.AnyTagClassName
{
color: #542A3F;
}
</style>
background-color css
<style>
a { background-color: #542A3F; }
a { background-color: rgb(84,42,63); }
div.DivClassName
{
background-color: #542A3F;
}
.BgClassName
{
background-color: #542A3F;
}
</style>
border-color css
<style>
span { border-color: #542A3F; }
span { border-color: rgb(84,42,63); }
td.TdClassName
{
border-color: #542A3F;
}
.TagClassName
{
border-color: #542A3F;
}
</style>