Shades of Bordeaux #51081A
Tints of Bordeaux #51081A
RGB
CMYK
RGB Variations
Color information
#51081A (or 0x51081A) is known color: Bordeaux. HEX triplet: 51, 08 and 1A. RGB value is (81,8,26). Sum of RGB (Red+Green+Blue) = 81+8+26=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081A is #AEF7E5. Grayscale: #1F1F1F. Windows color (decimal): -11466726 or 1706065. OLE color: 1706065.
HSL color Cylindrical-coordinate representation of color #51081A: hue angle of 345.21º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51081A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 26 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.68 |
| HSL | 345.21º | 0.82% | 0.17% | - |
| HSV(B) | 345.21º | 0.9% | 0.32% | - |
| XYZ | 3.67 | 2 | 1.17 | - |
| YUV | 31.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 26 | 0 | 0.90 | 0.68 | 0.68 | 345.21 | 0.82 | 0.17 |
| Hex | 51 | 8 | 1A | 0 | 5A | 44 | 44 | 159 | 52 | 11 |
| Octal | 121 | 10 | 32 | 0 | 132 | 104 | 104 | 531 | 122 | 21 |
| Binary | 1010001 | 1000 | 11010 | 0 | 1011010 | 1000100 | 1000100 | 101011001 | 1010010 | 10001 |
Color Harmonies of #51081A
Complementary color
Monochromatic Colors of #51081A
Black with #51081A
Text Example
Text Example
White with #51081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51081A; }
p { color: rgb(81,8,26); }
H1.HeaderClassName
{
color: #51081A;
}
.AnyTagClassName
{
color: #51081A;
}
</style>
background-color css
<style>
a { background-color: #51081A; }
a { background-color: rgb(81,8,26); }
div.DivClassName
{
background-color: #51081A;
}
.BgClassName
{
background-color: #51081A;
}
</style>
border-color css
<style>
span { border-color: #51081A; }
span { border-color: rgb(81,8,26); }
td.TdClassName
{
border-color: #51081A;
}
.TagClassName
{
border-color: #51081A;
}
</style>