Shades of Barossa #572A41
Tints of Barossa #572A41
RGB
CMYK
RGB Variations
Color information
#572A41 (or 0x572A41) is known color: Barossa. HEX triplet: 57, 2A and 41. RGB value is (87,42,65). Sum of RGB (Red+Green+Blue) = 87+42+65=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A41 is #A8D5BE. Grayscale: #3A3A3A. Windows color (decimal): -11064767 or 4270679. OLE color: 4270679.
HSL color Cylindrical-coordinate representation of color #572A41: hue angle of 329.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A41 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 65 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.66 |
| HSL | 329.33º | 0.35% | 0.25% | - |
| HSV(B) | 329.33º | 0.52% | 0.34% | - |
| XYZ | 5.71 | 4.06 | 5.48 | - |
| YUV | 58.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 65 | 0 | 0.52 | 0.25 | 0.66 | 329.33 | 0.35 | 0.25 |
| Hex | 57 | 2A | 41 | 0 | 34 | 19 | 42 | 149 | 23 | 19 |
| Octal | 127 | 52 | 101 | 0 | 64 | 31 | 102 | 511 | 43 | 31 |
| Binary | 1010111 | 101010 | 1000001 | 0 | 110100 | 11001 | 1000010 | 101001001 | 100011 | 11001 |
Color Harmonies of #572A41
Complementary color
Monochromatic Colors of #572A41
Black with #572A41
Text Example
Text Example
White with #572A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A41; }
p { color: rgb(87,42,65); }
H1.HeaderClassName
{
color: #572A41;
}
.AnyTagClassName
{
color: #572A41;
}
</style>
background-color css
<style>
a { background-color: #572A41; }
a { background-color: rgb(87,42,65); }
div.DivClassName
{
background-color: #572A41;
}
.BgClassName
{
background-color: #572A41;
}
</style>
border-color css
<style>
span { border-color: #572A41; }
span { border-color: rgb(87,42,65); }
td.TdClassName
{
border-color: #572A41;
}
.TagClassName
{
border-color: #572A41;
}
</style>