Shades of Bordeaux #51141A
Tints of Bordeaux #51141A
RGB
CMYK
RGB Variations
Color information
#51141A (or 0x51141A) is known color: Bordeaux. HEX triplet: 51, 14 and 1A. RGB value is (81,20,26). Sum of RGB (Red+Green+Blue) = 81+20+26=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141A is #AEEBE5. Grayscale: #262626. Windows color (decimal): -11463654 or 1709137. OLE color: 1709137.
HSL color Cylindrical-coordinate representation of color #51141A: hue angle of 354.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51141A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 26 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.68 |
| HSL | 354.1º | 0.6% | 0.2% | - |
| HSV(B) | 354.1º | 0.75% | 0.32% | - |
| XYZ | 3.83 | 2.32 | 1.22 | - |
| YUV | 38.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 26 | 0 | 0.75 | 0.68 | 0.68 | 354.1 | 0.6 | 0.2 |
| Hex | 51 | 14 | 1A | 0 | 4B | 44 | 44 | 162 | 3C | 14 |
| Octal | 121 | 24 | 32 | 0 | 113 | 104 | 104 | 542 | 74 | 24 |
| Binary | 1010001 | 10100 | 11010 | 0 | 1001011 | 1000100 | 1000100 | 101100010 | 111100 | 10100 |
Color Harmonies of #51141A
Complementary color
Monochromatic Colors of #51141A
Black with #51141A
Text Example
Text Example
White with #51141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51141A; }
p { color: rgb(81,20,26); }
H1.HeaderClassName
{
color: #51141A;
}
.AnyTagClassName
{
color: #51141A;
}
</style>
background-color css
<style>
a { background-color: #51141A; }
a { background-color: rgb(81,20,26); }
div.DivClassName
{
background-color: #51141A;
}
.BgClassName
{
background-color: #51141A;
}
</style>
border-color css
<style>
span { border-color: #51141A; }
span { border-color: rgb(81,20,26); }
td.TdClassName
{
border-color: #51141A;
}
.TagClassName
{
border-color: #51141A;
}
</style>