Shades of Barossa #52213F
Tints of Barossa #52213F
RGB
CMYK
RGB Variations
Color information
#52213F (or 0x52213F) is known color: Barossa. HEX triplet: 52, 21 and 3F. RGB value is (82,33,63). Sum of RGB (Red+Green+Blue) = 82+33+63=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213F is #ADDEC0. Grayscale: #323232. Windows color (decimal): -11394753 or 4137298. OLE color: 4137298.
HSL color Cylindrical-coordinate representation of color #52213F: hue angle of 323.27º 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 #52213F is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 63 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.68 |
| HSL | 323.27º | 0.43% | 0.23% | - |
| HSV(B) | 323.27º | 0.6% | 0.32% | - |
| XYZ | 4.92 | 3.24 | 5.07 | - |
| YUV | 51.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 63 | 0 | 0.60 | 0.23 | 0.68 | 323.27 | 0.43 | 0.23 |
| Hex | 52 | 21 | 3F | 0 | 3C | 17 | 44 | 143 | 2B | 17 |
| Octal | 122 | 41 | 77 | 0 | 74 | 27 | 104 | 503 | 53 | 27 |
| Binary | 1010010 | 100001 | 111111 | 0 | 111100 | 10111 | 1000100 | 101000011 | 101011 | 10111 |
Color Harmonies of #52213F
Complementary color
Monochromatic Colors of #52213F
Black with #52213F
Text Example
Text Example
White with #52213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52213F; }
p { color: rgb(82,33,63); }
H1.HeaderClassName
{
color: #52213F;
}
.AnyTagClassName
{
color: #52213F;
}
</style>
background-color css
<style>
a { background-color: #52213F; }
a { background-color: rgb(82,33,63); }
div.DivClassName
{
background-color: #52213F;
}
.BgClassName
{
background-color: #52213F;
}
</style>
border-color css
<style>
span { border-color: #52213F; }
span { border-color: rgb(82,33,63); }
td.TdClassName
{
border-color: #52213F;
}
.TagClassName
{
border-color: #52213F;
}
</style>