Shades of Bordeaux #56131C
Tints of Bordeaux #56131C
RGB
CMYK
RGB Variations
Color information
#56131C (or 0x56131C) is known color: Bordeaux. HEX triplet: 56, 13 and 1C. RGB value is (86,19,28). Sum of RGB (Red+Green+Blue) = 86+19+28=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131C is #A9ECE3. Grayscale: #282828. Windows color (decimal): -11136228 or 1839958. OLE color: 1839958.
HSL color Cylindrical-coordinate representation of color #56131C: hue angle of 351.94º 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 #56131C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 28 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.66 |
| HSL | 351.94º | 0.64% | 0.21% | - |
| HSV(B) | 351.94º | 0.78% | 0.34% | - |
| XYZ | 4.28 | 2.53 | 1.36 | - |
| YUV | 40.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 28 | 0 | 0.78 | 0.67 | 0.66 | 351.94 | 0.64 | 0.21 |
| Hex | 56 | 13 | 1C | 0 | 4E | 43 | 42 | 160 | 40 | 15 |
| Octal | 126 | 23 | 34 | 0 | 116 | 103 | 102 | 540 | 100 | 25 |
| Binary | 1010110 | 10011 | 11100 | 0 | 1001110 | 1000011 | 1000010 | 101100000 | 1000000 | 10101 |
Color Harmonies of #56131C
Complementary color
Monochromatic Colors of #56131C
Black with #56131C
Text Example
Text Example
White with #56131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56131C; }
p { color: rgb(86,19,28); }
H1.HeaderClassName
{
color: #56131C;
}
.AnyTagClassName
{
color: #56131C;
}
</style>
background-color css
<style>
a { background-color: #56131C; }
a { background-color: rgb(86,19,28); }
div.DivClassName
{
background-color: #56131C;
}
.BgClassName
{
background-color: #56131C;
}
</style>
border-color css
<style>
span { border-color: #56131C; }
span { border-color: rgb(86,19,28); }
td.TdClassName
{
border-color: #56131C;
}
.TagClassName
{
border-color: #56131C;
}
</style>