Shades of Bordeaux #561624
Tints of Bordeaux #561624
RGB
CMYK
RGB Variations
Color information
#561624 (or 0x561624) is known color: Bordeaux. HEX triplet: 56, 16 and 24. RGB value is (86,22,36). Sum of RGB (Red+Green+Blue) = 86+22+36=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #561624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561624 is #A9E9DB. Grayscale: #2A2A2A. Windows color (decimal): -11135452 or 2365014. OLE color: 2365014.
HSL color Cylindrical-coordinate representation of color #561624: hue angle of 346.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561624 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 36 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.66 |
| HSL | 346.88º | 0.59% | 0.21% | - |
| HSV(B) | 346.88º | 0.74% | 0.34% | - |
| XYZ | 4.44 | 2.68 | 1.95 | - |
| YUV | 42.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 36 | 0 | 0.74 | 0.58 | 0.66 | 346.88 | 0.59 | 0.21 |
| Hex | 56 | 16 | 24 | 0 | 4A | 3A | 42 | 15B | 3B | 15 |
| Octal | 126 | 26 | 44 | 0 | 112 | 72 | 102 | 533 | 73 | 25 |
| Binary | 1010110 | 10110 | 100100 | 0 | 1001010 | 111010 | 1000010 | 101011011 | 111011 | 10101 |
Color Harmonies of #561624
Complementary color
Monochromatic Colors of #561624
Black with #561624
Text Example
Text Example
White with #561624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561624; }
p { color: rgb(86,22,36); }
H1.HeaderClassName
{
color: #561624;
}
.AnyTagClassName
{
color: #561624;
}
</style>
background-color css
<style>
a { background-color: #561624; }
a { background-color: rgb(86,22,36); }
div.DivClassName
{
background-color: #561624;
}
.BgClassName
{
background-color: #561624;
}
</style>
border-color css
<style>
span { border-color: #561624; }
span { border-color: rgb(86,22,36); }
td.TdClassName
{
border-color: #561624;
}
.TagClassName
{
border-color: #561624;
}
</style>