Shades of Barossa #532B41
Tints of Barossa #532B41
RGB
CMYK
RGB Variations
Color information
#532B41 (or 0x532B41) is known color: Barossa. HEX triplet: 53, 2B and 41. RGB value is (83,43,65). Sum of RGB (Red+Green+Blue) = 83+43+65=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B41 is #ACD4BE. Grayscale: #393939. Windows color (decimal): -11326655 or 4270931. OLE color: 4270931.
HSL color Cylindrical-coordinate representation of color #532B41: hue angle of 327º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B41 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 65 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.67 |
| HSL | 327º | 0.32% | 0.25% | - |
| HSV(B) | 327º | 0.48% | 0.33% | - |
| XYZ | 5.39 | 3.95 | 5.48 | - |
| YUV | 57.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 65 | 0 | 0.48 | 0.22 | 0.67 | 327 | 0.32 | 0.25 |
| Hex | 53 | 2B | 41 | 0 | 30 | 16 | 43 | 147 | 20 | 19 |
| Octal | 123 | 53 | 101 | 0 | 60 | 26 | 103 | 507 | 40 | 31 |
| Binary | 1010011 | 101011 | 1000001 | 0 | 110000 | 10110 | 1000011 | 101000111 | 100000 | 11001 |
Color Harmonies of #532B41
Complementary color
Monochromatic Colors of #532B41
Black with #532B41
Text Example
Text Example
White with #532B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B41; }
p { color: rgb(83,43,65); }
H1.HeaderClassName
{
color: #532B41;
}
.AnyTagClassName
{
color: #532B41;
}
</style>
background-color css
<style>
a { background-color: #532B41; }
a { background-color: rgb(83,43,65); }
div.DivClassName
{
background-color: #532B41;
}
.BgClassName
{
background-color: #532B41;
}
</style>
border-color css
<style>
span { border-color: #532B41; }
span { border-color: rgb(83,43,65); }
td.TdClassName
{
border-color: #532B41;
}
.TagClassName
{
border-color: #532B41;
}
</style>