Shades of Barossa #52243A
Tints of Barossa #52243A
RGB
CMYK
RGB Variations
Color information
#52243A (or 0x52243A) is known color: Barossa. HEX triplet: 52, 24 and 3A. RGB value is (82,36,58). Sum of RGB (Red+Green+Blue) = 82+36+58=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52243A is #ADDBC5. Grayscale: #343434. Windows color (decimal): -11393990 or 3810386. OLE color: 3810386.
HSL color Cylindrical-coordinate representation of color #52243A: hue angle of 331.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52243A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 36 | 58 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.68 |
| HSL | 331.3º | 0.39% | 0.23% | - |
| HSV(B) | 331.3º | 0.56% | 0.32% | - |
| XYZ | 4.87 | 3.36 | 4.39 | - |
| YUV | 52.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 58 | 0 | 0.56 | 0.29 | 0.68 | 331.3 | 0.39 | 0.23 |
| Hex | 52 | 24 | 3A | 0 | 38 | 1D | 44 | 14B | 27 | 17 |
| Octal | 122 | 44 | 72 | 0 | 70 | 35 | 104 | 513 | 47 | 27 |
| Binary | 1010010 | 100100 | 111010 | 0 | 111000 | 11101 | 1000100 | 101001011 | 100111 | 10111 |
Color Harmonies of #52243A
Complementary color
Monochromatic Colors of #52243A
Black with #52243A
Text Example
Text Example
White with #52243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52243A; }
p { color: rgb(82,36,58); }
H1.HeaderClassName
{
color: #52243A;
}
.AnyTagClassName
{
color: #52243A;
}
</style>
background-color css
<style>
a { background-color: #52243A; }
a { background-color: rgb(82,36,58); }
div.DivClassName
{
background-color: #52243A;
}
.BgClassName
{
background-color: #52243A;
}
</style>
border-color css
<style>
span { border-color: #52243A; }
span { border-color: rgb(82,36,58); }
td.TdClassName
{
border-color: #52243A;
}
.TagClassName
{
border-color: #52243A;
}
</style>