Shades of Bordeaux #51031F
Tints of Bordeaux #51031F
RGB
CMYK
RGB Variations
Color information
#51031F (or 0x51031F) is known color: Bordeaux. HEX triplet: 51, 03 and 1F. RGB value is (81,3,31). Sum of RGB (Red+Green+Blue) = 81+3+31=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031F is #AEFCE0. Grayscale: #1D1D1D. Windows color (decimal): -11468001 or 2032465. OLE color: 2032465.
HSL color Cylindrical-coordinate representation of color #51031F: hue angle of 338.46º 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 #51031F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.68 |
| HSL | 338.46º | 0.93% | 0.16% | - |
| HSV(B) | 338.46º | 0.96% | 0.32% | - |
| XYZ | 3.67 | 1.91 | 1.47 | - |
| YUV | 29.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 31 | 0 | 0.96 | 0.62 | 0.68 | 338.46 | 0.93 | 0.16 |
| Hex | 51 | 3 | 1F | 0 | 60 | 3E | 44 | 152 | 5D | 10 |
| Octal | 121 | 3 | 37 | 0 | 140 | 76 | 104 | 522 | 135 | 20 |
| Binary | 1010001 | 11 | 11111 | 0 | 1100000 | 111110 | 1000100 | 101010010 | 1011101 | 10000 |
Color Harmonies of #51031F
Complementary color
Monochromatic Colors of #51031F
Black with #51031F
Text Example
Text Example
White with #51031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51031F; }
p { color: rgb(81,3,31); }
H1.HeaderClassName
{
color: #51031F;
}
.AnyTagClassName
{
color: #51031F;
}
</style>
background-color css
<style>
a { background-color: #51031F; }
a { background-color: rgb(81,3,31); }
div.DivClassName
{
background-color: #51031F;
}
.BgClassName
{
background-color: #51031F;
}
</style>
border-color css
<style>
span { border-color: #51031F; }
span { border-color: rgb(81,3,31); }
td.TdClassName
{
border-color: #51031F;
}
.TagClassName
{
border-color: #51031F;
}
</style>