Shades of Bordeaux #510313
Tints of Bordeaux #510313
RGB
CMYK
RGB Variations
Color information
#510313 (or 0x510313) is known color: Bordeaux. HEX triplet: 51, 03 and 13. RGB value is (81,3,19). Sum of RGB (Red+Green+Blue) = 81+3+19=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510313 is #AEFCEC. Grayscale: #1C1C1C. Windows color (decimal): -11468013 or 1246033. OLE color: 1246033.
HSL color Cylindrical-coordinate representation of color #510313: hue angle of 347.69º 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 #510313 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 19 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.68 |
| HSL | 347.69º | 0.93% | 0.16% | - |
| HSV(B) | 347.69º | 0.96% | 0.32% | - |
| XYZ | 3.54 | 1.86 | 0.79 | - |
| YUV | 28.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 19 | 0 | 0.96 | 0.77 | 0.68 | 347.69 | 0.93 | 0.16 |
| Hex | 51 | 3 | 13 | 0 | 60 | 4D | 44 | 15C | 5D | 10 |
| Octal | 121 | 3 | 23 | 0 | 140 | 115 | 104 | 534 | 135 | 20 |
| Binary | 1010001 | 11 | 10011 | 0 | 1100000 | 1001101 | 1000100 | 101011100 | 1011101 | 10000 |
Color Harmonies of #510313
Complementary color
Monochromatic Colors of #510313
Black with #510313
Text Example
Text Example
White with #510313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510313; }
p { color: rgb(81,3,19); }
H1.HeaderClassName
{
color: #510313;
}
.AnyTagClassName
{
color: #510313;
}
</style>
background-color css
<style>
a { background-color: #510313; }
a { background-color: rgb(81,3,19); }
div.DivClassName
{
background-color: #510313;
}
.BgClassName
{
background-color: #510313;
}
</style>
border-color css
<style>
span { border-color: #510313; }
span { border-color: rgb(81,3,19); }
td.TdClassName
{
border-color: #510313;
}
.TagClassName
{
border-color: #510313;
}
</style>