Shades of Bordeaux #56010F
Tints of Bordeaux #56010F
RGB
CMYK
RGB Variations
Color information
#56010F (or 0x56010F) is known color: Bordeaux. HEX triplet: 56, 01 and 0F. RGB value is (86,1,15). Sum of RGB (Red+Green+Blue) = 86+1+15=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010F is #A9FEF0. Grayscale: #1C1C1C. Windows color (decimal): -11140849 or 983382. OLE color: 983382.
HSL color Cylindrical-coordinate representation of color #56010F: hue angle of 350.12º 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 #56010F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.66 |
| HSL | 350.12º | 0.98% | 0.17% | - |
| HSV(B) | 350.12º | 0.99% | 0.34% | - |
| XYZ | 3.93 | 2.03 | 0.64 | - |
| YUV | 28.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 15 | 0 | 0.99 | 0.83 | 0.66 | 350.12 | 0.98 | 0.17 |
| Hex | 56 | 1 | F | 0 | 63 | 53 | 42 | 15E | 62 | 11 |
| Octal | 126 | 1 | 17 | 0 | 143 | 123 | 102 | 536 | 142 | 21 |
| Binary | 1010110 | 1 | 1111 | 0 | 1100011 | 1010011 | 1000010 | 101011110 | 1100010 | 10001 |
Color Harmonies of #56010F
Complementary color
Monochromatic Colors of #56010F
Black with #56010F
Text Example
Text Example
White with #56010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56010F; }
p { color: rgb(86,1,15); }
H1.HeaderClassName
{
color: #56010F;
}
.AnyTagClassName
{
color: #56010F;
}
</style>
background-color css
<style>
a { background-color: #56010F; }
a { background-color: rgb(86,1,15); }
div.DivClassName
{
background-color: #56010F;
}
.BgClassName
{
background-color: #56010F;
}
</style>
border-color css
<style>
span { border-color: #56010F; }
span { border-color: rgb(86,1,15); }
td.TdClassName
{
border-color: #56010F;
}
.TagClassName
{
border-color: #56010F;
}
</style>