Shades of Bordeaux #51212B
Tints of Bordeaux #51212B
RGB
CMYK
RGB Variations
Color information
#51212B (or 0x51212B) is known color: Bordeaux. HEX triplet: 51, 21 and 2B. RGB value is (81,33,43). Sum of RGB (Red+Green+Blue) = 81+33+43=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212B is #AEDED4. Grayscale: #303030. Windows color (decimal): -11460309 or 2826577. OLE color: 2826577.
HSL color Cylindrical-coordinate representation of color #51212B: hue angle of 347.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51212B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 43 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.68 |
| HSL | 347.5º | 0.42% | 0.22% | - |
| HSV(B) | 347.5º | 0.59% | 0.32% | - |
| XYZ | 4.37 | 3.01 | 2.64 | - |
| YUV | 48.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 43 | 0 | 0.59 | 0.47 | 0.68 | 347.5 | 0.42 | 0.22 |
| Hex | 51 | 21 | 2B | 0 | 3B | 2F | 44 | 15C | 2A | 16 |
| Octal | 121 | 41 | 53 | 0 | 73 | 57 | 104 | 534 | 52 | 26 |
| Binary | 1010001 | 100001 | 101011 | 0 | 111011 | 101111 | 1000100 | 101011100 | 101010 | 10110 |
Color Harmonies of #51212B
Complementary color
Monochromatic Colors of #51212B
Black with #51212B
Text Example
Text Example
White with #51212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51212B; }
p { color: rgb(81,33,43); }
H1.HeaderClassName
{
color: #51212B;
}
.AnyTagClassName
{
color: #51212B;
}
</style>
background-color css
<style>
a { background-color: #51212B; }
a { background-color: rgb(81,33,43); }
div.DivClassName
{
background-color: #51212B;
}
.BgClassName
{
background-color: #51212B;
}
</style>
border-color css
<style>
span { border-color: #51212B; }
span { border-color: rgb(81,33,43); }
td.TdClassName
{
border-color: #51212B;
}
.TagClassName
{
border-color: #51212B;
}
</style>