Shades of Bordeaux #4D0512
Tints of Bordeaux #4D0512
RGB
CMYK
RGB Variations
Color information
#4D0512 (or 0x4D0512) is known color: Bordeaux. HEX triplet: 4D, 05 and 12. RGB value is (77,5,18). Sum of RGB (Red+Green+Blue) = 77+5+18=100 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0512 is #B2FAED. Grayscale: #1C1C1C. Windows color (decimal): -11729646 or 1181005. OLE color: 1181005.
HSL color Cylindrical-coordinate representation of color #4D0512: hue angle of 349.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0512 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 18 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.70 |
| HSL | 349.17º | 0.88% | 0.16% | - |
| HSV(B) | 349.17º | 0.94% | 0.3% | - |
| XYZ | 3.22 | 1.73 | 0.74 | - |
| YUV | 28.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 18 | 0 | 0.94 | 0.77 | 0.70 | 349.17 | 0.88 | 0.16 |
| Hex | 4D | 5 | 12 | 0 | 5E | 4D | 46 | 15D | 58 | 10 |
| Octal | 115 | 5 | 22 | 0 | 136 | 115 | 106 | 535 | 130 | 20 |
| Binary | 1001101 | 101 | 10010 | 0 | 1011110 | 1001101 | 1000110 | 101011101 | 1011000 | 10000 |
Color Harmonies of #4D0512
Complementary color
Monochromatic Colors of #4D0512
Black with #4D0512
Text Example
Text Example
White with #4D0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0512; }
p { color: rgb(77,5,18); }
H1.HeaderClassName
{
color: #4D0512;
}
.AnyTagClassName
{
color: #4D0512;
}
</style>
background-color css
<style>
a { background-color: #4D0512; }
a { background-color: rgb(77,5,18); }
div.DivClassName
{
background-color: #4D0512;
}
.BgClassName
{
background-color: #4D0512;
}
</style>
border-color css
<style>
span { border-color: #4D0512; }
span { border-color: rgb(77,5,18); }
td.TdClassName
{
border-color: #4D0512;
}
.TagClassName
{
border-color: #4D0512;
}
</style>