Shades of Bordeaux #56001A
Tints of Bordeaux #56001A
RGB
CMYK
RGB Variations
Color information
#56001A (or 0x56001A) is known color: Bordeaux. HEX triplet: 56, 00 and 1A. RGB value is (86,0,26). Sum of RGB (Red+Green+Blue) = 86+0+26=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #56001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001A is #A9FFE5. Grayscale: #1C1C1C. Windows color (decimal): -11141094 or 1704022. OLE color: 1704022.
HSL color Cylindrical-coordinate representation of color #56001A: hue angle of 341.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56001A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.70 | 0.66 |
| HSL | 341.86º | 1% | 0.17% | - |
| HSV(B) | 341.86º | 1% | 0.34% | - |
| XYZ | 4.02 | 2.05 | 1.16 | - |
| YUV | 28.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 26 | 0 | 1 | 0.70 | 0.66 | 341.86 | 1 | 0.17 |
| Hex | 56 | 0 | 1A | 0 | 64 | 46 | 42 | 156 | 64 | 11 |
| Octal | 126 | 0 | 32 | 0 | 144 | 106 | 102 | 526 | 144 | 21 |
| Binary | 1010110 | 0 | 11010 | 0 | 1100100 | 1000110 | 1000010 | 101010110 | 1100100 | 10001 |
Color Harmonies of #56001A
Complementary color
Monochromatic Colors of #56001A
Black with #56001A
Text Example
Text Example
White with #56001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56001A; }
p { color: rgb(86,0,26); }
H1.HeaderClassName
{
color: #56001A;
}
.AnyTagClassName
{
color: #56001A;
}
</style>
background-color css
<style>
a { background-color: #56001A; }
a { background-color: rgb(86,0,26); }
div.DivClassName
{
background-color: #56001A;
}
.BgClassName
{
background-color: #56001A;
}
</style>
border-color css
<style>
span { border-color: #56001A; }
span { border-color: rgb(86,0,26); }
td.TdClassName
{
border-color: #56001A;
}
.TagClassName
{
border-color: #56001A;
}
</style>