Shades of Barossa #52283D
Tints of Barossa #52283D
RGB
CMYK
RGB Variations
Color information
#52283D (or 0x52283D) is known color: Barossa. HEX triplet: 52, 28 and 3D. RGB value is (82,40,61). Sum of RGB (Red+Green+Blue) = 82+40+61=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52283D is #ADD7C2. Grayscale: #363636. Windows color (decimal): -11392963 or 4008018. OLE color: 4008018.
HSL color Cylindrical-coordinate representation of color #52283D: hue angle of 330º 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 #52283D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 61 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.68 |
| HSL | 330º | 0.34% | 0.24% | - |
| HSV(B) | 330º | 0.51% | 0.32% | - |
| XYZ | 5.08 | 3.65 | 4.85 | - |
| YUV | 54.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 61 | 0 | 0.51 | 0.26 | 0.68 | 330 | 0.34 | 0.24 |
| Hex | 52 | 28 | 3D | 0 | 33 | 1A | 44 | 14A | 22 | 18 |
| Octal | 122 | 50 | 75 | 0 | 63 | 32 | 104 | 512 | 42 | 30 |
| Binary | 1010010 | 101000 | 111101 | 0 | 110011 | 11010 | 1000100 | 101001010 | 100010 | 11000 |
Color Harmonies of #52283D
Complementary color
Monochromatic Colors of #52283D
Black with #52283D
Text Example
Text Example
White with #52283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52283D; }
p { color: rgb(82,40,61); }
H1.HeaderClassName
{
color: #52283D;
}
.AnyTagClassName
{
color: #52283D;
}
</style>
background-color css
<style>
a { background-color: #52283D; }
a { background-color: rgb(82,40,61); }
div.DivClassName
{
background-color: #52283D;
}
.BgClassName
{
background-color: #52283D;
}
</style>
border-color css
<style>
span { border-color: #52283D; }
span { border-color: rgb(82,40,61); }
td.TdClassName
{
border-color: #52283D;
}
.TagClassName
{
border-color: #52283D;
}
</style>