Shades of Barossa #532B3C
Tints of Barossa #532B3C
RGB
CMYK
RGB Variations
Color information
#532B3C (or 0x532B3C) is known color: Barossa. HEX triplet: 53, 2B and 3C. RGB value is (83,43,60). Sum of RGB (Red+Green+Blue) = 83+43+60=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3C is #ACD4C3. Grayscale: #383838. Windows color (decimal): -11326660 or 3943251. OLE color: 3943251.
HSL color Cylindrical-coordinate representation of color #532B3C: hue angle of 334.5º 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 #532B3C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 60 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.67 |
| HSL | 334.5º | 0.32% | 0.25% | - |
| HSV(B) | 334.5º | 0.48% | 0.33% | - |
| XYZ | 5.25 | 3.89 | 4.75 | - |
| YUV | 56.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 60 | 0 | 0.48 | 0.28 | 0.67 | 334.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 3C | 0 | 30 | 1C | 43 | 14E | 20 | 19 |
| Octal | 123 | 53 | 74 | 0 | 60 | 34 | 103 | 516 | 40 | 31 |
| Binary | 1010011 | 101011 | 111100 | 0 | 110000 | 11100 | 1000011 | 101001110 | 100000 | 11001 |
Color Harmonies of #532B3C
Complementary color
Monochromatic Colors of #532B3C
Black with #532B3C
Text Example
Text Example
White with #532B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B3C; }
p { color: rgb(83,43,60); }
H1.HeaderClassName
{
color: #532B3C;
}
.AnyTagClassName
{
color: #532B3C;
}
</style>
background-color css
<style>
a { background-color: #532B3C; }
a { background-color: rgb(83,43,60); }
div.DivClassName
{
background-color: #532B3C;
}
.BgClassName
{
background-color: #532B3C;
}
</style>
border-color css
<style>
span { border-color: #532B3C; }
span { border-color: rgb(83,43,60); }
td.TdClassName
{
border-color: #532B3C;
}
.TagClassName
{
border-color: #532B3C;
}
</style>