Shades of Barossa #56273D
Tints of Barossa #56273D
RGB
CMYK
RGB Variations
Color information
#56273D (or 0x56273D) is known color: Barossa. HEX triplet: 56, 27 and 3D. RGB value is (86,39,61). Sum of RGB (Red+Green+Blue) = 86+39+61=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273D is #A9D8C2. Grayscale: #373737. Windows color (decimal): -11131075 or 4007766. OLE color: 4007766.
HSL color Cylindrical-coordinate representation of color #56273D: hue angle of 331.91º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56273D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 61 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.66 |
| HSL | 331.91º | 0.38% | 0.25% | - |
| HSV(B) | 331.91º | 0.55% | 0.34% | - |
| XYZ | 5.41 | 3.77 | 4.86 | - |
| YUV | 55.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 61 | 0 | 0.55 | 0.29 | 0.66 | 331.91 | 0.38 | 0.25 |
| Hex | 56 | 27 | 3D | 0 | 37 | 1D | 42 | 14C | 26 | 19 |
| Octal | 126 | 47 | 75 | 0 | 67 | 35 | 102 | 514 | 46 | 31 |
| Binary | 1010110 | 100111 | 111101 | 0 | 110111 | 11101 | 1000010 | 101001100 | 100110 | 11001 |
Color Harmonies of #56273D
Complementary color
Monochromatic Colors of #56273D
Black with #56273D
Text Example
Text Example
White with #56273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56273D; }
p { color: rgb(86,39,61); }
H1.HeaderClassName
{
color: #56273D;
}
.AnyTagClassName
{
color: #56273D;
}
</style>
background-color css
<style>
a { background-color: #56273D; }
a { background-color: rgb(86,39,61); }
div.DivClassName
{
background-color: #56273D;
}
.BgClassName
{
background-color: #56273D;
}
</style>
border-color css
<style>
span { border-color: #56273D; }
span { border-color: rgb(86,39,61); }
td.TdClassName
{
border-color: #56273D;
}
.TagClassName
{
border-color: #56273D;
}
</style>