Shades of Barossa #52273E
Tints of Barossa #52273E
RGB
CMYK
RGB Variations
Color information
#52273E (or 0x52273E) is known color: Barossa. HEX triplet: 52, 27 and 3E. RGB value is (82,39,62). Sum of RGB (Red+Green+Blue) = 82+39+62=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52273E is #ADD8C1. Grayscale: #363636. Windows color (decimal): -11393218 or 4073298. OLE color: 4073298.
HSL color Cylindrical-coordinate representation of color #52273E: hue angle of 327.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52273E is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 39 | 62 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.68 |
| HSL | 327.91º | 0.36% | 0.24% | - |
| HSV(B) | 327.91º | 0.52% | 0.32% | - |
| XYZ | 5.07 | 3.59 | 4.98 | - |
| YUV | 54.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 62 | 0 | 0.52 | 0.24 | 0.68 | 327.91 | 0.36 | 0.24 |
| Hex | 52 | 27 | 3E | 0 | 34 | 18 | 44 | 148 | 24 | 18 |
| Octal | 122 | 47 | 76 | 0 | 64 | 30 | 104 | 510 | 44 | 30 |
| Binary | 1010010 | 100111 | 111110 | 0 | 110100 | 11000 | 1000100 | 101001000 | 100100 | 11000 |
Color Harmonies of #52273E
Complementary color
Monochromatic Colors of #52273E
Black with #52273E
Text Example
Text Example
White with #52273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52273E; }
p { color: rgb(82,39,62); }
H1.HeaderClassName
{
color: #52273E;
}
.AnyTagClassName
{
color: #52273E;
}
</style>
background-color css
<style>
a { background-color: #52273E; }
a { background-color: rgb(82,39,62); }
div.DivClassName
{
background-color: #52273E;
}
.BgClassName
{
background-color: #52273E;
}
</style>
border-color css
<style>
span { border-color: #52273E; }
span { border-color: rgb(82,39,62); }
td.TdClassName
{
border-color: #52273E;
}
.TagClassName
{
border-color: #52273E;
}
</style>