Shades of Barossa #56273F
Tints of Barossa #56273F
RGB
CMYK
RGB Variations
Color information
#56273F (or 0x56273F) is known color: Barossa. HEX triplet: 56, 27 and 3F. RGB value is (86,39,63). Sum of RGB (Red+Green+Blue) = 86+39+63=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273F is #A9D8C0. Grayscale: #373737. Windows color (decimal): -11131073 or 4138838. OLE color: 4138838.
HSL color Cylindrical-coordinate representation of color #56273F: hue angle of 329.36º 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 #56273F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 63 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.66 |
| HSL | 329.36º | 0.38% | 0.25% | - |
| HSV(B) | 329.36º | 0.55% | 0.34% | - |
| XYZ | 5.46 | 3.79 | 5.15 | - |
| YUV | 55.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 63 | 0 | 0.55 | 0.27 | 0.66 | 329.36 | 0.38 | 0.25 |
| Hex | 56 | 27 | 3F | 0 | 37 | 1B | 42 | 149 | 26 | 19 |
| Octal | 126 | 47 | 77 | 0 | 67 | 33 | 102 | 511 | 46 | 31 |
| Binary | 1010110 | 100111 | 111111 | 0 | 110111 | 11011 | 1000010 | 101001001 | 100110 | 11001 |
Color Harmonies of #56273F
Complementary color
Monochromatic Colors of #56273F
Black with #56273F
Text Example
Text Example
White with #56273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56273F; }
p { color: rgb(86,39,63); }
H1.HeaderClassName
{
color: #56273F;
}
.AnyTagClassName
{
color: #56273F;
}
</style>
background-color css
<style>
a { background-color: #56273F; }
a { background-color: rgb(86,39,63); }
div.DivClassName
{
background-color: #56273F;
}
.BgClassName
{
background-color: #56273F;
}
</style>
border-color css
<style>
span { border-color: #56273F; }
span { border-color: rgb(86,39,63); }
td.TdClassName
{
border-color: #56273F;
}
.TagClassName
{
border-color: #56273F;
}
</style>