Shades of Bordeaux #4D0A13
Tints of Bordeaux #4D0A13
RGB
CMYK
RGB Variations
Color information
#4D0A13 (or 0x4D0A13) is known color: Bordeaux. HEX triplet: 4D, 0A and 13. RGB value is (77,10,19). Sum of RGB (Red+Green+Blue) = 77+10+19=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A13 is #B2F5EC. Grayscale: #1F1F1F. Windows color (decimal): -11728365 or 1247821. OLE color: 1247821.
HSL color Cylindrical-coordinate representation of color #4D0A13: hue angle of 351.94º 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 #4D0A13 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 19 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.70 |
| HSL | 351.94º | 0.77% | 0.17% | - |
| HSV(B) | 351.94º | 0.87% | 0.3% | - |
| XYZ | 3.29 | 1.84 | 0.8 | - |
| YUV | 31.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 19 | 0 | 0.87 | 0.75 | 0.70 | 351.94 | 0.77 | 0.17 |
| Hex | 4D | A | 13 | 0 | 57 | 4B | 46 | 160 | 4D | 11 |
| Octal | 115 | 12 | 23 | 0 | 127 | 113 | 106 | 540 | 115 | 21 |
| Binary | 1001101 | 1010 | 10011 | 0 | 1010111 | 1001011 | 1000110 | 101100000 | 1001101 | 10001 |
Color Harmonies of #4D0A13
Complementary color
Monochromatic Colors of #4D0A13
Black with #4D0A13
Text Example
Text Example
White with #4D0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A13; }
p { color: rgb(77,10,19); }
H1.HeaderClassName
{
color: #4D0A13;
}
.AnyTagClassName
{
color: #4D0A13;
}
</style>
background-color css
<style>
a { background-color: #4D0A13; }
a { background-color: rgb(77,10,19); }
div.DivClassName
{
background-color: #4D0A13;
}
.BgClassName
{
background-color: #4D0A13;
}
</style>
border-color css
<style>
span { border-color: #4D0A13; }
span { border-color: rgb(77,10,19); }
td.TdClassName
{
border-color: #4D0A13;
}
.TagClassName
{
border-color: #4D0A13;
}
</style>