Shades of Bordeaux #511B21
Tints of Bordeaux #511B21
RGB
CMYK
RGB Variations
Color information
#511B21 (or 0x511B21) is known color: Bordeaux. HEX triplet: 51, 1B and 21. RGB value is (81,27,33). Sum of RGB (Red+Green+Blue) = 81+27+33=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B21 is #AEE4DE. Grayscale: #2B2B2B. Windows color (decimal): -11461855 or 2169681. OLE color: 2169681.
HSL color Cylindrical-coordinate representation of color #511B21: hue angle of 353.33º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B21 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 33 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.68 |
| HSL | 353.33º | 0.5% | 0.21% | - |
| HSV(B) | 353.33º | 0.67% | 0.32% | - |
| XYZ | 4.06 | 2.64 | 1.74 | - |
| YUV | 43.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 33 | 0 | 0.67 | 0.59 | 0.68 | 353.33 | 0.5 | 0.21 |
| Hex | 51 | 1B | 21 | 0 | 43 | 3B | 44 | 161 | 32 | 15 |
| Octal | 121 | 33 | 41 | 0 | 103 | 73 | 104 | 541 | 62 | 25 |
| Binary | 1010001 | 11011 | 100001 | 0 | 1000011 | 111011 | 1000100 | 101100001 | 110010 | 10101 |
Color Harmonies of #511B21
Complementary color
Monochromatic Colors of #511B21
Black with #511B21
Text Example
Text Example
White with #511B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B21; }
p { color: rgb(81,27,33); }
H1.HeaderClassName
{
color: #511B21;
}
.AnyTagClassName
{
color: #511B21;
}
</style>
background-color css
<style>
a { background-color: #511B21; }
a { background-color: rgb(81,27,33); }
div.DivClassName
{
background-color: #511B21;
}
.BgClassName
{
background-color: #511B21;
}
</style>
border-color css
<style>
span { border-color: #511B21; }
span { border-color: rgb(81,27,33); }
td.TdClassName
{
border-color: #511B21;
}
.TagClassName
{
border-color: #511B21;
}
</style>