Shades of Barossa #532A3F
Tints of Barossa #532A3F
RGB
CMYK
RGB Variations
Color information
#532A3F (or 0x532A3F) is known color: Barossa. HEX triplet: 53, 2A and 3F. RGB value is (83,42,63). Sum of RGB (Red+Green+Blue) = 83+42+63=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A3F is #ACD5C0. Grayscale: #383838. Windows color (decimal): -11326913 or 4139603. OLE color: 4139603.
HSL color Cylindrical-coordinate representation of color #532A3F: hue angle of 329.27º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A3F is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 63 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.67 |
| HSL | 329.27º | 0.33% | 0.25% | - |
| HSV(B) | 329.27º | 0.49% | 0.33% | - |
| XYZ | 5.29 | 3.85 | 5.17 | - |
| YUV | 56.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 63 | 0 | 0.49 | 0.24 | 0.67 | 329.27 | 0.33 | 0.25 |
| Hex | 53 | 2A | 3F | 0 | 31 | 18 | 43 | 149 | 21 | 19 |
| Octal | 123 | 52 | 77 | 0 | 61 | 30 | 103 | 511 | 41 | 31 |
| Binary | 1010011 | 101010 | 111111 | 0 | 110001 | 11000 | 1000011 | 101001001 | 100001 | 11001 |
Color Harmonies of #532A3F
Complementary color
Monochromatic Colors of #532A3F
Black with #532A3F
Text Example
Text Example
White with #532A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A3F; }
p { color: rgb(83,42,63); }
H1.HeaderClassName
{
color: #532A3F;
}
.AnyTagClassName
{
color: #532A3F;
}
</style>
background-color css
<style>
a { background-color: #532A3F; }
a { background-color: rgb(83,42,63); }
div.DivClassName
{
background-color: #532A3F;
}
.BgClassName
{
background-color: #532A3F;
}
</style>
border-color css
<style>
span { border-color: #532A3F; }
span { border-color: rgb(83,42,63); }
td.TdClassName
{
border-color: #532A3F;
}
.TagClassName
{
border-color: #532A3F;
}
</style>