Shades of Bordeaux #56001C
Tints of Bordeaux #56001C
RGB
CMYK
RGB Variations
Color information
#56001C (or 0x56001C) is known color: Bordeaux. HEX triplet: 56, 00 and 1C. RGB value is (86,0,28). Sum of RGB (Red+Green+Blue) = 86+0+28=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #56001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001C is #A9FFE3. Grayscale: #1C1C1C. Windows color (decimal): -11141092 or 1835094. OLE color: 1835094.
HSL color Cylindrical-coordinate representation of color #56001C: hue angle of 340.47º 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 #56001C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.67 | 0.66 |
| HSL | 340.47º | 1% | 0.17% | - |
| HSV(B) | 340.47º | 1% | 0.34% | - |
| XYZ | 4.05 | 2.06 | 1.28 | - |
| YUV | 28.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 28 | 0 | 1 | 0.67 | 0.66 | 340.47 | 1 | 0.17 |
| Hex | 56 | 0 | 1C | 0 | 64 | 43 | 42 | 154 | 64 | 11 |
| Octal | 126 | 0 | 34 | 0 | 144 | 103 | 102 | 524 | 144 | 21 |
| Binary | 1010110 | 0 | 11100 | 0 | 1100100 | 1000011 | 1000010 | 101010100 | 1100100 | 10001 |
Color Harmonies of #56001C
Complementary color
Monochromatic Colors of #56001C
Black with #56001C
Text Example
Text Example
White with #56001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56001C; }
p { color: rgb(86,0,28); }
H1.HeaderClassName
{
color: #56001C;
}
.AnyTagClassName
{
color: #56001C;
}
</style>
background-color css
<style>
a { background-color: #56001C; }
a { background-color: rgb(86,0,28); }
div.DivClassName
{
background-color: #56001C;
}
.BgClassName
{
background-color: #56001C;
}
</style>
border-color css
<style>
span { border-color: #56001C; }
span { border-color: rgb(86,0,28); }
td.TdClassName
{
border-color: #56001C;
}
.TagClassName
{
border-color: #56001C;
}
</style>