Shades of Barossa #533445
Tints of Barossa #533445
RGB
CMYK
RGB Variations
Color information
#533445 (or 0x533445) is known color: Barossa. HEX triplet: 53, 34 and 45. RGB value is (83,52,69). Sum of RGB (Red+Green+Blue) = 83+52+69=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533445 is #ACCBBA. Grayscale: #3F3F3F. Windows color (decimal): -11324347 or 4535379. OLE color: 4535379.
HSL color Cylindrical-coordinate representation of color #533445: hue angle of 327.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533445 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 69 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.67 |
| HSL | 327.1º | 0.23% | 0.26% | - |
| HSV(B) | 327.1º | 0.37% | 0.33% | - |
| XYZ | 5.87 | 4.72 | 6.23 | - |
| YUV | 63.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 69 | 0 | 0.37 | 0.17 | 0.67 | 327.1 | 0.23 | 0.26 |
| Hex | 53 | 34 | 45 | 0 | 25 | 11 | 43 | 147 | 17 | 1A |
| Octal | 123 | 64 | 105 | 0 | 45 | 21 | 103 | 507 | 27 | 32 |
| Binary | 1010011 | 110100 | 1000101 | 0 | 100101 | 10001 | 1000011 | 101000111 | 10111 | 11010 |
Color Harmonies of #533445
Complementary color
Monochromatic Colors of #533445
Black with #533445
Text Example
Text Example
White with #533445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533445; }
p { color: rgb(83,52,69); }
H1.HeaderClassName
{
color: #533445;
}
.AnyTagClassName
{
color: #533445;
}
</style>
background-color css
<style>
a { background-color: #533445; }
a { background-color: rgb(83,52,69); }
div.DivClassName
{
background-color: #533445;
}
.BgClassName
{
background-color: #533445;
}
</style>
border-color css
<style>
span { border-color: #533445; }
span { border-color: rgb(83,52,69); }
td.TdClassName
{
border-color: #533445;
}
.TagClassName
{
border-color: #533445;
}
</style>