Shades of Bordeaux #510F20
Tints of Bordeaux #510F20
RGB
CMYK
RGB Variations
Color information
#510F20 (or 0x510F20) is known color: Bordeaux. HEX triplet: 51, 0F and 20. RGB value is (81,15,32). Sum of RGB (Red+Green+Blue) = 81+15+32=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #510F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F20 is #AEF0DF. Grayscale: #242424. Windows color (decimal): -11464928 or 2101073. OLE color: 2101073.
HSL color Cylindrical-coordinate representation of color #510F20: hue angle of 344.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F20 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 32 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.68 |
| HSL | 344.55º | 0.69% | 0.19% | - |
| HSV(B) | 344.55º | 0.81% | 0.32% | - |
| XYZ | 3.82 | 2.2 | 1.59 | - |
| YUV | 36.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 32 | 0 | 0.81 | 0.60 | 0.68 | 344.55 | 0.69 | 0.19 |
| Hex | 51 | F | 20 | 0 | 51 | 3C | 44 | 159 | 45 | 13 |
| Octal | 121 | 17 | 40 | 0 | 121 | 74 | 104 | 531 | 105 | 23 |
| Binary | 1010001 | 1111 | 100000 | 0 | 1010001 | 111100 | 1000100 | 101011001 | 1000101 | 10011 |
Color Harmonies of #510F20
Complementary color
Monochromatic Colors of #510F20
Black with #510F20
Text Example
Text Example
White with #510F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F20; }
p { color: rgb(81,15,32); }
H1.HeaderClassName
{
color: #510F20;
}
.AnyTagClassName
{
color: #510F20;
}
</style>
background-color css
<style>
a { background-color: #510F20; }
a { background-color: rgb(81,15,32); }
div.DivClassName
{
background-color: #510F20;
}
.BgClassName
{
background-color: #510F20;
}
</style>
border-color css
<style>
span { border-color: #510F20; }
span { border-color: rgb(81,15,32); }
td.TdClassName
{
border-color: #510F20;
}
.TagClassName
{
border-color: #510F20;
}
</style>