Shades of Bordeaux #561323
Tints of Bordeaux #561323
RGB
CMYK
RGB Variations
Color information
#561323 (or 0x561323) is known color: Bordeaux. HEX triplet: 56, 13 and 23. RGB value is (86,19,35). Sum of RGB (Red+Green+Blue) = 86+19+35=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561323 is #A9ECDC. Grayscale: #282828. Windows color (decimal): -11136221 or 2298710. OLE color: 2298710.
HSL color Cylindrical-coordinate representation of color #561323: hue angle of 345.67º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561323 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 35 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.66 |
| HSL | 345.67º | 0.64% | 0.21% | - |
| HSV(B) | 345.67º | 0.78% | 0.34% | - |
| XYZ | 4.37 | 2.57 | 1.85 | - |
| YUV | 40.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 35 | 0 | 0.78 | 0.59 | 0.66 | 345.67 | 0.64 | 0.21 |
| Hex | 56 | 13 | 23 | 0 | 4E | 3B | 42 | 15A | 40 | 15 |
| Octal | 126 | 23 | 43 | 0 | 116 | 73 | 102 | 532 | 100 | 25 |
| Binary | 1010110 | 10011 | 100011 | 0 | 1001110 | 111011 | 1000010 | 101011010 | 1000000 | 10101 |
Color Harmonies of #561323
Complementary color
Monochromatic Colors of #561323
Black with #561323
Text Example
Text Example
White with #561323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561323; }
p { color: rgb(86,19,35); }
H1.HeaderClassName
{
color: #561323;
}
.AnyTagClassName
{
color: #561323;
}
</style>
background-color css
<style>
a { background-color: #561323; }
a { background-color: rgb(86,19,35); }
div.DivClassName
{
background-color: #561323;
}
.BgClassName
{
background-color: #561323;
}
</style>
border-color css
<style>
span { border-color: #561323; }
span { border-color: rgb(86,19,35); }
td.TdClassName
{
border-color: #561323;
}
.TagClassName
{
border-color: #561323;
}
</style>