Shades of Bordeaux #510C25
Tints of Bordeaux #510C25
RGB
CMYK
RGB Variations
Color information
#510C25 (or 0x510C25) is known color: Bordeaux. HEX triplet: 51, 0C and 25. RGB value is (81,12,37). Sum of RGB (Red+Green+Blue) = 81+12+37=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #510C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C25 is #AEF3DA. Grayscale: #232323. Windows color (decimal): -11465691 or 2427985. OLE color: 2427985.
HSL color Cylindrical-coordinate representation of color #510C25: hue angle of 338.26º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C25 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 37 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.68 |
| HSL | 338.26º | 0.74% | 0.18% | - |
| HSV(B) | 338.26º | 0.85% | 0.32% | - |
| XYZ | 3.86 | 2.15 | 1.96 | - |
| YUV | 35.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 37 | 0 | 0.85 | 0.54 | 0.68 | 338.26 | 0.74 | 0.18 |
| Hex | 51 | C | 25 | 0 | 55 | 36 | 44 | 152 | 4A | 12 |
| Octal | 121 | 14 | 45 | 0 | 125 | 66 | 104 | 522 | 112 | 22 |
| Binary | 1010001 | 1100 | 100101 | 0 | 1010101 | 110110 | 1000100 | 101010010 | 1001010 | 10010 |
Color Harmonies of #510C25
Complementary color
Monochromatic Colors of #510C25
Black with #510C25
Text Example
Text Example
White with #510C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C25; }
p { color: rgb(81,12,37); }
H1.HeaderClassName
{
color: #510C25;
}
.AnyTagClassName
{
color: #510C25;
}
</style>
background-color css
<style>
a { background-color: #510C25; }
a { background-color: rgb(81,12,37); }
div.DivClassName
{
background-color: #510C25;
}
.BgClassName
{
background-color: #510C25;
}
</style>
border-color css
<style>
span { border-color: #510C25; }
span { border-color: rgb(81,12,37); }
td.TdClassName
{
border-color: #510C25;
}
.TagClassName
{
border-color: #510C25;
}
</style>