Shades of Barossa #522D41
Tints of Barossa #522D41
RGB
CMYK
RGB Variations
Color information
#522D41 (or 0x522D41) is known color: Barossa. HEX triplet: 52, 2D and 41. RGB value is (82,45,65). Sum of RGB (Red+Green+Blue) = 82+45+65=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D41 is #ADD2BE. Grayscale: #3A3A3A. Windows color (decimal): -11391679 or 4271442. OLE color: 4271442.
HSL color Cylindrical-coordinate representation of color #522D41: hue angle of 327.57º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D41 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 65 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.68 |
| HSL | 327.57º | 0.29% | 0.25% | - |
| HSV(B) | 327.57º | 0.45% | 0.32% | - |
| XYZ | 5.37 | 4.05 | 5.5 | - |
| YUV | 58.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 65 | 0 | 0.45 | 0.21 | 0.68 | 327.57 | 0.29 | 0.25 |
| Hex | 52 | 2D | 41 | 0 | 2D | 15 | 44 | 148 | 1D | 19 |
| Octal | 122 | 55 | 101 | 0 | 55 | 25 | 104 | 510 | 35 | 31 |
| Binary | 1010010 | 101101 | 1000001 | 0 | 101101 | 10101 | 1000100 | 101001000 | 11101 | 11001 |
Color Harmonies of #522D41
Complementary color
Monochromatic Colors of #522D41
Black with #522D41
Text Example
Text Example
White with #522D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D41; }
p { color: rgb(82,45,65); }
H1.HeaderClassName
{
color: #522D41;
}
.AnyTagClassName
{
color: #522D41;
}
</style>
background-color css
<style>
a { background-color: #522D41; }
a { background-color: rgb(82,45,65); }
div.DivClassName
{
background-color: #522D41;
}
.BgClassName
{
background-color: #522D41;
}
</style>
border-color css
<style>
span { border-color: #522D41; }
span { border-color: rgb(82,45,65); }
td.TdClassName
{
border-color: #522D41;
}
.TagClassName
{
border-color: #522D41;
}
</style>