Shades of Bordeaux #56070D
Tints of Bordeaux #56070D
RGB
CMYK
RGB Variations
Color information
#56070D (or 0x56070D) is known color: Bordeaux. HEX triplet: 56, 07 and 0D. RGB value is (86,7,13). Sum of RGB (Red+Green+Blue) = 86+7+13=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56070D is #A9F8F2. Grayscale: #1F1F1F. Windows color (decimal): -11139315 or 853846. OLE color: 853846.
HSL color Cylindrical-coordinate representation of color #56070D: hue angle of 355.44º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56070D is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 13 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.66 |
| HSL | 355.44º | 0.85% | 0.18% | - |
| HSV(B) | 355.44º | 0.92% | 0.34% | - |
| XYZ | 3.99 | 2.16 | 0.59 | - |
| YUV | 31.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 13 | 0 | 0.92 | 0.85 | 0.66 | 355.44 | 0.85 | 0.18 |
| Hex | 56 | 7 | D | 0 | 5C | 55 | 42 | 163 | 55 | 12 |
| Octal | 126 | 7 | 15 | 0 | 134 | 125 | 102 | 543 | 125 | 22 |
| Binary | 1010110 | 111 | 1101 | 0 | 1011100 | 1010101 | 1000010 | 101100011 | 1010101 | 10010 |
Color Harmonies of #56070D
Complementary color
Monochromatic Colors of #56070D
Black with #56070D
Text Example
Text Example
White with #56070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56070D; }
p { color: rgb(86,7,13); }
H1.HeaderClassName
{
color: #56070D;
}
.AnyTagClassName
{
color: #56070D;
}
</style>
background-color css
<style>
a { background-color: #56070D; }
a { background-color: rgb(86,7,13); }
div.DivClassName
{
background-color: #56070D;
}
.BgClassName
{
background-color: #56070D;
}
</style>
border-color css
<style>
span { border-color: #56070D; }
span { border-color: rgb(86,7,13); }
td.TdClassName
{
border-color: #56070D;
}
.TagClassName
{
border-color: #56070D;
}
</style>