Shades of Bordeaux #510F21
Tints of Bordeaux #510F21
RGB
CMYK
RGB Variations
Color information
#510F21 (or 0x510F21) is known color: Bordeaux. HEX triplet: 51, 0F and 21. RGB value is (81,15,33). Sum of RGB (Red+Green+Blue) = 81+15+33=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #510F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F21 is #AEF0DE. Grayscale: #242424. Windows color (decimal): -11464927 or 2166609. OLE color: 2166609.
HSL color Cylindrical-coordinate representation of color #510F21: hue angle of 343.64º 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 #510F21 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 33 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.68 |
| HSL | 343.64º | 0.69% | 0.19% | - |
| HSV(B) | 343.64º | 0.81% | 0.32% | - |
| XYZ | 3.84 | 2.2 | 1.66 | - |
| YUV | 36.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 33 | 0 | 0.81 | 0.59 | 0.68 | 343.64 | 0.69 | 0.19 |
| Hex | 51 | F | 21 | 0 | 51 | 3B | 44 | 158 | 45 | 13 |
| Octal | 121 | 17 | 41 | 0 | 121 | 73 | 104 | 530 | 105 | 23 |
| Binary | 1010001 | 1111 | 100001 | 0 | 1010001 | 111011 | 1000100 | 101011000 | 1000101 | 10011 |
Color Harmonies of #510F21
Complementary color
Monochromatic Colors of #510F21
Black with #510F21
Text Example
Text Example
White with #510F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F21; }
p { color: rgb(81,15,33); }
H1.HeaderClassName
{
color: #510F21;
}
.AnyTagClassName
{
color: #510F21;
}
</style>
background-color css
<style>
a { background-color: #510F21; }
a { background-color: rgb(81,15,33); }
div.DivClassName
{
background-color: #510F21;
}
.BgClassName
{
background-color: #510F21;
}
</style>
border-color css
<style>
span { border-color: #510F21; }
span { border-color: rgb(81,15,33); }
td.TdClassName
{
border-color: #510F21;
}
.TagClassName
{
border-color: #510F21;
}
</style>