Shades of Barossa #532D41
Tints of Barossa #532D41
RGB
CMYK
RGB Variations
Color information
#532D41 (or 0x532D41) is known color: Barossa. HEX triplet: 53, 2D and 41. RGB value is (83,45,65). Sum of RGB (Red+Green+Blue) = 83+45+65=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D41 is #ACD2BE. Grayscale: #3A3A3A. Windows color (decimal): -11326143 or 4271443. OLE color: 4271443.
HSL color Cylindrical-coordinate representation of color #532D41: hue angle of 328.42º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D41 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 65 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.67 |
| HSL | 328.42º | 0.3% | 0.25% | - |
| HSV(B) | 328.42º | 0.46% | 0.33% | - |
| XYZ | 5.46 | 4.1 | 5.5 | - |
| YUV | 58.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 65 | 0 | 0.46 | 0.22 | 0.67 | 328.42 | 0.3 | 0.25 |
| Hex | 53 | 2D | 41 | 0 | 2E | 16 | 43 | 148 | 1E | 19 |
| Octal | 123 | 55 | 101 | 0 | 56 | 26 | 103 | 510 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000001 | 0 | 101110 | 10110 | 1000011 | 101001000 | 11110 | 11001 |
Color Harmonies of #532D41
Complementary color
Monochromatic Colors of #532D41
Black with #532D41
Text Example
Text Example
White with #532D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D41; }
p { color: rgb(83,45,65); }
H1.HeaderClassName
{
color: #532D41;
}
.AnyTagClassName
{
color: #532D41;
}
</style>
background-color css
<style>
a { background-color: #532D41; }
a { background-color: rgb(83,45,65); }
div.DivClassName
{
background-color: #532D41;
}
.BgClassName
{
background-color: #532D41;
}
</style>
border-color css
<style>
span { border-color: #532D41; }
span { border-color: rgb(83,45,65); }
td.TdClassName
{
border-color: #532D41;
}
.TagClassName
{
border-color: #532D41;
}
</style>