Shades of Barossa #52213B
Tints of Barossa #52213B
RGB
CMYK
RGB Variations
Color information
#52213B (or 0x52213B) is known color: Barossa. HEX triplet: 52, 21 and 3B. RGB value is (82,33,59). Sum of RGB (Red+Green+Blue) = 82+33+59=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213B is #ADDEC4. Grayscale: #323232. Windows color (decimal): -11394757 or 3875154. OLE color: 3875154.
HSL color Cylindrical-coordinate representation of color #52213B: hue angle of 328.16º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52213B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 59 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.68 |
| HSL | 328.16º | 0.43% | 0.23% | - |
| HSV(B) | 328.16º | 0.6% | 0.32% | - |
| XYZ | 4.81 | 3.2 | 4.5 | - |
| YUV | 50.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 59 | 0 | 0.60 | 0.28 | 0.68 | 328.16 | 0.43 | 0.23 |
| Hex | 52 | 21 | 3B | 0 | 3C | 1C | 44 | 148 | 2B | 17 |
| Octal | 122 | 41 | 73 | 0 | 74 | 34 | 104 | 510 | 53 | 27 |
| Binary | 1010010 | 100001 | 111011 | 0 | 111100 | 11100 | 1000100 | 101001000 | 101011 | 10111 |
Color Harmonies of #52213B
Complementary color
Monochromatic Colors of #52213B
Black with #52213B
Text Example
Text Example
White with #52213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52213B; }
p { color: rgb(82,33,59); }
H1.HeaderClassName
{
color: #52213B;
}
.AnyTagClassName
{
color: #52213B;
}
</style>
background-color css
<style>
a { background-color: #52213B; }
a { background-color: rgb(82,33,59); }
div.DivClassName
{
background-color: #52213B;
}
.BgClassName
{
background-color: #52213B;
}
</style>
border-color css
<style>
span { border-color: #52213B; }
span { border-color: rgb(82,33,59); }
td.TdClassName
{
border-color: #52213B;
}
.TagClassName
{
border-color: #52213B;
}
</style>