Shades of Bordeaux #56162A
Tints of Bordeaux #56162A
RGB
CMYK
RGB Variations
Color information
#56162A (or 0x56162A) is known color: Bordeaux. HEX triplet: 56, 16 and 2A. RGB value is (86,22,42). Sum of RGB (Red+Green+Blue) = 86+22+42=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56162A is #A9E9D5. Grayscale: #2B2B2B. Windows color (decimal): -11135446 or 2758230. OLE color: 2758230.
HSL color Cylindrical-coordinate representation of color #56162A: hue angle of 341.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56162A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 42 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.66 |
| HSL | 341.25º | 0.59% | 0.21% | - |
| HSV(B) | 341.25º | 0.74% | 0.34% | - |
| XYZ | 4.54 | 2.72 | 2.48 | - |
| YUV | 43.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 42 | 0 | 0.74 | 0.51 | 0.66 | 341.25 | 0.59 | 0.21 |
| Hex | 56 | 16 | 2A | 0 | 4A | 33 | 42 | 155 | 3B | 15 |
| Octal | 126 | 26 | 52 | 0 | 112 | 63 | 102 | 525 | 73 | 25 |
| Binary | 1010110 | 10110 | 101010 | 0 | 1001010 | 110011 | 1000010 | 101010101 | 111011 | 10101 |
Color Harmonies of #56162A
Complementary color
Monochromatic Colors of #56162A
Black with #56162A
Text Example
Text Example
White with #56162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56162A; }
p { color: rgb(86,22,42); }
H1.HeaderClassName
{
color: #56162A;
}
.AnyTagClassName
{
color: #56162A;
}
</style>
background-color css
<style>
a { background-color: #56162A; }
a { background-color: rgb(86,22,42); }
div.DivClassName
{
background-color: #56162A;
}
.BgClassName
{
background-color: #56162A;
}
</style>
border-color css
<style>
span { border-color: #56162A; }
span { border-color: rgb(86,22,42); }
td.TdClassName
{
border-color: #56162A;
}
.TagClassName
{
border-color: #56162A;
}
</style>