Shades of Bordeaux #560B22
Tints of Bordeaux #560B22
RGB
CMYK
RGB Variations
Color information
#560B22 (or 0x560B22) is known color: Bordeaux. HEX triplet: 56, 0B and 22. RGB value is (86,11,34). Sum of RGB (Red+Green+Blue) = 86+11+34=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #560B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B22 is #A9F4DD. Grayscale: #242424. Windows color (decimal): -11138270 or 2231126. OLE color: 2231126.
HSL color Cylindrical-coordinate representation of color #560B22: hue angle of 341.6º 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 #560B22 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 34 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.66 |
| HSL | 341.6º | 0.77% | 0.19% | - |
| HSV(B) | 341.6º | 0.87% | 0.34% | - |
| XYZ | 4.25 | 2.33 | 1.74 | - |
| YUV | 36.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 34 | 0 | 0.87 | 0.60 | 0.66 | 341.6 | 0.77 | 0.19 |
| Hex | 56 | B | 22 | 0 | 57 | 3C | 42 | 156 | 4D | 13 |
| Octal | 126 | 13 | 42 | 0 | 127 | 74 | 102 | 526 | 115 | 23 |
| Binary | 1010110 | 1011 | 100010 | 0 | 1010111 | 111100 | 1000010 | 101010110 | 1001101 | 10011 |
Color Harmonies of #560B22
Complementary color
Monochromatic Colors of #560B22
Black with #560B22
Text Example
Text Example
White with #560B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B22; }
p { color: rgb(86,11,34); }
H1.HeaderClassName
{
color: #560B22;
}
.AnyTagClassName
{
color: #560B22;
}
</style>
background-color css
<style>
a { background-color: #560B22; }
a { background-color: rgb(86,11,34); }
div.DivClassName
{
background-color: #560B22;
}
.BgClassName
{
background-color: #560B22;
}
</style>
border-color css
<style>
span { border-color: #560B22; }
span { border-color: rgb(86,11,34); }
td.TdClassName
{
border-color: #560B22;
}
.TagClassName
{
border-color: #560B22;
}
</style>