Shades of Bordeaux #56040D
Tints of Bordeaux #56040D
RGB
CMYK
RGB Variations
Color information
#56040D (or 0x56040D) is known color: Bordeaux. HEX triplet: 56, 04 and 0D. RGB value is (86,4,13). Sum of RGB (Red+Green+Blue) = 86+4+13=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #56040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56040D is #A9FBF2. Grayscale: #1D1D1D. Windows color (decimal): -11140083 or 853078. OLE color: 853078.
HSL color Cylindrical-coordinate representation of color #56040D: hue angle of 353.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56040D is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 13 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.66 |
| HSL | 353.41º | 0.91% | 0.18% | - |
| HSV(B) | 353.41º | 0.95% | 0.34% | - |
| XYZ | 3.95 | 2.09 | 0.58 | - |
| YUV | 29.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 13 | 0 | 0.95 | 0.85 | 0.66 | 353.41 | 0.91 | 0.18 |
| Hex | 56 | 4 | D | 0 | 5F | 55 | 42 | 161 | 5B | 12 |
| Octal | 126 | 4 | 15 | 0 | 137 | 125 | 102 | 541 | 133 | 22 |
| Binary | 1010110 | 100 | 1101 | 0 | 1011111 | 1010101 | 1000010 | 101100001 | 1011011 | 10010 |
Color Harmonies of #56040D
Complementary color
Monochromatic Colors of #56040D
Black with #56040D
Text Example
Text Example
White with #56040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56040D; }
p { color: rgb(86,4,13); }
H1.HeaderClassName
{
color: #56040D;
}
.AnyTagClassName
{
color: #56040D;
}
</style>
background-color css
<style>
a { background-color: #56040D; }
a { background-color: rgb(86,4,13); }
div.DivClassName
{
background-color: #56040D;
}
.BgClassName
{
background-color: #56040D;
}
</style>
border-color css
<style>
span { border-color: #56040D; }
span { border-color: rgb(86,4,13); }
td.TdClassName
{
border-color: #56040D;
}
.TagClassName
{
border-color: #56040D;
}
</style>