Shades of Bordeaux #56011C
Tints of Bordeaux #56011C
RGB
CMYK
RGB Variations
Color information
#56011C (or 0x56011C) is known color: Bordeaux. HEX triplet: 56, 01 and 1C. RGB value is (86,1,28). Sum of RGB (Red+Green+Blue) = 86+1+28=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011C is #A9FEE3. Grayscale: #1D1D1D. Windows color (decimal): -11140836 or 1835350. OLE color: 1835350.
HSL color Cylindrical-coordinate representation of color #56011C: hue angle of 340.94º 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 #56011C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.66 |
| HSL | 340.94º | 0.98% | 0.17% | - |
| HSV(B) | 340.94º | 0.99% | 0.34% | - |
| XYZ | 4.06 | 2.08 | 1.29 | - |
| YUV | 29.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 28 | 0 | 0.99 | 0.67 | 0.66 | 340.94 | 0.98 | 0.17 |
| Hex | 56 | 1 | 1C | 0 | 63 | 43 | 42 | 155 | 62 | 11 |
| Octal | 126 | 1 | 34 | 0 | 143 | 103 | 102 | 525 | 142 | 21 |
| Binary | 1010110 | 1 | 11100 | 0 | 1100011 | 1000011 | 1000010 | 101010101 | 1100010 | 10001 |
Color Harmonies of #56011C
Complementary color
Monochromatic Colors of #56011C
Black with #56011C
Text Example
Text Example
White with #56011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56011C; }
p { color: rgb(86,1,28); }
H1.HeaderClassName
{
color: #56011C;
}
.AnyTagClassName
{
color: #56011C;
}
</style>
background-color css
<style>
a { background-color: #56011C; }
a { background-color: rgb(86,1,28); }
div.DivClassName
{
background-color: #56011C;
}
.BgClassName
{
background-color: #56011C;
}
</style>
border-color css
<style>
span { border-color: #56011C; }
span { border-color: rgb(86,1,28); }
td.TdClassName
{
border-color: #56011C;
}
.TagClassName
{
border-color: #56011C;
}
</style>