Shades of Bordeaux #4D111B
Tints of Bordeaux #4D111B
RGB
CMYK
RGB Variations
Color information
#4D111B (or 0x4D111B) is known color: Bordeaux. HEX triplet: 4D, 11 and 1B. RGB value is (77,17,27). Sum of RGB (Red+Green+Blue) = 77+17+27=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D111B is #B2EEE4. Grayscale: #242424. Windows color (decimal): -11726565 or 1773901. OLE color: 1773901.
HSL color Cylindrical-coordinate representation of color #4D111B: hue angle of 350º 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 #4D111B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 27 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.70 |
| HSL | 350º | 0.64% | 0.18% | - |
| HSV(B) | 350º | 0.78% | 0.3% | - |
| XYZ | 3.46 | 2.06 | 1.25 | - |
| YUV | 36.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 27 | 0 | 0.78 | 0.65 | 0.70 | 350 | 0.64 | 0.18 |
| Hex | 4D | 11 | 1B | 0 | 4E | 41 | 46 | 15E | 40 | 12 |
| Octal | 115 | 21 | 33 | 0 | 116 | 101 | 106 | 536 | 100 | 22 |
| Binary | 1001101 | 10001 | 11011 | 0 | 1001110 | 1000001 | 1000110 | 101011110 | 1000000 | 10010 |
Color Harmonies of #4D111B
Complementary color
Monochromatic Colors of #4D111B
Black with #4D111B
Text Example
Text Example
White with #4D111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D111B; }
p { color: rgb(77,17,27); }
H1.HeaderClassName
{
color: #4D111B;
}
.AnyTagClassName
{
color: #4D111B;
}
</style>
background-color css
<style>
a { background-color: #4D111B; }
a { background-color: rgb(77,17,27); }
div.DivClassName
{
background-color: #4D111B;
}
.BgClassName
{
background-color: #4D111B;
}
</style>
border-color css
<style>
span { border-color: #4D111B; }
span { border-color: rgb(77,17,27); }
td.TdClassName
{
border-color: #4D111B;
}
.TagClassName
{
border-color: #4D111B;
}
</style>