Shades of Bordeaux #51162A
Tints of Bordeaux #51162A
RGB
CMYK
RGB Variations
Color information
#51162A (or 0x51162A) is known color: Bordeaux. HEX triplet: 51, 16 and 2A. RGB value is (81,22,42). Sum of RGB (Red+Green+Blue) = 81+22+42=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51162A is #AEE9D5. Grayscale: #292929. Windows color (decimal): -11463126 or 2758225. OLE color: 2758225.
HSL color Cylindrical-coordinate representation of color #51162A: hue angle of 339.66º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51162A is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 42 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.68 |
| HSL | 339.66º | 0.57% | 0.2% | - |
| HSV(B) | 339.66º | 0.73% | 0.32% | - |
| XYZ | 4.1 | 2.49 | 2.46 | - |
| YUV | 41.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 42 | 0 | 0.73 | 0.48 | 0.68 | 339.66 | 0.57 | 0.2 |
| Hex | 51 | 16 | 2A | 0 | 49 | 30 | 44 | 154 | 39 | 14 |
| Octal | 121 | 26 | 52 | 0 | 111 | 60 | 104 | 524 | 71 | 24 |
| Binary | 1010001 | 10110 | 101010 | 0 | 1001001 | 110000 | 1000100 | 101010100 | 111001 | 10100 |
Color Harmonies of #51162A
Complementary color
Monochromatic Colors of #51162A
Black with #51162A
Text Example
Text Example
White with #51162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51162A; }
p { color: rgb(81,22,42); }
H1.HeaderClassName
{
color: #51162A;
}
.AnyTagClassName
{
color: #51162A;
}
</style>
background-color css
<style>
a { background-color: #51162A; }
a { background-color: rgb(81,22,42); }
div.DivClassName
{
background-color: #51162A;
}
.BgClassName
{
background-color: #51162A;
}
</style>
border-color css
<style>
span { border-color: #51162A; }
span { border-color: rgb(81,22,42); }
td.TdClassName
{
border-color: #51162A;
}
.TagClassName
{
border-color: #51162A;
}
</style>