Shades of Bordeaux #510C18
Tints of Bordeaux #510C18
RGB
CMYK
RGB Variations
Color information
#510C18 (or 0x510C18) is known color: Bordeaux. HEX triplet: 51, 0C and 18. RGB value is (81,12,24). Sum of RGB (Red+Green+Blue) = 81+12+24=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C18 is #AEF3E7. Grayscale: #222222. Windows color (decimal): -11465704 or 1576017. OLE color: 1576017.
HSL color Cylindrical-coordinate representation of color #510C18: hue angle of 349.57º 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 #510C18 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 24 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.68 |
| HSL | 349.57º | 0.74% | 0.18% | - |
| HSV(B) | 349.57º | 0.85% | 0.32% | - |
| XYZ | 3.69 | 2.08 | 1.07 | - |
| YUV | 34 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 24 | 0 | 0.85 | 0.70 | 0.68 | 349.57 | 0.74 | 0.18 |
| Hex | 51 | C | 18 | 0 | 55 | 46 | 44 | 15E | 4A | 12 |
| Octal | 121 | 14 | 30 | 0 | 125 | 106 | 104 | 536 | 112 | 22 |
| Binary | 1010001 | 1100 | 11000 | 0 | 1010101 | 1000110 | 1000100 | 101011110 | 1001010 | 10010 |
Color Harmonies of #510C18
Complementary color
Monochromatic Colors of #510C18
Black with #510C18
Text Example
Text Example
White with #510C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C18; }
p { color: rgb(81,12,24); }
H1.HeaderClassName
{
color: #510C18;
}
.AnyTagClassName
{
color: #510C18;
}
</style>
background-color css
<style>
a { background-color: #510C18; }
a { background-color: rgb(81,12,24); }
div.DivClassName
{
background-color: #510C18;
}
.BgClassName
{
background-color: #510C18;
}
</style>
border-color css
<style>
span { border-color: #510C18; }
span { border-color: rgb(81,12,24); }
td.TdClassName
{
border-color: #510C18;
}
.TagClassName
{
border-color: #510C18;
}
</style>