Shades of Bordeaux #561824
Tints of Bordeaux #561824
RGB
CMYK
RGB Variations
Color information
#561824 (or 0x561824) is known color: Bordeaux. HEX triplet: 56, 18 and 24. RGB value is (86,24,36). Sum of RGB (Red+Green+Blue) = 86+24+36=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561824 is #A9E7DB. Grayscale: #2B2B2B. Windows color (decimal): -11134940 or 2365526. OLE color: 2365526.
HSL color Cylindrical-coordinate representation of color #561824: hue angle of 348.39º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561824 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 36 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.66 |
| HSL | 348.39º | 0.56% | 0.22% | - |
| HSV(B) | 348.39º | 0.72% | 0.34% | - |
| XYZ | 4.48 | 2.76 | 1.97 | - |
| YUV | 43.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 36 | 0 | 0.72 | 0.58 | 0.66 | 348.39 | 0.56 | 0.22 |
| Hex | 56 | 18 | 24 | 0 | 48 | 3A | 42 | 15C | 38 | 16 |
| Octal | 126 | 30 | 44 | 0 | 110 | 72 | 102 | 534 | 70 | 26 |
| Binary | 1010110 | 11000 | 100100 | 0 | 1001000 | 111010 | 1000010 | 101011100 | 111000 | 10110 |
Color Harmonies of #561824
Complementary color
Monochromatic Colors of #561824
Black with #561824
Text Example
Text Example
White with #561824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561824; }
p { color: rgb(86,24,36); }
H1.HeaderClassName
{
color: #561824;
}
.AnyTagClassName
{
color: #561824;
}
</style>
background-color css
<style>
a { background-color: #561824; }
a { background-color: rgb(86,24,36); }
div.DivClassName
{
background-color: #561824;
}
.BgClassName
{
background-color: #561824;
}
</style>
border-color css
<style>
span { border-color: #561824; }
span { border-color: rgb(86,24,36); }
td.TdClassName
{
border-color: #561824;
}
.TagClassName
{
border-color: #561824;
}
</style>