Shades of Bordeaux #4D131E
Tints of Bordeaux #4D131E
RGB
CMYK
RGB Variations
Color information
#4D131E (or 0x4D131E) is known color: Bordeaux. HEX triplet: 4D, 13 and 1E. RGB value is (77,19,30). Sum of RGB (Red+Green+Blue) = 77+19+30=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D131E is #B2ECE1. Grayscale: #252525. Windows color (decimal): -11726050 or 1971021. OLE color: 1971021.
HSL color Cylindrical-coordinate representation of color #4D131E: hue angle of 348.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D131E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 30 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.70 |
| HSL | 348.62º | 0.6% | 0.19% | - |
| HSV(B) | 348.62º | 0.75% | 0.3% | - |
| XYZ | 3.53 | 2.14 | 1.45 | - |
| YUV | 37.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 30 | 0 | 0.75 | 0.61 | 0.70 | 348.62 | 0.6 | 0.19 |
| Hex | 4D | 13 | 1E | 0 | 4B | 3D | 46 | 15D | 3C | 13 |
| Octal | 115 | 23 | 36 | 0 | 113 | 75 | 106 | 535 | 74 | 23 |
| Binary | 1001101 | 10011 | 11110 | 0 | 1001011 | 111101 | 1000110 | 101011101 | 111100 | 10011 |
Color Harmonies of #4D131E
Complementary color
Monochromatic Colors of #4D131E
Black with #4D131E
Text Example
Text Example
White with #4D131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D131E; }
p { color: rgb(77,19,30); }
H1.HeaderClassName
{
color: #4D131E;
}
.AnyTagClassName
{
color: #4D131E;
}
</style>
background-color css
<style>
a { background-color: #4D131E; }
a { background-color: rgb(77,19,30); }
div.DivClassName
{
background-color: #4D131E;
}
.BgClassName
{
background-color: #4D131E;
}
</style>
border-color css
<style>
span { border-color: #4D131E; }
span { border-color: rgb(77,19,30); }
td.TdClassName
{
border-color: #4D131E;
}
.TagClassName
{
border-color: #4D131E;
}
</style>