Shades of Barossa #52263E
Tints of Barossa #52263E
RGB
CMYK
RGB Variations
Color information
#52263E (or 0x52263E) is known color: Barossa. HEX triplet: 52, 26 and 3E. RGB value is (82,38,62). Sum of RGB (Red+Green+Blue) = 82+38+62=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52263E is #ADD9C1. Grayscale: #353535. Windows color (decimal): -11393474 or 4073042. OLE color: 4073042.
HSL color Cylindrical-coordinate representation of color #52263E: hue angle of 327.27º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52263E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 38 | 62 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.68 |
| HSL | 327.27º | 0.37% | 0.24% | - |
| HSV(B) | 327.27º | 0.54% | 0.32% | - |
| XYZ | 5.04 | 3.53 | 4.97 | - |
| YUV | 53.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 62 | 0 | 0.54 | 0.24 | 0.68 | 327.27 | 0.37 | 0.24 |
| Hex | 52 | 26 | 3E | 0 | 36 | 18 | 44 | 147 | 25 | 18 |
| Octal | 122 | 46 | 76 | 0 | 66 | 30 | 104 | 507 | 45 | 30 |
| Binary | 1010010 | 100110 | 111110 | 0 | 110110 | 11000 | 1000100 | 101000111 | 100101 | 11000 |
Color Harmonies of #52263E
Complementary color
Monochromatic Colors of #52263E
Black with #52263E
Text Example
Text Example
White with #52263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52263E; }
p { color: rgb(82,38,62); }
H1.HeaderClassName
{
color: #52263E;
}
.AnyTagClassName
{
color: #52263E;
}
</style>
background-color css
<style>
a { background-color: #52263E; }
a { background-color: rgb(82,38,62); }
div.DivClassName
{
background-color: #52263E;
}
.BgClassName
{
background-color: #52263E;
}
</style>
border-color css
<style>
span { border-color: #52263E; }
span { border-color: rgb(82,38,62); }
td.TdClassName
{
border-color: #52263E;
}
.TagClassName
{
border-color: #52263E;
}
</style>