Shades of Bordeaux #560E26
Tints of Bordeaux #560E26
RGB
CMYK
RGB Variations
Color information
#560E26 (or 0x560E26) is known color: Bordeaux. HEX triplet: 56, 0E and 26. RGB value is (86,14,38). Sum of RGB (Red+Green+Blue) = 86+14+38=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #560E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E26 is #A9F1D9. Grayscale: #262626. Windows color (decimal): -11137498 or 2494038. OLE color: 2494038.
HSL color Cylindrical-coordinate representation of color #560E26: hue angle of 340º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E26 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 38 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.66 |
| HSL | 340º | 0.72% | 0.2% | - |
| HSV(B) | 340º | 0.84% | 0.34% | - |
| XYZ | 4.34 | 2.43 | 2.07 | - |
| YUV | 38.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 38 | 0 | 0.84 | 0.56 | 0.66 | 340 | 0.72 | 0.2 |
| Hex | 56 | E | 26 | 0 | 54 | 38 | 42 | 154 | 48 | 14 |
| Octal | 126 | 16 | 46 | 0 | 124 | 70 | 102 | 524 | 110 | 24 |
| Binary | 1010110 | 1110 | 100110 | 0 | 1010100 | 111000 | 1000010 | 101010100 | 1001000 | 10100 |
Color Harmonies of #560E26
Complementary color
Monochromatic Colors of #560E26
Black with #560E26
Text Example
Text Example
White with #560E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E26; }
p { color: rgb(86,14,38); }
H1.HeaderClassName
{
color: #560E26;
}
.AnyTagClassName
{
color: #560E26;
}
</style>
background-color css
<style>
a { background-color: #560E26; }
a { background-color: rgb(86,14,38); }
div.DivClassName
{
background-color: #560E26;
}
.BgClassName
{
background-color: #560E26;
}
</style>
border-color css
<style>
span { border-color: #560E26; }
span { border-color: rgb(86,14,38); }
td.TdClassName
{
border-color: #560E26;
}
.TagClassName
{
border-color: #560E26;
}
</style>