Shades of Bordeaux #561924
Tints of Bordeaux #561924
RGB
CMYK
RGB Variations
Color information
#561924 (or 0x561924) is known color: Bordeaux. HEX triplet: 56, 19 and 24. RGB value is (86,25,36). Sum of RGB (Red+Green+Blue) = 86+25+36=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561924 is #A9E6DB. Grayscale: #2C2C2C. Windows color (decimal): -11134684 or 2365782. OLE color: 2365782.
HSL color Cylindrical-coordinate representation of color #561924: hue angle of 349.18º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561924 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 36 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.66 |
| HSL | 349.18º | 0.55% | 0.22% | - |
| HSV(B) | 349.18º | 0.71% | 0.34% | - |
| XYZ | 4.5 | 2.8 | 1.97 | - |
| YUV | 44.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 36 | 0 | 0.71 | 0.58 | 0.66 | 349.18 | 0.55 | 0.22 |
| Hex | 56 | 19 | 24 | 0 | 47 | 3A | 42 | 15D | 37 | 16 |
| Octal | 126 | 31 | 44 | 0 | 107 | 72 | 102 | 535 | 67 | 26 |
| Binary | 1010110 | 11001 | 100100 | 0 | 1000111 | 111010 | 1000010 | 101011101 | 110111 | 10110 |
Color Harmonies of #561924
Complementary color
Monochromatic Colors of #561924
Black with #561924
Text Example
Text Example
White with #561924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561924; }
p { color: rgb(86,25,36); }
H1.HeaderClassName
{
color: #561924;
}
.AnyTagClassName
{
color: #561924;
}
</style>
background-color css
<style>
a { background-color: #561924; }
a { background-color: rgb(86,25,36); }
div.DivClassName
{
background-color: #561924;
}
.BgClassName
{
background-color: #561924;
}
</style>
border-color css
<style>
span { border-color: #561924; }
span { border-color: rgb(86,25,36); }
td.TdClassName
{
border-color: #561924;
}
.TagClassName
{
border-color: #561924;
}
</style>