Shades of Bordeaux #560723
Tints of Bordeaux #560723
RGB
CMYK
RGB Variations
Color information
#560723 (or 0x560723) is known color: Bordeaux. HEX triplet: 56, 07 and 23. RGB value is (86,7,35). Sum of RGB (Red+Green+Blue) = 86+7+35=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560723 is #A9F8DC. Grayscale: #212121. Windows color (decimal): -11139293 or 2295638. OLE color: 2295638.
HSL color Cylindrical-coordinate representation of color #560723: hue angle of 338.73º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560723 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 35 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.66 |
| HSL | 338.73º | 0.85% | 0.18% | - |
| HSV(B) | 338.73º | 0.92% | 0.34% | - |
| XYZ | 4.22 | 2.25 | 1.8 | - |
| YUV | 33.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 35 | 0 | 0.92 | 0.59 | 0.66 | 338.73 | 0.85 | 0.18 |
| Hex | 56 | 7 | 23 | 0 | 5C | 3B | 42 | 153 | 55 | 12 |
| Octal | 126 | 7 | 43 | 0 | 134 | 73 | 102 | 523 | 125 | 22 |
| Binary | 1010110 | 111 | 100011 | 0 | 1011100 | 111011 | 1000010 | 101010011 | 1010101 | 10010 |
Color Harmonies of #560723
Complementary color
Monochromatic Colors of #560723
Black with #560723
Text Example
Text Example
White with #560723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560723; }
p { color: rgb(86,7,35); }
H1.HeaderClassName
{
color: #560723;
}
.AnyTagClassName
{
color: #560723;
}
</style>
background-color css
<style>
a { background-color: #560723; }
a { background-color: rgb(86,7,35); }
div.DivClassName
{
background-color: #560723;
}
.BgClassName
{
background-color: #560723;
}
</style>
border-color css
<style>
span { border-color: #560723; }
span { border-color: rgb(86,7,35); }
td.TdClassName
{
border-color: #560723;
}
.TagClassName
{
border-color: #560723;
}
</style>