Shades of Bordeaux #51121B
Tints of Bordeaux #51121B
RGB
CMYK
RGB Variations
Color information
#51121B (or 0x51121B) is known color: Bordeaux. HEX triplet: 51, 12 and 1B. RGB value is (81,18,27). Sum of RGB (Red+Green+Blue) = 81+18+27=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51121B is #AEEDE4. Grayscale: #252525. Windows color (decimal): -11464165 or 1774161. OLE color: 1774161.
HSL color Cylindrical-coordinate representation of color #51121B: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51121B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 27 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.68 |
| HSL | 351.43º | 0.64% | 0.19% | - |
| HSV(B) | 351.43º | 0.78% | 0.32% | - |
| XYZ | 3.81 | 2.26 | 1.27 | - |
| YUV | 37.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 27 | 0 | 0.78 | 0.67 | 0.68 | 351.43 | 0.64 | 0.19 |
| Hex | 51 | 12 | 1B | 0 | 4E | 43 | 44 | 15F | 40 | 13 |
| Octal | 121 | 22 | 33 | 0 | 116 | 103 | 104 | 537 | 100 | 23 |
| Binary | 1010001 | 10010 | 11011 | 0 | 1001110 | 1000011 | 1000100 | 101011111 | 1000000 | 10011 |
Color Harmonies of #51121B
Complementary color
Monochromatic Colors of #51121B
Black with #51121B
Text Example
Text Example
White with #51121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51121B; }
p { color: rgb(81,18,27); }
H1.HeaderClassName
{
color: #51121B;
}
.AnyTagClassName
{
color: #51121B;
}
</style>
background-color css
<style>
a { background-color: #51121B; }
a { background-color: rgb(81,18,27); }
div.DivClassName
{
background-color: #51121B;
}
.BgClassName
{
background-color: #51121B;
}
</style>
border-color css
<style>
span { border-color: #51121B; }
span { border-color: rgb(81,18,27); }
td.TdClassName
{
border-color: #51121B;
}
.TagClassName
{
border-color: #51121B;
}
</style>