Shades of Barossa #572B40
Tints of Barossa #572B40
RGB
CMYK
RGB Variations
Color information
#572B40 (or 0x572B40) is known color: Barossa. HEX triplet: 57, 2B and 40. RGB value is (87,43,64). Sum of RGB (Red+Green+Blue) = 87+43+64=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B40 is #A8D4BF. Grayscale: #3A3A3A. Windows color (decimal): -11064512 or 4205399. OLE color: 4205399.
HSL color Cylindrical-coordinate representation of color #572B40: hue angle of 331.36º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #572B40 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 64 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.66 |
| HSL | 331.36º | 0.34% | 0.25% | - |
| HSV(B) | 331.36º | 0.51% | 0.34% | - |
| XYZ | 5.72 | 4.12 | 5.35 | - |
| YUV | 58.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 64 | 0 | 0.51 | 0.26 | 0.66 | 331.36 | 0.34 | 0.25 |
| Hex | 57 | 2B | 40 | 0 | 33 | 1A | 42 | 14B | 22 | 19 |
| Octal | 127 | 53 | 100 | 0 | 63 | 32 | 102 | 513 | 42 | 31 |
| Binary | 1010111 | 101011 | 1000000 | 0 | 110011 | 11010 | 1000010 | 101001011 | 100010 | 11001 |
Color Harmonies of #572B40
Complementary color
Monochromatic Colors of #572B40
Black with #572B40
Text Example
Text Example
White with #572B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B40; }
p { color: rgb(87,43,64); }
H1.HeaderClassName
{
color: #572B40;
}
.AnyTagClassName
{
color: #572B40;
}
</style>
background-color css
<style>
a { background-color: #572B40; }
a { background-color: rgb(87,43,64); }
div.DivClassName
{
background-color: #572B40;
}
.BgClassName
{
background-color: #572B40;
}
</style>
border-color css
<style>
span { border-color: #572B40; }
span { border-color: rgb(87,43,64); }
td.TdClassName
{
border-color: #572B40;
}
.TagClassName
{
border-color: #572B40;
}
</style>