Shades of Bordeaux #511C2C
Tints of Bordeaux #511C2C
RGB
CMYK
RGB Variations
Color information
#511C2C (or 0x511C2C) is known color: Bordeaux. HEX triplet: 51, 1C and 2C. RGB value is (81,28,44). Sum of RGB (Red+Green+Blue) = 81+28+44=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C2C is #AEE3D3. Grayscale: #2D2D2D. Windows color (decimal): -11461588 or 2890833. OLE color: 2890833.
HSL color Cylindrical-coordinate representation of color #511C2C: hue angle of 341.89º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C2C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 44 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.68 |
| HSL | 341.89º | 0.49% | 0.21% | - |
| HSV(B) | 341.89º | 0.65% | 0.32% | - |
| XYZ | 4.26 | 2.76 | 2.69 | - |
| YUV | 45.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 44 | 0 | 0.65 | 0.46 | 0.68 | 341.89 | 0.49 | 0.21 |
| Hex | 51 | 1C | 2C | 0 | 41 | 2E | 44 | 156 | 31 | 15 |
| Octal | 121 | 34 | 54 | 0 | 101 | 56 | 104 | 526 | 61 | 25 |
| Binary | 1010001 | 11100 | 101100 | 0 | 1000001 | 101110 | 1000100 | 101010110 | 110001 | 10101 |
Color Harmonies of #511C2C
Complementary color
Monochromatic Colors of #511C2C
Black with #511C2C
Text Example
Text Example
White with #511C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C2C; }
p { color: rgb(81,28,44); }
H1.HeaderClassName
{
color: #511C2C;
}
.AnyTagClassName
{
color: #511C2C;
}
</style>
background-color css
<style>
a { background-color: #511C2C; }
a { background-color: rgb(81,28,44); }
div.DivClassName
{
background-color: #511C2C;
}
.BgClassName
{
background-color: #511C2C;
}
</style>
border-color css
<style>
span { border-color: #511C2C; }
span { border-color: rgb(81,28,44); }
td.TdClassName
{
border-color: #511C2C;
}
.TagClassName
{
border-color: #511C2C;
}
</style>