Shades of Barossa #533644
Tints of Barossa #533644
RGB
CMYK
RGB Variations
Color information
#533644 (or 0x533644) is known color: Barossa. HEX triplet: 53, 36 and 44. RGB value is (83,54,68). Sum of RGB (Red+Green+Blue) = 83+54+68=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533644 is #ACC9BB. Grayscale: #404040. Windows color (decimal): -11323836 or 4470355. OLE color: 4470355.
HSL color Cylindrical-coordinate representation of color #533644: hue angle of 331.03º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #533644 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 68 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.67 |
| HSL | 331.03º | 0.21% | 0.27% | - |
| HSV(B) | 331.03º | 0.35% | 0.33% | - |
| XYZ | 5.93 | 4.89 | 6.1 | - |
| YUV | 64.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 68 | 0 | 0.35 | 0.18 | 0.67 | 331.03 | 0.21 | 0.27 |
| Hex | 53 | 36 | 44 | 0 | 23 | 12 | 43 | 14B | 15 | 1B |
| Octal | 123 | 66 | 104 | 0 | 43 | 22 | 103 | 513 | 25 | 33 |
| Binary | 1010011 | 110110 | 1000100 | 0 | 100011 | 10010 | 1000011 | 101001011 | 10101 | 11011 |
Color Harmonies of #533644
Complementary color
Monochromatic Colors of #533644
Black with #533644
Text Example
Text Example
White with #533644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533644; }
p { color: rgb(83,54,68); }
H1.HeaderClassName
{
color: #533644;
}
.AnyTagClassName
{
color: #533644;
}
</style>
background-color css
<style>
a { background-color: #533644; }
a { background-color: rgb(83,54,68); }
div.DivClassName
{
background-color: #533644;
}
.BgClassName
{
background-color: #533644;
}
</style>
border-color css
<style>
span { border-color: #533644; }
span { border-color: rgb(83,54,68); }
td.TdClassName
{
border-color: #533644;
}
.TagClassName
{
border-color: #533644;
}
</style>