Shades of Bordeaux #4D111D
Tints of Bordeaux #4D111D
RGB
CMYK
RGB Variations
Color information
#4D111D (or 0x4D111D) is known color: Bordeaux. HEX triplet: 4D, 11 and 1D. RGB value is (77,17,29). Sum of RGB (Red+Green+Blue) = 77+17+29=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D111D is #B2EEE2. Grayscale: #242424. Windows color (decimal): -11726563 or 1904973. OLE color: 1904973.
HSL color Cylindrical-coordinate representation of color #4D111D: hue angle of 348º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D111D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 29 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.70 |
| HSL | 348º | 0.64% | 0.18% | - |
| HSV(B) | 348º | 0.78% | 0.3% | - |
| XYZ | 3.48 | 2.07 | 1.38 | - |
| YUV | 36.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 29 | 0 | 0.78 | 0.62 | 0.70 | 348 | 0.64 | 0.18 |
| Hex | 4D | 11 | 1D | 0 | 4E | 3E | 46 | 15C | 40 | 12 |
| Octal | 115 | 21 | 35 | 0 | 116 | 76 | 106 | 534 | 100 | 22 |
| Binary | 1001101 | 10001 | 11101 | 0 | 1001110 | 111110 | 1000110 | 101011100 | 1000000 | 10010 |
Color Harmonies of #4D111D
Complementary color
Monochromatic Colors of #4D111D
Black with #4D111D
Text Example
Text Example
White with #4D111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D111D; }
p { color: rgb(77,17,29); }
H1.HeaderClassName
{
color: #4D111D;
}
.AnyTagClassName
{
color: #4D111D;
}
</style>
background-color css
<style>
a { background-color: #4D111D; }
a { background-color: rgb(77,17,29); }
div.DivClassName
{
background-color: #4D111D;
}
.BgClassName
{
background-color: #4D111D;
}
</style>
border-color css
<style>
span { border-color: #4D111D; }
span { border-color: rgb(77,17,29); }
td.TdClassName
{
border-color: #4D111D;
}
.TagClassName
{
border-color: #4D111D;
}
</style>