Shades of Bordeaux #511A2A
Tints of Bordeaux #511A2A
RGB
CMYK
RGB Variations
Color information
#511A2A (or 0x511A2A) is known color: Bordeaux. HEX triplet: 51, 1A and 2A. RGB value is (81,26,42). Sum of RGB (Red+Green+Blue) = 81+26+42=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A2A is #AEE5D5. Grayscale: #2C2C2C. Windows color (decimal): -11462102 or 2759249. OLE color: 2759249.
HSL color Cylindrical-coordinate representation of color #511A2A: hue angle of 342.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A2A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 42 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.68 |
| HSL | 342.55º | 0.51% | 0.21% | - |
| HSV(B) | 342.55º | 0.68% | 0.32% | - |
| XYZ | 4.18 | 2.66 | 2.48 | - |
| YUV | 44.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 42 | 0 | 0.68 | 0.48 | 0.68 | 342.55 | 0.51 | 0.21 |
| Hex | 51 | 1A | 2A | 0 | 44 | 30 | 44 | 157 | 33 | 15 |
| Octal | 121 | 32 | 52 | 0 | 104 | 60 | 104 | 527 | 63 | 25 |
| Binary | 1010001 | 11010 | 101010 | 0 | 1000100 | 110000 | 1000100 | 101010111 | 110011 | 10101 |
Color Harmonies of #511A2A
Complementary color
Monochromatic Colors of #511A2A
Black with #511A2A
Text Example
Text Example
White with #511A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A2A; }
p { color: rgb(81,26,42); }
H1.HeaderClassName
{
color: #511A2A;
}
.AnyTagClassName
{
color: #511A2A;
}
</style>
background-color css
<style>
a { background-color: #511A2A; }
a { background-color: rgb(81,26,42); }
div.DivClassName
{
background-color: #511A2A;
}
.BgClassName
{
background-color: #511A2A;
}
</style>
border-color css
<style>
span { border-color: #511A2A; }
span { border-color: rgb(81,26,42); }
td.TdClassName
{
border-color: #511A2A;
}
.TagClassName
{
border-color: #511A2A;
}
</style>