Shades of Barossa #52203E
Tints of Barossa #52203E
RGB
CMYK
RGB Variations
Color information
#52203E (or 0x52203E) is known color: Barossa. HEX triplet: 52, 20 and 3E. RGB value is (82,32,62). Sum of RGB (Red+Green+Blue) = 82+32+62=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203E is #ADDFC1. Grayscale: #323232. Windows color (decimal): -11395010 or 4071506. OLE color: 4071506.
HSL color Cylindrical-coordinate representation of color #52203E: hue angle of 324º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52203E is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 62 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.68 |
| HSL | 324º | 0.44% | 0.22% | - |
| HSV(B) | 324º | 0.61% | 0.32% | - |
| XYZ | 4.87 | 3.17 | 4.91 | - |
| YUV | 50.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 62 | 0 | 0.61 | 0.24 | 0.68 | 324 | 0.44 | 0.22 |
| Hex | 52 | 20 | 3E | 0 | 3D | 18 | 44 | 144 | 2C | 16 |
| Octal | 122 | 40 | 76 | 0 | 75 | 30 | 104 | 504 | 54 | 26 |
| Binary | 1010010 | 100000 | 111110 | 0 | 111101 | 11000 | 1000100 | 101000100 | 101100 | 10110 |
Color Harmonies of #52203E
Complementary color
Monochromatic Colors of #52203E
Black with #52203E
Text Example
Text Example
White with #52203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52203E; }
p { color: rgb(82,32,62); }
H1.HeaderClassName
{
color: #52203E;
}
.AnyTagClassName
{
color: #52203E;
}
</style>
background-color css
<style>
a { background-color: #52203E; }
a { background-color: rgb(82,32,62); }
div.DivClassName
{
background-color: #52203E;
}
.BgClassName
{
background-color: #52203E;
}
</style>
border-color css
<style>
span { border-color: #52203E; }
span { border-color: rgb(82,32,62); }
td.TdClassName
{
border-color: #52203E;
}
.TagClassName
{
border-color: #52203E;
}
</style>