Shades of Barossa #532F40
Tints of Barossa #532F40
RGB
CMYK
RGB Variations
Color information
#532F40 (or 0x532F40) is known color: Barossa. HEX triplet: 53, 2F and 40. RGB value is (83,47,64). Sum of RGB (Red+Green+Blue) = 83+47+64=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F40 is #ACD0BF. Grayscale: #3B3B3B. Windows color (decimal): -11325632 or 4206419. OLE color: 4206419.
HSL color Cylindrical-coordinate representation of color #532F40: hue angle of 331.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F40 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 64 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.67 |
| HSL | 331.67º | 0.28% | 0.25% | - |
| HSV(B) | 331.67º | 0.43% | 0.33% | - |
| XYZ | 5.51 | 4.24 | 5.38 | - |
| YUV | 59.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 64 | 0 | 0.43 | 0.23 | 0.67 | 331.67 | 0.28 | 0.25 |
| Hex | 53 | 2F | 40 | 0 | 2B | 17 | 43 | 14C | 1C | 19 |
| Octal | 123 | 57 | 100 | 0 | 53 | 27 | 103 | 514 | 34 | 31 |
| Binary | 1010011 | 101111 | 1000000 | 0 | 101011 | 10111 | 1000011 | 101001100 | 11100 | 11001 |
Color Harmonies of #532F40
Complementary color
Monochromatic Colors of #532F40
Black with #532F40
Text Example
Text Example
White with #532F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F40; }
p { color: rgb(83,47,64); }
H1.HeaderClassName
{
color: #532F40;
}
.AnyTagClassName
{
color: #532F40;
}
</style>
background-color css
<style>
a { background-color: #532F40; }
a { background-color: rgb(83,47,64); }
div.DivClassName
{
background-color: #532F40;
}
.BgClassName
{
background-color: #532F40;
}
</style>
border-color css
<style>
span { border-color: #532F40; }
span { border-color: rgb(83,47,64); }
td.TdClassName
{
border-color: #532F40;
}
.TagClassName
{
border-color: #532F40;
}
</style>