Shades of Barossa #532D42
Tints of Barossa #532D42
RGB
CMYK
RGB Variations
Color information
#532D42 (or 0x532D42) is known color: Barossa. HEX triplet: 53, 2D and 42. RGB value is (83,45,66). Sum of RGB (Red+Green+Blue) = 83+45+66=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D42 is #ACD2BD. Grayscale: #3A3A3A. Windows color (decimal): -11326142 or 4336979. OLE color: 4336979.
HSL color Cylindrical-coordinate representation of color #532D42: hue angle of 326.84º 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 #532D42 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 66 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.67 |
| HSL | 326.84º | 0.3% | 0.25% | - |
| HSV(B) | 326.84º | 0.46% | 0.33% | - |
| XYZ | 5.49 | 4.11 | 5.66 | - |
| YUV | 58.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 66 | 0 | 0.46 | 0.20 | 0.67 | 326.84 | 0.3 | 0.25 |
| Hex | 53 | 2D | 42 | 0 | 2E | 14 | 43 | 147 | 1E | 19 |
| Octal | 123 | 55 | 102 | 0 | 56 | 24 | 103 | 507 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000010 | 0 | 101110 | 10100 | 1000011 | 101000111 | 11110 | 11001 |
Color Harmonies of #532D42
Complementary color
Monochromatic Colors of #532D42
Black with #532D42
Text Example
Text Example
White with #532D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D42; }
p { color: rgb(83,45,66); }
H1.HeaderClassName
{
color: #532D42;
}
.AnyTagClassName
{
color: #532D42;
}
</style>
background-color css
<style>
a { background-color: #532D42; }
a { background-color: rgb(83,45,66); }
div.DivClassName
{
background-color: #532D42;
}
.BgClassName
{
background-color: #532D42;
}
</style>
border-color css
<style>
span { border-color: #532D42; }
span { border-color: rgb(83,45,66); }
td.TdClassName
{
border-color: #532D42;
}
.TagClassName
{
border-color: #532D42;
}
</style>