Shades of Bordeaux #51041C
Tints of Bordeaux #51041C
RGB
CMYK
RGB Variations
Color information
#51041C (or 0x51041C) is known color: Bordeaux. HEX triplet: 51, 04 and 1C. RGB value is (81,4,28). Sum of RGB (Red+Green+Blue) = 81+4+28=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041C is #AEFBE3. Grayscale: #1D1D1D. Windows color (decimal): -11467748 or 1836113. OLE color: 1836113.
HSL color Cylindrical-coordinate representation of color #51041C: hue angle of 341.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51041C is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.68 |
| HSL | 341.3º | 0.91% | 0.17% | - |
| HSV(B) | 341.3º | 0.95% | 0.32% | - |
| XYZ | 3.65 | 1.92 | 1.28 | - |
| YUV | 29.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 28 | 0 | 0.95 | 0.65 | 0.68 | 341.3 | 0.91 | 0.17 |
| Hex | 51 | 4 | 1C | 0 | 5F | 41 | 44 | 155 | 5B | 11 |
| Octal | 121 | 4 | 34 | 0 | 137 | 101 | 104 | 525 | 133 | 21 |
| Binary | 1010001 | 100 | 11100 | 0 | 1011111 | 1000001 | 1000100 | 101010101 | 1011011 | 10001 |
Color Harmonies of #51041C
Complementary color
Monochromatic Colors of #51041C
Black with #51041C
Text Example
Text Example
White with #51041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51041C; }
p { color: rgb(81,4,28); }
H1.HeaderClassName
{
color: #51041C;
}
.AnyTagClassName
{
color: #51041C;
}
</style>
background-color css
<style>
a { background-color: #51041C; }
a { background-color: rgb(81,4,28); }
div.DivClassName
{
background-color: #51041C;
}
.BgClassName
{
background-color: #51041C;
}
</style>
border-color css
<style>
span { border-color: #51041C; }
span { border-color: rgb(81,4,28); }
td.TdClassName
{
border-color: #51041C;
}
.TagClassName
{
border-color: #51041C;
}
</style>