Shades of Bordeaux #51021A
Tints of Bordeaux #51021A
RGB
CMYK
RGB Variations
Color information
#51021A (or 0x51021A) is known color: Bordeaux. HEX triplet: 51, 02 and 1A. RGB value is (81,2,26). Sum of RGB (Red+Green+Blue) = 81+2+26=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #51021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021A is #AEFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11468262 or 1704529. OLE color: 1704529.
HSL color Cylindrical-coordinate representation of color #51021A: hue angle of 341.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51021A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.68 |
| HSL | 341.77º | 0.95% | 0.16% | - |
| HSV(B) | 341.77º | 0.98% | 0.32% | - |
| XYZ | 3.6 | 1.87 | 1.15 | - |
| YUV | 28.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 26 | 0 | 0.98 | 0.68 | 0.68 | 341.77 | 0.95 | 0.16 |
| Hex | 51 | 2 | 1A | 0 | 62 | 44 | 44 | 156 | 5F | 10 |
| Octal | 121 | 2 | 32 | 0 | 142 | 104 | 104 | 526 | 137 | 20 |
| Binary | 1010001 | 10 | 11010 | 0 | 1100010 | 1000100 | 1000100 | 101010110 | 1011111 | 10000 |
Color Harmonies of #51021A
Complementary color
Monochromatic Colors of #51021A
Black with #51021A
Text Example
Text Example
White with #51021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51021A; }
p { color: rgb(81,2,26); }
H1.HeaderClassName
{
color: #51021A;
}
.AnyTagClassName
{
color: #51021A;
}
</style>
background-color css
<style>
a { background-color: #51021A; }
a { background-color: rgb(81,2,26); }
div.DivClassName
{
background-color: #51021A;
}
.BgClassName
{
background-color: #51021A;
}
</style>
border-color css
<style>
span { border-color: #51021A; }
span { border-color: rgb(81,2,26); }
td.TdClassName
{
border-color: #51021A;
}
.TagClassName
{
border-color: #51021A;
}
</style>