Shades of Bordeaux #511E23
Tints of Bordeaux #511E23
RGB
CMYK
RGB Variations
Color information
#511E23 (or 0x511E23) is known color: Bordeaux. HEX triplet: 51, 1E and 23. RGB value is (81,30,35). Sum of RGB (Red+Green+Blue) = 81+30+35=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E23 is #AEE1DC. Grayscale: #2D2D2D. Windows color (decimal): -11461085 or 2301521. OLE color: 2301521.
HSL color Cylindrical-coordinate representation of color #511E23: hue angle of 354.12º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E23 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 35 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.68 |
| HSL | 354.12º | 0.46% | 0.22% | - |
| HSV(B) | 354.12º | 0.63% | 0.32% | - |
| XYZ | 4.16 | 2.8 | 1.91 | - |
| YUV | 45.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 35 | 0 | 0.63 | 0.57 | 0.68 | 354.12 | 0.46 | 0.22 |
| Hex | 51 | 1E | 23 | 0 | 3F | 39 | 44 | 162 | 2E | 16 |
| Octal | 121 | 36 | 43 | 0 | 77 | 71 | 104 | 542 | 56 | 26 |
| Binary | 1010001 | 11110 | 100011 | 0 | 111111 | 111001 | 1000100 | 101100010 | 101110 | 10110 |
Color Harmonies of #511E23
Complementary color
Monochromatic Colors of #511E23
Black with #511E23
Text Example
Text Example
White with #511E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E23; }
p { color: rgb(81,30,35); }
H1.HeaderClassName
{
color: #511E23;
}
.AnyTagClassName
{
color: #511E23;
}
</style>
background-color css
<style>
a { background-color: #511E23; }
a { background-color: rgb(81,30,35); }
div.DivClassName
{
background-color: #511E23;
}
.BgClassName
{
background-color: #511E23;
}
</style>
border-color css
<style>
span { border-color: #511E23; }
span { border-color: rgb(81,30,35); }
td.TdClassName
{
border-color: #511E23;
}
.TagClassName
{
border-color: #511E23;
}
</style>