Shades of Bordeaux #510D12
Tints of Bordeaux #510D12
RGB
CMYK
RGB Variations
Color information
#510D12 (or 0x510D12) is known color: Bordeaux. HEX triplet: 51, 0D and 12. RGB value is (81,13,18). Sum of RGB (Red+Green+Blue) = 81+13+18=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #510D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D12 is #AEF2ED. Grayscale: #212121. Windows color (decimal): -11465454 or 1183057. OLE color: 1183057.
HSL color Cylindrical-coordinate representation of color #510D12: hue angle of 355.59º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D12 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 13 | 18 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.68 |
| HSL | 355.59º | 0.72% | 0.18% | - |
| HSV(B) | 355.59º | 0.84% | 0.32% | - |
| XYZ | 3.65 | 2.08 | 0.78 | - |
| YUV | 33.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 18 | 0 | 0.84 | 0.78 | 0.68 | 355.59 | 0.72 | 0.18 |
| Hex | 51 | D | 12 | 0 | 54 | 4E | 44 | 164 | 48 | 12 |
| Octal | 121 | 15 | 22 | 0 | 124 | 116 | 104 | 544 | 110 | 22 |
| Binary | 1010001 | 1101 | 10010 | 0 | 1010100 | 1001110 | 1000100 | 101100100 | 1001000 | 10010 |
Color Harmonies of #510D12
Complementary color
Monochromatic Colors of #510D12
Black with #510D12
Text Example
Text Example
White with #510D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D12; }
p { color: rgb(81,13,18); }
H1.HeaderClassName
{
color: #510D12;
}
.AnyTagClassName
{
color: #510D12;
}
</style>
background-color css
<style>
a { background-color: #510D12; }
a { background-color: rgb(81,13,18); }
div.DivClassName
{
background-color: #510D12;
}
.BgClassName
{
background-color: #510D12;
}
</style>
border-color css
<style>
span { border-color: #510D12; }
span { border-color: rgb(81,13,18); }
td.TdClassName
{
border-color: #510D12;
}
.TagClassName
{
border-color: #510D12;
}
</style>