Shades of Bordeaux #56010C
Tints of Bordeaux #56010C
RGB
CMYK
RGB Variations
Color information
#56010C (or 0x56010C) is known color: Bordeaux. HEX triplet: 56, 01 and 0C. RGB value is (86,1,12). Sum of RGB (Red+Green+Blue) = 86+1+12=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #56010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010C is #A9FEF3. Grayscale: #1B1B1B. Windows color (decimal): -11140852 or 786774. OLE color: 786774.
HSL color Cylindrical-coordinate representation of color #56010C: hue angle of 352.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56010C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.66 |
| HSL | 352.24º | 0.98% | 0.17% | - |
| HSV(B) | 352.24º | 0.99% | 0.34% | - |
| XYZ | 3.91 | 2.03 | 0.53 | - |
| YUV | 27.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 12 | 0 | 0.99 | 0.86 | 0.66 | 352.24 | 0.98 | 0.17 |
| Hex | 56 | 1 | C | 0 | 63 | 56 | 42 | 160 | 62 | 11 |
| Octal | 126 | 1 | 14 | 0 | 143 | 126 | 102 | 540 | 142 | 21 |
| Binary | 1010110 | 1 | 1100 | 0 | 1100011 | 1010110 | 1000010 | 101100000 | 1100010 | 10001 |
Color Harmonies of #56010C
Complementary color
Monochromatic Colors of #56010C
Black with #56010C
Text Example
Text Example
White with #56010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56010C; }
p { color: rgb(86,1,12); }
H1.HeaderClassName
{
color: #56010C;
}
.AnyTagClassName
{
color: #56010C;
}
</style>
background-color css
<style>
a { background-color: #56010C; }
a { background-color: rgb(86,1,12); }
div.DivClassName
{
background-color: #56010C;
}
.BgClassName
{
background-color: #56010C;
}
</style>
border-color css
<style>
span { border-color: #56010C; }
span { border-color: rgb(86,1,12); }
td.TdClassName
{
border-color: #56010C;
}
.TagClassName
{
border-color: #56010C;
}
</style>