Shades of Barossa #56293E
Tints of Barossa #56293E
RGB
CMYK
RGB Variations
Color information
#56293E (or 0x56293E) is known color: Barossa. HEX triplet: 56, 29 and 3E. RGB value is (86,41,62). Sum of RGB (Red+Green+Blue) = 86+41+62=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56293E is #A9D6C1. Grayscale: #383838. Windows color (decimal): -11130562 or 4073814. OLE color: 4073814.
HSL color Cylindrical-coordinate representation of color #56293E: hue angle of 332º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56293E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 62 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.66 |
| HSL | 332º | 0.35% | 0.25% | - |
| HSV(B) | 332º | 0.52% | 0.34% | - |
| XYZ | 5.5 | 3.91 | 5.02 | - |
| YUV | 56.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 62 | 0 | 0.52 | 0.28 | 0.66 | 332 | 0.35 | 0.25 |
| Hex | 56 | 29 | 3E | 0 | 34 | 1C | 42 | 14C | 23 | 19 |
| Octal | 126 | 51 | 76 | 0 | 64 | 34 | 102 | 514 | 43 | 31 |
| Binary | 1010110 | 101001 | 111110 | 0 | 110100 | 11100 | 1000010 | 101001100 | 100011 | 11001 |
Color Harmonies of #56293E
Complementary color
Monochromatic Colors of #56293E
Black with #56293E
Text Example
Text Example
White with #56293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56293E; }
p { color: rgb(86,41,62); }
H1.HeaderClassName
{
color: #56293E;
}
.AnyTagClassName
{
color: #56293E;
}
</style>
background-color css
<style>
a { background-color: #56293E; }
a { background-color: rgb(86,41,62); }
div.DivClassName
{
background-color: #56293E;
}
.BgClassName
{
background-color: #56293E;
}
</style>
border-color css
<style>
span { border-color: #56293E; }
span { border-color: rgb(86,41,62); }
td.TdClassName
{
border-color: #56293E;
}
.TagClassName
{
border-color: #56293E;
}
</style>