Shades of Bordeaux #510C14
Tints of Bordeaux #510C14
RGB
CMYK
RGB Variations
Color information
#510C14 (or 0x510C14) is known color: Bordeaux. HEX triplet: 51, 0C and 14. RGB value is (81,12,20). Sum of RGB (Red+Green+Blue) = 81+12+20=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #510C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C14 is #AEF3EB. Grayscale: #212121. Windows color (decimal): -11465708 or 1313873. OLE color: 1313873.
HSL color Cylindrical-coordinate representation of color #510C14: hue angle of 353.04º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C14 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 20 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.68 |
| HSL | 353.04º | 0.74% | 0.18% | - |
| HSV(B) | 353.04º | 0.85% | 0.32% | - |
| XYZ | 3.65 | 2.06 | 0.87 | - |
| YUV | 33.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 20 | 0 | 0.85 | 0.75 | 0.68 | 353.04 | 0.74 | 0.18 |
| Hex | 51 | C | 14 | 0 | 55 | 4B | 44 | 161 | 4A | 12 |
| Octal | 121 | 14 | 24 | 0 | 125 | 113 | 104 | 541 | 112 | 22 |
| Binary | 1010001 | 1100 | 10100 | 0 | 1010101 | 1001011 | 1000100 | 101100001 | 1001010 | 10010 |
Color Harmonies of #510C14
Complementary color
Monochromatic Colors of #510C14
Black with #510C14
Text Example
Text Example
White with #510C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C14; }
p { color: rgb(81,12,20); }
H1.HeaderClassName
{
color: #510C14;
}
.AnyTagClassName
{
color: #510C14;
}
</style>
background-color css
<style>
a { background-color: #510C14; }
a { background-color: rgb(81,12,20); }
div.DivClassName
{
background-color: #510C14;
}
.BgClassName
{
background-color: #510C14;
}
</style>
border-color css
<style>
span { border-color: #510C14; }
span { border-color: rgb(81,12,20); }
td.TdClassName
{
border-color: #510C14;
}
.TagClassName
{
border-color: #510C14;
}
</style>