Shades of Barossa #532D40
Tints of Barossa #532D40
RGB
CMYK
RGB Variations
Color information
#532D40 (or 0x532D40) is known color: Barossa. HEX triplet: 53, 2D and 40. RGB value is (83,45,64). Sum of RGB (Red+Green+Blue) = 83+45+64=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D40 is #ACD2BF. Grayscale: #3A3A3A. Windows color (decimal): -11326144 or 4205907. OLE color: 4205907.
HSL color Cylindrical-coordinate representation of color #532D40: hue angle of 330º 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 #532D40 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 64 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.67 |
| HSL | 330º | 0.3% | 0.25% | - |
| HSV(B) | 330º | 0.46% | 0.33% | - |
| XYZ | 5.43 | 4.09 | 5.35 | - |
| YUV | 58.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 64 | 0 | 0.46 | 0.23 | 0.67 | 330 | 0.3 | 0.25 |
| Hex | 53 | 2D | 40 | 0 | 2E | 17 | 43 | 14A | 1E | 19 |
| Octal | 123 | 55 | 100 | 0 | 56 | 27 | 103 | 512 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000000 | 0 | 101110 | 10111 | 1000011 | 101001010 | 11110 | 11001 |
Color Harmonies of #532D40
Complementary color
Monochromatic Colors of #532D40
Black with #532D40
Text Example
Text Example
White with #532D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D40; }
p { color: rgb(83,45,64); }
H1.HeaderClassName
{
color: #532D40;
}
.AnyTagClassName
{
color: #532D40;
}
</style>
background-color css
<style>
a { background-color: #532D40; }
a { background-color: rgb(83,45,64); }
div.DivClassName
{
background-color: #532D40;
}
.BgClassName
{
background-color: #532D40;
}
</style>
border-color css
<style>
span { border-color: #532D40; }
span { border-color: rgb(83,45,64); }
td.TdClassName
{
border-color: #532D40;
}
.TagClassName
{
border-color: #532D40;
}
</style>