Shades of Barossa #532B3F
Tints of Barossa #532B3F
RGB
CMYK
RGB Variations
Color information
#532B3F (or 0x532B3F) is known color: Barossa. HEX triplet: 53, 2B and 3F. RGB value is (83,43,63). Sum of RGB (Red+Green+Blue) = 83+43+63=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3F is #ACD4C0. Grayscale: #393939. Windows color (decimal): -11326657 or 4139859. OLE color: 4139859.
HSL color Cylindrical-coordinate representation of color #532B3F: hue angle of 330º 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 #532B3F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 63 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.67 |
| HSL | 330º | 0.32% | 0.25% | - |
| HSV(B) | 330º | 0.48% | 0.33% | - |
| XYZ | 5.33 | 3.93 | 5.18 | - |
| YUV | 57.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 63 | 0 | 0.48 | 0.24 | 0.67 | 330 | 0.32 | 0.25 |
| Hex | 53 | 2B | 3F | 0 | 30 | 18 | 43 | 14A | 20 | 19 |
| Octal | 123 | 53 | 77 | 0 | 60 | 30 | 103 | 512 | 40 | 31 |
| Binary | 1010011 | 101011 | 111111 | 0 | 110000 | 11000 | 1000011 | 101001010 | 100000 | 11001 |
Color Harmonies of #532B3F
Complementary color
Monochromatic Colors of #532B3F
Black with #532B3F
Text Example
Text Example
White with #532B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B3F; }
p { color: rgb(83,43,63); }
H1.HeaderClassName
{
color: #532B3F;
}
.AnyTagClassName
{
color: #532B3F;
}
</style>
background-color css
<style>
a { background-color: #532B3F; }
a { background-color: rgb(83,43,63); }
div.DivClassName
{
background-color: #532B3F;
}
.BgClassName
{
background-color: #532B3F;
}
</style>
border-color css
<style>
span { border-color: #532B3F; }
span { border-color: rgb(83,43,63); }
td.TdClassName
{
border-color: #532B3F;
}
.TagClassName
{
border-color: #532B3F;
}
</style>