Shades of Bordeaux #4D0A14
Tints of Bordeaux #4D0A14
RGB
CMYK
RGB Variations
Color information
#4D0A14 (or 0x4D0A14) is known color: Bordeaux. HEX triplet: 4D, 0A and 14. RGB value is (77,10,20). Sum of RGB (Red+Green+Blue) = 77+10+20=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A14 is #B2F5EB. Grayscale: #1F1F1F. Windows color (decimal): -11728364 or 1313357. OLE color: 1313357.
HSL color Cylindrical-coordinate representation of color #4D0A14: hue angle of 351.04º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A14 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 20 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.70 |
| HSL | 351.04º | 0.77% | 0.17% | - |
| HSV(B) | 351.04º | 0.87% | 0.3% | - |
| XYZ | 3.3 | 1.85 | 0.84 | - |
| YUV | 31.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 20 | 0 | 0.87 | 0.74 | 0.70 | 351.04 | 0.77 | 0.17 |
| Hex | 4D | A | 14 | 0 | 57 | 4A | 46 | 15F | 4D | 11 |
| Octal | 115 | 12 | 24 | 0 | 127 | 112 | 106 | 537 | 115 | 21 |
| Binary | 1001101 | 1010 | 10100 | 0 | 1010111 | 1001010 | 1000110 | 101011111 | 1001101 | 10001 |
Color Harmonies of #4D0A14
Complementary color
Monochromatic Colors of #4D0A14
Black with #4D0A14
Text Example
Text Example
White with #4D0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A14; }
p { color: rgb(77,10,20); }
H1.HeaderClassName
{
color: #4D0A14;
}
.AnyTagClassName
{
color: #4D0A14;
}
</style>
background-color css
<style>
a { background-color: #4D0A14; }
a { background-color: rgb(77,10,20); }
div.DivClassName
{
background-color: #4D0A14;
}
.BgClassName
{
background-color: #4D0A14;
}
</style>
border-color css
<style>
span { border-color: #4D0A14; }
span { border-color: rgb(77,10,20); }
td.TdClassName
{
border-color: #4D0A14;
}
.TagClassName
{
border-color: #4D0A14;
}
</style>