Shades of Barossa #52293D
Tints of Barossa #52293D
RGB
CMYK
RGB Variations
Color information
#52293D (or 0x52293D) is known color: Barossa. HEX triplet: 52, 29 and 3D. RGB value is (82,41,61). Sum of RGB (Red+Green+Blue) = 82+41+61=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52293D is #ADD6C2. Grayscale: #373737. Windows color (decimal): -11392707 or 4008274. OLE color: 4008274.
HSL color Cylindrical-coordinate representation of color #52293D: hue angle of 330.73º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52293D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 61 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.68 |
| HSL | 330.73º | 0.33% | 0.24% | - |
| HSV(B) | 330.73º | 0.5% | 0.32% | - |
| XYZ | 5.11 | 3.72 | 4.86 | - |
| YUV | 55.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 61 | 0 | 0.50 | 0.26 | 0.68 | 330.73 | 0.33 | 0.24 |
| Hex | 52 | 29 | 3D | 0 | 32 | 1A | 44 | 14B | 21 | 18 |
| Octal | 122 | 51 | 75 | 0 | 62 | 32 | 104 | 513 | 41 | 30 |
| Binary | 1010010 | 101001 | 111101 | 0 | 110010 | 11010 | 1000100 | 101001011 | 100001 | 11000 |
Color Harmonies of #52293D
Complementary color
Monochromatic Colors of #52293D
Black with #52293D
Text Example
Text Example
White with #52293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52293D; }
p { color: rgb(82,41,61); }
H1.HeaderClassName
{
color: #52293D;
}
.AnyTagClassName
{
color: #52293D;
}
</style>
background-color css
<style>
a { background-color: #52293D; }
a { background-color: rgb(82,41,61); }
div.DivClassName
{
background-color: #52293D;
}
.BgClassName
{
background-color: #52293D;
}
</style>
border-color css
<style>
span { border-color: #52293D; }
span { border-color: rgb(82,41,61); }
td.TdClassName
{
border-color: #52293D;
}
.TagClassName
{
border-color: #52293D;
}
</style>