Shades of Bordeaux #51181C
Tints of Bordeaux #51181C
RGB
CMYK
RGB Variations
Color information
#51181C (or 0x51181C) is known color: Bordeaux. HEX triplet: 51, 18 and 1C. RGB value is (81,24,28). Sum of RGB (Red+Green+Blue) = 81+24+28=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181C is #AEE7E3. Grayscale: #292929. Windows color (decimal): -11462628 or 1841233. OLE color: 1841233.
HSL color Cylindrical-coordinate representation of color #51181C: hue angle of 355.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51181C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 28 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.68 |
| HSL | 355.79º | 0.54% | 0.21% | - |
| HSV(B) | 355.79º | 0.7% | 0.32% | - |
| XYZ | 3.93 | 2.49 | 1.37 | - |
| YUV | 41.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 28 | 0 | 0.70 | 0.65 | 0.68 | 355.79 | 0.54 | 0.21 |
| Hex | 51 | 18 | 1C | 0 | 46 | 41 | 44 | 164 | 36 | 15 |
| Octal | 121 | 30 | 34 | 0 | 106 | 101 | 104 | 544 | 66 | 25 |
| Binary | 1010001 | 11000 | 11100 | 0 | 1000110 | 1000001 | 1000100 | 101100100 | 110110 | 10101 |
Color Harmonies of #51181C
Complementary color
Monochromatic Colors of #51181C
Black with #51181C
Text Example
Text Example
White with #51181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51181C; }
p { color: rgb(81,24,28); }
H1.HeaderClassName
{
color: #51181C;
}
.AnyTagClassName
{
color: #51181C;
}
</style>
background-color css
<style>
a { background-color: #51181C; }
a { background-color: rgb(81,24,28); }
div.DivClassName
{
background-color: #51181C;
}
.BgClassName
{
background-color: #51181C;
}
</style>
border-color css
<style>
span { border-color: #51181C; }
span { border-color: rgb(81,24,28); }
td.TdClassName
{
border-color: #51181C;
}
.TagClassName
{
border-color: #51181C;
}
</style>