Shades of Bordeaux #560B26
Tints of Bordeaux #560B26
RGB
CMYK
RGB Variations
Color information
#560B26 (or 0x560B26) is known color: Bordeaux. HEX triplet: 56, 0B and 26. RGB value is (86,11,38). Sum of RGB (Red+Green+Blue) = 86+11+38=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #560B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B26 is #A9F4D9. Grayscale: #242424. Windows color (decimal): -11138266 or 2493270. OLE color: 2493270.
HSL color Cylindrical-coordinate representation of color #560B26: hue angle of 338.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B26 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 38 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.66 |
| HSL | 338.4º | 0.77% | 0.19% | - |
| HSV(B) | 338.4º | 0.87% | 0.34% | - |
| XYZ | 4.31 | 2.36 | 2.06 | - |
| YUV | 36.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 38 | 0 | 0.87 | 0.56 | 0.66 | 338.4 | 0.77 | 0.19 |
| Hex | 56 | B | 26 | 0 | 57 | 38 | 42 | 152 | 4D | 13 |
| Octal | 126 | 13 | 46 | 0 | 127 | 70 | 102 | 522 | 115 | 23 |
| Binary | 1010110 | 1011 | 100110 | 0 | 1010111 | 111000 | 1000010 | 101010010 | 1001101 | 10011 |
Color Harmonies of #560B26
Complementary color
Monochromatic Colors of #560B26
Black with #560B26
Text Example
Text Example
White with #560B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B26; }
p { color: rgb(86,11,38); }
H1.HeaderClassName
{
color: #560B26;
}
.AnyTagClassName
{
color: #560B26;
}
</style>
background-color css
<style>
a { background-color: #560B26; }
a { background-color: rgb(86,11,38); }
div.DivClassName
{
background-color: #560B26;
}
.BgClassName
{
background-color: #560B26;
}
</style>
border-color css
<style>
span { border-color: #560B26; }
span { border-color: rgb(86,11,38); }
td.TdClassName
{
border-color: #560B26;
}
.TagClassName
{
border-color: #560B26;
}
</style>