Shades of Bordeaux #561724
Tints of Bordeaux #561724
RGB
CMYK
RGB Variations
Color information
#561724 (or 0x561724) is known color: Bordeaux. HEX triplet: 56, 17 and 24. RGB value is (86,23,36). Sum of RGB (Red+Green+Blue) = 86+23+36=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #561724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561724 is #A9E8DB. Grayscale: #2B2B2B. Windows color (decimal): -11135196 or 2365270. OLE color: 2365270.
HSL color Cylindrical-coordinate representation of color #561724: hue angle of 347.62º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561724 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 36 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.66 |
| HSL | 347.62º | 0.58% | 0.21% | - |
| HSV(B) | 347.62º | 0.73% | 0.34% | - |
| XYZ | 4.46 | 2.72 | 1.96 | - |
| YUV | 43.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 36 | 0 | 0.73 | 0.58 | 0.66 | 347.62 | 0.58 | 0.21 |
| Hex | 56 | 17 | 24 | 0 | 49 | 3A | 42 | 15C | 3A | 15 |
| Octal | 126 | 27 | 44 | 0 | 111 | 72 | 102 | 534 | 72 | 25 |
| Binary | 1010110 | 10111 | 100100 | 0 | 1001001 | 111010 | 1000010 | 101011100 | 111010 | 10101 |
Color Harmonies of #561724
Complementary color
Monochromatic Colors of #561724
Black with #561724
Text Example
Text Example
White with #561724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561724; }
p { color: rgb(86,23,36); }
H1.HeaderClassName
{
color: #561724;
}
.AnyTagClassName
{
color: #561724;
}
</style>
background-color css
<style>
a { background-color: #561724; }
a { background-color: rgb(86,23,36); }
div.DivClassName
{
background-color: #561724;
}
.BgClassName
{
background-color: #561724;
}
</style>
border-color css
<style>
span { border-color: #561724; }
span { border-color: rgb(86,23,36); }
td.TdClassName
{
border-color: #561724;
}
.TagClassName
{
border-color: #561724;
}
</style>