Shades of Bordeaux #56121C
Tints of Bordeaux #56121C
RGB
CMYK
RGB Variations
Color information
#56121C (or 0x56121C) is known color: Bordeaux. HEX triplet: 56, 12 and 1C. RGB value is (86,18,28). Sum of RGB (Red+Green+Blue) = 86+18+28=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121C is #A9EDE3. Grayscale: #272727. Windows color (decimal): -11136484 or 1839702. OLE color: 1839702.
HSL color Cylindrical-coordinate representation of color #56121C: hue angle of 351.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56121C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 28 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.66 |
| HSL | 351.18º | 0.65% | 0.2% | - |
| HSV(B) | 351.18º | 0.79% | 0.34% | - |
| XYZ | 4.26 | 2.49 | 1.36 | - |
| YUV | 39.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 28 | 0 | 0.79 | 0.67 | 0.66 | 351.18 | 0.65 | 0.2 |
| Hex | 56 | 12 | 1C | 0 | 4F | 43 | 42 | 15F | 41 | 14 |
| Octal | 126 | 22 | 34 | 0 | 117 | 103 | 102 | 537 | 101 | 24 |
| Binary | 1010110 | 10010 | 11100 | 0 | 1001111 | 1000011 | 1000010 | 101011111 | 1000001 | 10100 |
Color Harmonies of #56121C
Complementary color
Monochromatic Colors of #56121C
Black with #56121C
Text Example
Text Example
White with #56121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56121C; }
p { color: rgb(86,18,28); }
H1.HeaderClassName
{
color: #56121C;
}
.AnyTagClassName
{
color: #56121C;
}
</style>
background-color css
<style>
a { background-color: #56121C; }
a { background-color: rgb(86,18,28); }
div.DivClassName
{
background-color: #56121C;
}
.BgClassName
{
background-color: #56121C;
}
</style>
border-color css
<style>
span { border-color: #56121C; }
span { border-color: rgb(86,18,28); }
td.TdClassName
{
border-color: #56121C;
}
.TagClassName
{
border-color: #56121C;
}
</style>