Shades of Bordeaux #51031E
Tints of Bordeaux #51031E
RGB
CMYK
RGB Variations
Color information
#51031E (or 0x51031E) is known color: Bordeaux. HEX triplet: 51, 03 and 1E. RGB value is (81,3,30). Sum of RGB (Red+Green+Blue) = 81+3+30=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031E is #AEFCE1. Grayscale: #1D1D1D. Windows color (decimal): -11468002 or 1966929. OLE color: 1966929.
HSL color Cylindrical-coordinate representation of color #51031E: hue angle of 339.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51031E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 30 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.68 |
| HSL | 339.23º | 0.93% | 0.16% | - |
| HSV(B) | 339.23º | 0.96% | 0.32% | - |
| XYZ | 3.66 | 1.91 | 1.4 | - |
| YUV | 29.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 30 | 0 | 0.96 | 0.63 | 0.68 | 339.23 | 0.93 | 0.16 |
| Hex | 51 | 3 | 1E | 0 | 60 | 3F | 44 | 153 | 5D | 10 |
| Octal | 121 | 3 | 36 | 0 | 140 | 77 | 104 | 523 | 135 | 20 |
| Binary | 1010001 | 11 | 11110 | 0 | 1100000 | 111111 | 1000100 | 101010011 | 1011101 | 10000 |
Color Harmonies of #51031E
Complementary color
Monochromatic Colors of #51031E
Black with #51031E
Text Example
Text Example
White with #51031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51031E; }
p { color: rgb(81,3,30); }
H1.HeaderClassName
{
color: #51031E;
}
.AnyTagClassName
{
color: #51031E;
}
</style>
background-color css
<style>
a { background-color: #51031E; }
a { background-color: rgb(81,3,30); }
div.DivClassName
{
background-color: #51031E;
}
.BgClassName
{
background-color: #51031E;
}
</style>
border-color css
<style>
span { border-color: #51031E; }
span { border-color: rgb(81,3,30); }
td.TdClassName
{
border-color: #51031E;
}
.TagClassName
{
border-color: #51031E;
}
</style>