Shades of Barossa #532240
Tints of Barossa #532240
RGB
CMYK
RGB Variations
Color information
#532240 (or 0x532240) is known color: Barossa. HEX triplet: 53, 22 and 40. RGB value is (83,34,64). Sum of RGB (Red+Green+Blue) = 83+34+64=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532240 is #ACDDBF. Grayscale: #333333. Windows color (decimal): -11328960 or 4203091. OLE color: 4203091.
HSL color Cylindrical-coordinate representation of color #532240: hue angle of 323.27º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532240 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 64 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.67 |
| HSL | 323.27º | 0.42% | 0.23% | - |
| HSV(B) | 323.27º | 0.59% | 0.33% | - |
| XYZ | 5.06 | 3.35 | 5.23 | - |
| YUV | 52.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 64 | 0 | 0.59 | 0.23 | 0.67 | 323.27 | 0.42 | 0.23 |
| Hex | 53 | 22 | 40 | 0 | 3B | 17 | 43 | 143 | 2A | 17 |
| Octal | 123 | 42 | 100 | 0 | 73 | 27 | 103 | 503 | 52 | 27 |
| Binary | 1010011 | 100010 | 1000000 | 0 | 111011 | 10111 | 1000011 | 101000011 | 101010 | 10111 |
Color Harmonies of #532240
Complementary color
Monochromatic Colors of #532240
Black with #532240
Text Example
Text Example
White with #532240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532240; }
p { color: rgb(83,34,64); }
H1.HeaderClassName
{
color: #532240;
}
.AnyTagClassName
{
color: #532240;
}
</style>
background-color css
<style>
a { background-color: #532240; }
a { background-color: rgb(83,34,64); }
div.DivClassName
{
background-color: #532240;
}
.BgClassName
{
background-color: #532240;
}
</style>
border-color css
<style>
span { border-color: #532240; }
span { border-color: rgb(83,34,64); }
td.TdClassName
{
border-color: #532240;
}
.TagClassName
{
border-color: #532240;
}
</style>