Shades of Barossa #563143
Tints of Barossa #563143
RGB
CMYK
RGB Variations
Color information
#563143 (or 0x563143) is known color: Barossa. HEX triplet: 56, 31 and 43. RGB value is (86,49,67). Sum of RGB (Red+Green+Blue) = 86+49+67=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #563143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563143 is #A9CEBC. Grayscale: #3E3E3E. Windows color (decimal): -11128509 or 4403542. OLE color: 4403542.
HSL color Cylindrical-coordinate representation of color #563143: hue angle of 330.81º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563143 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 67 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.66 |
| HSL | 330.81º | 0.27% | 0.26% | - |
| HSV(B) | 330.81º | 0.43% | 0.34% | - |
| XYZ | 5.95 | 4.58 | 5.88 | - |
| YUV | 62.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 67 | 0 | 0.43 | 0.22 | 0.66 | 330.81 | 0.27 | 0.26 |
| Hex | 56 | 31 | 43 | 0 | 2B | 16 | 42 | 14B | 1B | 1A |
| Octal | 126 | 61 | 103 | 0 | 53 | 26 | 102 | 513 | 33 | 32 |
| Binary | 1010110 | 110001 | 1000011 | 0 | 101011 | 10110 | 1000010 | 101001011 | 11011 | 11010 |
Color Harmonies of #563143
Complementary color
Monochromatic Colors of #563143
Black with #563143
Text Example
Text Example
White with #563143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563143; }
p { color: rgb(86,49,67); }
H1.HeaderClassName
{
color: #563143;
}
.AnyTagClassName
{
color: #563143;
}
</style>
background-color css
<style>
a { background-color: #563143; }
a { background-color: rgb(86,49,67); }
div.DivClassName
{
background-color: #563143;
}
.BgClassName
{
background-color: #563143;
}
</style>
border-color css
<style>
span { border-color: #563143; }
span { border-color: rgb(86,49,67); }
td.TdClassName
{
border-color: #563143;
}
.TagClassName
{
border-color: #563143;
}
</style>