Shades of Barossa #562B44
Tints of Barossa #562B44
RGB
CMYK
RGB Variations
Color information
#562B44 (or 0x562B44) is known color: Barossa. HEX triplet: 56, 2B and 44. RGB value is (86,43,68). Sum of RGB (Red+Green+Blue) = 86+43+68=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #562B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B44 is #A9D4BB. Grayscale: #3A3A3A. Windows color (decimal): -11130044 or 4467542. OLE color: 4467542.
HSL color Cylindrical-coordinate representation of color #562B44: hue angle of 325.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B44 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 68 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.66 |
| HSL | 325.12º | 0.33% | 0.25% | - |
| HSV(B) | 325.12º | 0.5% | 0.34% | - |
| XYZ | 5.75 | 4.12 | 5.96 | - |
| YUV | 58.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 68 | 0 | 0.50 | 0.21 | 0.66 | 325.12 | 0.33 | 0.25 |
| Hex | 56 | 2B | 44 | 0 | 32 | 15 | 42 | 145 | 21 | 19 |
| Octal | 126 | 53 | 104 | 0 | 62 | 25 | 102 | 505 | 41 | 31 |
| Binary | 1010110 | 101011 | 1000100 | 0 | 110010 | 10101 | 1000010 | 101000101 | 100001 | 11001 |
Color Harmonies of #562B44
Complementary color
Monochromatic Colors of #562B44
Black with #562B44
Text Example
Text Example
White with #562B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B44; }
p { color: rgb(86,43,68); }
H1.HeaderClassName
{
color: #562B44;
}
.AnyTagClassName
{
color: #562B44;
}
</style>
background-color css
<style>
a { background-color: #562B44; }
a { background-color: rgb(86,43,68); }
div.DivClassName
{
background-color: #562B44;
}
.BgClassName
{
background-color: #562B44;
}
</style>
border-color css
<style>
span { border-color: #562B44; }
span { border-color: rgb(86,43,68); }
td.TdClassName
{
border-color: #562B44;
}
.TagClassName
{
border-color: #562B44;
}
</style>