Shades of Bordeaux #56020F
Tints of Bordeaux #56020F
RGB
CMYK
RGB Variations
Color information
#56020F (or 0x56020F) is known color: Bordeaux. HEX triplet: 56, 02 and 0F. RGB value is (86,2,15). Sum of RGB (Red+Green+Blue) = 86+2+15=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #56020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020F is #A9FDF0. Grayscale: #1C1C1C. Windows color (decimal): -11140593 or 983638. OLE color: 983638.
HSL color Cylindrical-coordinate representation of color #56020F: hue angle of 350.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56020F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.66 |
| HSL | 350.71º | 0.95% | 0.17% | - |
| HSV(B) | 350.71º | 0.98% | 0.34% | - |
| XYZ | 3.95 | 2.06 | 0.64 | - |
| YUV | 28.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 15 | 0 | 0.98 | 0.83 | 0.66 | 350.71 | 0.95 | 0.17 |
| Hex | 56 | 2 | F | 0 | 62 | 53 | 42 | 15F | 5F | 11 |
| Octal | 126 | 2 | 17 | 0 | 142 | 123 | 102 | 537 | 137 | 21 |
| Binary | 1010110 | 10 | 1111 | 0 | 1100010 | 1010011 | 1000010 | 101011111 | 1011111 | 10001 |
Color Harmonies of #56020F
Complementary color
Monochromatic Colors of #56020F
Black with #56020F
Text Example
Text Example
White with #56020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56020F; }
p { color: rgb(86,2,15); }
H1.HeaderClassName
{
color: #56020F;
}
.AnyTagClassName
{
color: #56020F;
}
</style>
background-color css
<style>
a { background-color: #56020F; }
a { background-color: rgb(86,2,15); }
div.DivClassName
{
background-color: #56020F;
}
.BgClassName
{
background-color: #56020F;
}
</style>
border-color css
<style>
span { border-color: #56020F; }
span { border-color: rgb(86,2,15); }
td.TdClassName
{
border-color: #56020F;
}
.TagClassName
{
border-color: #56020F;
}
</style>