Shades of Barossa #532E3F
Tints of Barossa #532E3F
RGB
CMYK
RGB Variations
Color information
#532E3F (or 0x532E3F) is known color: Barossa. HEX triplet: 53, 2E and 3F. RGB value is (83,46,63). Sum of RGB (Red+Green+Blue) = 83+46+63=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E3F is #ACD1C0. Grayscale: #3A3A3A. Windows color (decimal): -11325889 or 4140627. OLE color: 4140627.
HSL color Cylindrical-coordinate representation of color #532E3F: hue angle of 332.43º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E3F is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 63 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.67 |
| HSL | 332.43º | 0.29% | 0.25% | - |
| HSV(B) | 332.43º | 0.45% | 0.33% | - |
| XYZ | 5.44 | 4.15 | 5.22 | - |
| YUV | 59 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 63 | 0 | 0.45 | 0.24 | 0.67 | 332.43 | 0.29 | 0.25 |
| Hex | 53 | 2E | 3F | 0 | 2D | 18 | 43 | 14C | 1D | 19 |
| Octal | 123 | 56 | 77 | 0 | 55 | 30 | 103 | 514 | 35 | 31 |
| Binary | 1010011 | 101110 | 111111 | 0 | 101101 | 11000 | 1000011 | 101001100 | 11101 | 11001 |
Color Harmonies of #532E3F
Complementary color
Monochromatic Colors of #532E3F
Black with #532E3F
Text Example
Text Example
White with #532E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E3F; }
p { color: rgb(83,46,63); }
H1.HeaderClassName
{
color: #532E3F;
}
.AnyTagClassName
{
color: #532E3F;
}
</style>
background-color css
<style>
a { background-color: #532E3F; }
a { background-color: rgb(83,46,63); }
div.DivClassName
{
background-color: #532E3F;
}
.BgClassName
{
background-color: #532E3F;
}
</style>
border-color css
<style>
span { border-color: #532E3F; }
span { border-color: rgb(83,46,63); }
td.TdClassName
{
border-color: #532E3F;
}
.TagClassName
{
border-color: #532E3F;
}
</style>