Shades of Barossa #52283B
Tints of Barossa #52283B
RGB
CMYK
RGB Variations
Color information
#52283B (or 0x52283B) is known color: Barossa. HEX triplet: 52, 28 and 3B. RGB value is (82,40,59). Sum of RGB (Red+Green+Blue) = 82+40+59=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52283B is #ADD7C4. Grayscale: #363636. Windows color (decimal): -11392965 or 3876946. OLE color: 3876946.
HSL color Cylindrical-coordinate representation of color #52283B: hue angle of 332.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52283B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 59 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.68 |
| HSL | 332.86º | 0.34% | 0.24% | - |
| HSV(B) | 332.86º | 0.51% | 0.32% | - |
| XYZ | 5.03 | 3.63 | 4.57 | - |
| YUV | 54.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 59 | 0 | 0.51 | 0.28 | 0.68 | 332.86 | 0.34 | 0.24 |
| Hex | 52 | 28 | 3B | 0 | 33 | 1C | 44 | 14D | 22 | 18 |
| Octal | 122 | 50 | 73 | 0 | 63 | 34 | 104 | 515 | 42 | 30 |
| Binary | 1010010 | 101000 | 111011 | 0 | 110011 | 11100 | 1000100 | 101001101 | 100010 | 11000 |
Color Harmonies of #52283B
Complementary color
Monochromatic Colors of #52283B
Black with #52283B
Text Example
Text Example
White with #52283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52283B; }
p { color: rgb(82,40,59); }
H1.HeaderClassName
{
color: #52283B;
}
.AnyTagClassName
{
color: #52283B;
}
</style>
background-color css
<style>
a { background-color: #52283B; }
a { background-color: rgb(82,40,59); }
div.DivClassName
{
background-color: #52283B;
}
.BgClassName
{
background-color: #52283B;
}
</style>
border-color css
<style>
span { border-color: #52283B; }
span { border-color: rgb(82,40,59); }
td.TdClassName
{
border-color: #52283B;
}
.TagClassName
{
border-color: #52283B;
}
</style>