Shades of Bordeaux #51081D
Tints of Bordeaux #51081D
RGB
CMYK
RGB Variations
Color information
#51081D (or 0x51081D) is known color: Bordeaux. HEX triplet: 51, 08 and 1D. RGB value is (81,8,29). Sum of RGB (Red+Green+Blue) = 81+8+29=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #51081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081D is #AEF7E2. Grayscale: #202020. Windows color (decimal): -11466723 or 1902673. OLE color: 1902673.
HSL color Cylindrical-coordinate representation of color #51081D: hue angle of 342.74º 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 #51081D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 29 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.68 |
| HSL | 342.74º | 0.82% | 0.17% | - |
| HSV(B) | 342.74º | 0.9% | 0.32% | - |
| XYZ | 3.7 | 2.01 | 1.36 | - |
| YUV | 32.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 29 | 0 | 0.90 | 0.64 | 0.68 | 342.74 | 0.82 | 0.17 |
| Hex | 51 | 8 | 1D | 0 | 5A | 40 | 44 | 157 | 52 | 11 |
| Octal | 121 | 10 | 35 | 0 | 132 | 100 | 104 | 527 | 122 | 21 |
| Binary | 1010001 | 1000 | 11101 | 0 | 1011010 | 1000000 | 1000100 | 101010111 | 1010010 | 10001 |
Color Harmonies of #51081D
Complementary color
Monochromatic Colors of #51081D
Black with #51081D
Text Example
Text Example
White with #51081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51081D; }
p { color: rgb(81,8,29); }
H1.HeaderClassName
{
color: #51081D;
}
.AnyTagClassName
{
color: #51081D;
}
</style>
background-color css
<style>
a { background-color: #51081D; }
a { background-color: rgb(81,8,29); }
div.DivClassName
{
background-color: #51081D;
}
.BgClassName
{
background-color: #51081D;
}
</style>
border-color css
<style>
span { border-color: #51081D; }
span { border-color: rgb(81,8,29); }
td.TdClassName
{
border-color: #51081D;
}
.TagClassName
{
border-color: #51081D;
}
</style>