Shades of Bordeaux #510420
Tints of Bordeaux #510420
RGB
CMYK
RGB Variations
Color information
#510420 (or 0x510420) is known color: Bordeaux. HEX triplet: 51, 04 and 20. RGB value is (81,4,32). Sum of RGB (Red+Green+Blue) = 81+4+32=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510420 is #AEFBDF. Grayscale: #1E1E1E. Windows color (decimal): -11467744 or 2098257. OLE color: 2098257.
HSL color Cylindrical-coordinate representation of color #510420: hue angle of 338.18º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510420 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 32 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.68 |
| HSL | 338.18º | 0.91% | 0.17% | - |
| HSV(B) | 338.18º | 0.95% | 0.32% | - |
| XYZ | 3.7 | 1.94 | 1.55 | - |
| YUV | 30.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 32 | 0 | 0.95 | 0.60 | 0.68 | 338.18 | 0.91 | 0.17 |
| Hex | 51 | 4 | 20 | 0 | 5F | 3C | 44 | 152 | 5B | 11 |
| Octal | 121 | 4 | 40 | 0 | 137 | 74 | 104 | 522 | 133 | 21 |
| Binary | 1010001 | 100 | 100000 | 0 | 1011111 | 111100 | 1000100 | 101010010 | 1011011 | 10001 |
Color Harmonies of #510420
Complementary color
Monochromatic Colors of #510420
Black with #510420
Text Example
Text Example
White with #510420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510420; }
p { color: rgb(81,4,32); }
H1.HeaderClassName
{
color: #510420;
}
.AnyTagClassName
{
color: #510420;
}
</style>
background-color css
<style>
a { background-color: #510420; }
a { background-color: rgb(81,4,32); }
div.DivClassName
{
background-color: #510420;
}
.BgClassName
{
background-color: #510420;
}
</style>
border-color css
<style>
span { border-color: #510420; }
span { border-color: rgb(81,4,32); }
td.TdClassName
{
border-color: #510420;
}
.TagClassName
{
border-color: #510420;
}
</style>