Shades of Barossa #52253A
Tints of Barossa #52253A
RGB
CMYK
RGB Variations
Color information
#52253A (or 0x52253A) is known color: Barossa. HEX triplet: 52, 25 and 3A. RGB value is (82,37,58). Sum of RGB (Red+Green+Blue) = 82+37+58=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52253A is #ADDAC5. Grayscale: #343434. Windows color (decimal): -11393734 or 3810642. OLE color: 3810642.
HSL color Cylindrical-coordinate representation of color #52253A: hue angle of 332º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52253A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 37 | 58 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.68 |
| HSL | 332º | 0.38% | 0.23% | - |
| HSV(B) | 332º | 0.55% | 0.32% | - |
| XYZ | 4.9 | 3.42 | 4.41 | - |
| YUV | 52.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 58 | 0 | 0.55 | 0.29 | 0.68 | 332 | 0.38 | 0.23 |
| Hex | 52 | 25 | 3A | 0 | 37 | 1D | 44 | 14C | 26 | 17 |
| Octal | 122 | 45 | 72 | 0 | 67 | 35 | 104 | 514 | 46 | 27 |
| Binary | 1010010 | 100101 | 111010 | 0 | 110111 | 11101 | 1000100 | 101001100 | 100110 | 10111 |
Color Harmonies of #52253A
Complementary color
Monochromatic Colors of #52253A
Black with #52253A
Text Example
Text Example
White with #52253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52253A; }
p { color: rgb(82,37,58); }
H1.HeaderClassName
{
color: #52253A;
}
.AnyTagClassName
{
color: #52253A;
}
</style>
background-color css
<style>
a { background-color: #52253A; }
a { background-color: rgb(82,37,58); }
div.DivClassName
{
background-color: #52253A;
}
.BgClassName
{
background-color: #52253A;
}
</style>
border-color css
<style>
span { border-color: #52253A; }
span { border-color: rgb(82,37,58); }
td.TdClassName
{
border-color: #52253A;
}
.TagClassName
{
border-color: #52253A;
}
</style>