Shades of Bordeaux #51001C
Tints of Bordeaux #51001C
RGB
CMYK
RGB Variations
Color information
#51001C (or 0x51001C) is known color: Bordeaux. HEX triplet: 51, 00 and 1C. RGB value is (81,0,28). Sum of RGB (Red+Green+Blue) = 81+0+28=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #51001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51001C is #AEFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11468772 or 1835089. OLE color: 1835089.
HSL color Cylindrical-coordinate representation of color #51001C: hue angle of 339.26º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51001C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.65 | 0.68 |
| HSL | 339.26º | 1% | 0.16% | - |
| HSV(B) | 339.26º | 1% | 0.32% | - |
| XYZ | 3.6 | 1.83 | 1.26 | - |
| YUV | 27.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 28 | 0 | 1 | 0.65 | 0.68 | 339.26 | 1 | 0.16 |
| Hex | 51 | 0 | 1C | 0 | 64 | 41 | 44 | 153 | 64 | 10 |
| Octal | 121 | 0 | 34 | 0 | 144 | 101 | 104 | 523 | 144 | 20 |
| Binary | 1010001 | 0 | 11100 | 0 | 1100100 | 1000001 | 1000100 | 101010011 | 1100100 | 10000 |
Color Harmonies of #51001C
Complementary color
Monochromatic Colors of #51001C
Black with #51001C
Text Example
Text Example
White with #51001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51001C; }
p { color: rgb(81,0,28); }
H1.HeaderClassName
{
color: #51001C;
}
.AnyTagClassName
{
color: #51001C;
}
</style>
background-color css
<style>
a { background-color: #51001C; }
a { background-color: rgb(81,0,28); }
div.DivClassName
{
background-color: #51001C;
}
.BgClassName
{
background-color: #51001C;
}
</style>
border-color css
<style>
span { border-color: #51001C; }
span { border-color: rgb(81,0,28); }
td.TdClassName
{
border-color: #51001C;
}
.TagClassName
{
border-color: #51001C;
}
</style>