Shades of Barossa #52213C
Tints of Barossa #52213C
RGB
CMYK
RGB Variations
Color information
#52213C (or 0x52213C) is known color: Barossa. HEX triplet: 52, 21 and 3C. RGB value is (82,33,60). Sum of RGB (Red+Green+Blue) = 82+33+60=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213C is #ADDEC3. Grayscale: #323232. Windows color (decimal): -11394756 or 3940690. OLE color: 3940690.
HSL color Cylindrical-coordinate representation of color #52213C: hue angle of 326.94º 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 #52213C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 60 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.68 |
| HSL | 326.94º | 0.43% | 0.23% | - |
| HSV(B) | 326.94º | 0.6% | 0.32% | - |
| XYZ | 4.84 | 3.21 | 4.64 | - |
| YUV | 50.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 60 | 0 | 0.60 | 0.27 | 0.68 | 326.94 | 0.43 | 0.23 |
| Hex | 52 | 21 | 3C | 0 | 3C | 1B | 44 | 147 | 2B | 17 |
| Octal | 122 | 41 | 74 | 0 | 74 | 33 | 104 | 507 | 53 | 27 |
| Binary | 1010010 | 100001 | 111100 | 0 | 111100 | 11011 | 1000100 | 101000111 | 101011 | 10111 |
Color Harmonies of #52213C
Complementary color
Monochromatic Colors of #52213C
Black with #52213C
Text Example
Text Example
White with #52213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52213C; }
p { color: rgb(82,33,60); }
H1.HeaderClassName
{
color: #52213C;
}
.AnyTagClassName
{
color: #52213C;
}
</style>
background-color css
<style>
a { background-color: #52213C; }
a { background-color: rgb(82,33,60); }
div.DivClassName
{
background-color: #52213C;
}
.BgClassName
{
background-color: #52213C;
}
</style>
border-color css
<style>
span { border-color: #52213C; }
span { border-color: rgb(82,33,60); }
td.TdClassName
{
border-color: #52213C;
}
.TagClassName
{
border-color: #52213C;
}
</style>