Shades of Bordeaux #560D26
Tints of Bordeaux #560D26
RGB
CMYK
RGB Variations
Color information
#560D26 (or 0x560D26) is known color: Bordeaux. HEX triplet: 56, 0D and 26. RGB value is (86,13,38). Sum of RGB (Red+Green+Blue) = 86+13+38=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #560D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D26 is #A9F2D9. Grayscale: #252525. Windows color (decimal): -11137754 or 2493782. OLE color: 2493782.
HSL color Cylindrical-coordinate representation of color #560D26: hue angle of 339.45º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D26 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 38 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.66 |
| HSL | 339.45º | 0.74% | 0.19% | - |
| HSV(B) | 339.45º | 0.85% | 0.34% | - |
| XYZ | 4.33 | 2.41 | 2.07 | - |
| YUV | 37.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 38 | 0 | 0.85 | 0.56 | 0.66 | 339.45 | 0.74 | 0.19 |
| Hex | 56 | D | 26 | 0 | 55 | 38 | 42 | 153 | 4A | 13 |
| Octal | 126 | 15 | 46 | 0 | 125 | 70 | 102 | 523 | 112 | 23 |
| Binary | 1010110 | 1101 | 100110 | 0 | 1010101 | 111000 | 1000010 | 101010011 | 1001010 | 10011 |
Color Harmonies of #560D26
Complementary color
Monochromatic Colors of #560D26
Black with #560D26
Text Example
Text Example
White with #560D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D26; }
p { color: rgb(86,13,38); }
H1.HeaderClassName
{
color: #560D26;
}
.AnyTagClassName
{
color: #560D26;
}
</style>
background-color css
<style>
a { background-color: #560D26; }
a { background-color: rgb(86,13,38); }
div.DivClassName
{
background-color: #560D26;
}
.BgClassName
{
background-color: #560D26;
}
</style>
border-color css
<style>
span { border-color: #560D26; }
span { border-color: rgb(86,13,38); }
td.TdClassName
{
border-color: #560D26;
}
.TagClassName
{
border-color: #560D26;
}
</style>