Shades of Bordeaux #560F17
Tints of Bordeaux #560F17
RGB
CMYK
RGB Variations
Color information
#560F17 (or 0x560F17) is known color: Bordeaux. HEX triplet: 56, 0F and 17. RGB value is (86,15,23). Sum of RGB (Red+Green+Blue) = 86+15+23=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F17 is #A9F0E8. Grayscale: #252525. Windows color (decimal): -11137257 or 1511254. OLE color: 1511254.
HSL color Cylindrical-coordinate representation of color #560F17: hue angle of 353.24º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F17 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 15 | 23 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.66 |
| HSL | 353.24º | 0.7% | 0.2% | - |
| HSV(B) | 353.24º | 0.83% | 0.34% | - |
| XYZ | 4.16 | 2.38 | 1.05 | - |
| YUV | 37.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 23 | 0 | 0.83 | 0.73 | 0.66 | 353.24 | 0.7 | 0.2 |
| Hex | 56 | F | 17 | 0 | 53 | 49 | 42 | 161 | 46 | 14 |
| Octal | 126 | 17 | 27 | 0 | 123 | 111 | 102 | 541 | 106 | 24 |
| Binary | 1010110 | 1111 | 10111 | 0 | 1010011 | 1001001 | 1000010 | 101100001 | 1000110 | 10100 |
Color Harmonies of #560F17
Complementary color
Monochromatic Colors of #560F17
Black with #560F17
Text Example
Text Example
White with #560F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F17; }
p { color: rgb(86,15,23); }
H1.HeaderClassName
{
color: #560F17;
}
.AnyTagClassName
{
color: #560F17;
}
</style>
background-color css
<style>
a { background-color: #560F17; }
a { background-color: rgb(86,15,23); }
div.DivClassName
{
background-color: #560F17;
}
.BgClassName
{
background-color: #560F17;
}
</style>
border-color css
<style>
span { border-color: #560F17; }
span { border-color: rgb(86,15,23); }
td.TdClassName
{
border-color: #560F17;
}
.TagClassName
{
border-color: #560F17;
}
</style>