Shades of Barossa #56283F
Tints of Barossa #56283F
RGB
CMYK
RGB Variations
Color information
#56283F (or 0x56283F) is known color: Barossa. HEX triplet: 56, 28 and 3F. RGB value is (86,40,63). Sum of RGB (Red+Green+Blue) = 86+40+63=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56283F is #A9D7C0. Grayscale: #383838. Windows color (decimal): -11130817 or 4139094. OLE color: 4139094.
HSL color Cylindrical-coordinate representation of color #56283F: hue angle of 330º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56283F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 63 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.66 |
| HSL | 330º | 0.37% | 0.25% | - |
| HSV(B) | 330º | 0.53% | 0.34% | - |
| XYZ | 5.49 | 3.85 | 5.16 | - |
| YUV | 56.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 63 | 0 | 0.53 | 0.27 | 0.66 | 330 | 0.37 | 0.25 |
| Hex | 56 | 28 | 3F | 0 | 35 | 1B | 42 | 14A | 25 | 19 |
| Octal | 126 | 50 | 77 | 0 | 65 | 33 | 102 | 512 | 45 | 31 |
| Binary | 1010110 | 101000 | 111111 | 0 | 110101 | 11011 | 1000010 | 101001010 | 100101 | 11001 |
Color Harmonies of #56283F
Complementary color
Monochromatic Colors of #56283F
Black with #56283F
Text Example
Text Example
White with #56283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56283F; }
p { color: rgb(86,40,63); }
H1.HeaderClassName
{
color: #56283F;
}
.AnyTagClassName
{
color: #56283F;
}
</style>
background-color css
<style>
a { background-color: #56283F; }
a { background-color: rgb(86,40,63); }
div.DivClassName
{
background-color: #56283F;
}
.BgClassName
{
background-color: #56283F;
}
</style>
border-color css
<style>
span { border-color: #56283F; }
span { border-color: rgb(86,40,63); }
td.TdClassName
{
border-color: #56283F;
}
.TagClassName
{
border-color: #56283F;
}
</style>