Shades of Bordeaux #511A21
Tints of Bordeaux #511A21
RGB
CMYK
RGB Variations
Color information
#511A21 (or 0x511A21) is known color: Bordeaux. HEX triplet: 51, 1A and 21. RGB value is (81,26,33). Sum of RGB (Red+Green+Blue) = 81+26+33=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A21 is #AEE5DE. Grayscale: #2B2B2B. Windows color (decimal): -11462111 or 2169425. OLE color: 2169425.
HSL color Cylindrical-coordinate representation of color #511A21: hue angle of 352.36º 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 #511A21 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 33 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.68 |
| HSL | 352.36º | 0.51% | 0.21% | - |
| HSV(B) | 352.36º | 0.68% | 0.32% | - |
| XYZ | 4.04 | 2.6 | 1.73 | - |
| YUV | 43.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 33 | 0 | 0.68 | 0.59 | 0.68 | 352.36 | 0.51 | 0.21 |
| Hex | 51 | 1A | 21 | 0 | 44 | 3B | 44 | 160 | 33 | 15 |
| Octal | 121 | 32 | 41 | 0 | 104 | 73 | 104 | 540 | 63 | 25 |
| Binary | 1010001 | 11010 | 100001 | 0 | 1000100 | 111011 | 1000100 | 101100000 | 110011 | 10101 |
Color Harmonies of #511A21
Complementary color
Monochromatic Colors of #511A21
Black with #511A21
Text Example
Text Example
White with #511A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A21; }
p { color: rgb(81,26,33); }
H1.HeaderClassName
{
color: #511A21;
}
.AnyTagClassName
{
color: #511A21;
}
</style>
background-color css
<style>
a { background-color: #511A21; }
a { background-color: rgb(81,26,33); }
div.DivClassName
{
background-color: #511A21;
}
.BgClassName
{
background-color: #511A21;
}
</style>
border-color css
<style>
span { border-color: #511A21; }
span { border-color: rgb(81,26,33); }
td.TdClassName
{
border-color: #511A21;
}
.TagClassName
{
border-color: #511A21;
}
</style>