Shades of Bordeaux #561528
Tints of Bordeaux #561528
RGB
CMYK
RGB Variations
Color information
#561528 (or 0x561528) is known color: Bordeaux. HEX triplet: 56, 15 and 28. RGB value is (86,21,40). Sum of RGB (Red+Green+Blue) = 86+21+40=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561528 is #A9EAD7. Grayscale: #2A2A2A. Windows color (decimal): -11135704 or 2626902. OLE color: 2626902.
HSL color Cylindrical-coordinate representation of color #561528: hue angle of 342.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561528 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 40 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.66 |
| HSL | 342.46º | 0.61% | 0.21% | - |
| HSV(B) | 342.46º | 0.76% | 0.34% | - |
| XYZ | 4.49 | 2.67 | 2.29 | - |
| YUV | 42.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 40 | 0 | 0.76 | 0.53 | 0.66 | 342.46 | 0.61 | 0.21 |
| Hex | 56 | 15 | 28 | 0 | 4C | 35 | 42 | 156 | 3D | 15 |
| Octal | 126 | 25 | 50 | 0 | 114 | 65 | 102 | 526 | 75 | 25 |
| Binary | 1010110 | 10101 | 101000 | 0 | 1001100 | 110101 | 1000010 | 101010110 | 111101 | 10101 |
Color Harmonies of #561528
Complementary color
Monochromatic Colors of #561528
Black with #561528
Text Example
Text Example
White with #561528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561528; }
p { color: rgb(86,21,40); }
H1.HeaderClassName
{
color: #561528;
}
.AnyTagClassName
{
color: #561528;
}
</style>
background-color css
<style>
a { background-color: #561528; }
a { background-color: rgb(86,21,40); }
div.DivClassName
{
background-color: #561528;
}
.BgClassName
{
background-color: #561528;
}
</style>
border-color css
<style>
span { border-color: #561528; }
span { border-color: rgb(86,21,40); }
td.TdClassName
{
border-color: #561528;
}
.TagClassName
{
border-color: #561528;
}
</style>