Shades of Bordeaux #510B23
Tints of Bordeaux #510B23
RGB
CMYK
RGB Variations
Color information
#510B23 (or 0x510B23) is known color: Bordeaux. HEX triplet: 51, 0B and 23. RGB value is (81,11,35). Sum of RGB (Red+Green+Blue) = 81+11+35=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #510B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B23 is #AEF4DC. Grayscale: #222222. Windows color (decimal): -11465949 or 2296657. OLE color: 2296657.
HSL color Cylindrical-coordinate representation of color #510B23: hue angle of 339.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B23 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 35 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.68 |
| HSL | 339.43º | 0.76% | 0.18% | - |
| HSV(B) | 339.43º | 0.86% | 0.32% | - |
| XYZ | 3.82 | 2.11 | 1.8 | - |
| YUV | 34.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 35 | 0 | 0.86 | 0.57 | 0.68 | 339.43 | 0.76 | 0.18 |
| Hex | 51 | B | 23 | 0 | 56 | 39 | 44 | 153 | 4C | 12 |
| Octal | 121 | 13 | 43 | 0 | 126 | 71 | 104 | 523 | 114 | 22 |
| Binary | 1010001 | 1011 | 100011 | 0 | 1010110 | 111001 | 1000100 | 101010011 | 1001100 | 10010 |
Color Harmonies of #510B23
Complementary color
Monochromatic Colors of #510B23
Black with #510B23
Text Example
Text Example
White with #510B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B23; }
p { color: rgb(81,11,35); }
H1.HeaderClassName
{
color: #510B23;
}
.AnyTagClassName
{
color: #510B23;
}
</style>
background-color css
<style>
a { background-color: #510B23; }
a { background-color: rgb(81,11,35); }
div.DivClassName
{
background-color: #510B23;
}
.BgClassName
{
background-color: #510B23;
}
</style>
border-color css
<style>
span { border-color: #510B23; }
span { border-color: rgb(81,11,35); }
td.TdClassName
{
border-color: #510B23;
}
.TagClassName
{
border-color: #510B23;
}
</style>