Shades of Bordeaux #56132A
Tints of Bordeaux #56132A
RGB
CMYK
RGB Variations
Color information
#56132A (or 0x56132A) is known color: Bordeaux. HEX triplet: 56, 13 and 2A. RGB value is (86,19,42). Sum of RGB (Red+Green+Blue) = 86+19+42=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56132A is #A9ECD5. Grayscale: #292929. Windows color (decimal): -11136214 or 2757462. OLE color: 2757462.
HSL color Cylindrical-coordinate representation of color #56132A: hue angle of 339.4º 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 #56132A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 42 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.66 |
| HSL | 339.4º | 0.64% | 0.21% | - |
| HSV(B) | 339.4º | 0.78% | 0.34% | - |
| XYZ | 4.49 | 2.61 | 2.46 | - |
| YUV | 41.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 42 | 0 | 0.78 | 0.51 | 0.66 | 339.4 | 0.64 | 0.21 |
| Hex | 56 | 13 | 2A | 0 | 4E | 33 | 42 | 153 | 40 | 15 |
| Octal | 126 | 23 | 52 | 0 | 116 | 63 | 102 | 523 | 100 | 25 |
| Binary | 1010110 | 10011 | 101010 | 0 | 1001110 | 110011 | 1000010 | 101010011 | 1000000 | 10101 |
Color Harmonies of #56132A
Complementary color
Monochromatic Colors of #56132A
Black with #56132A
Text Example
Text Example
White with #56132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56132A; }
p { color: rgb(86,19,42); }
H1.HeaderClassName
{
color: #56132A;
}
.AnyTagClassName
{
color: #56132A;
}
</style>
background-color css
<style>
a { background-color: #56132A; }
a { background-color: rgb(86,19,42); }
div.DivClassName
{
background-color: #56132A;
}
.BgClassName
{
background-color: #56132A;
}
</style>
border-color css
<style>
span { border-color: #56132A; }
span { border-color: rgb(86,19,42); }
td.TdClassName
{
border-color: #56132A;
}
.TagClassName
{
border-color: #56132A;
}
</style>