Shades of Bordeaux #4D121D
Tints of Bordeaux #4D121D
RGB
CMYK
RGB Variations
Color information
#4D121D (or 0x4D121D) is known color: Bordeaux. HEX triplet: 4D, 12 and 1D. RGB value is (77,18,29). Sum of RGB (Red+Green+Blue) = 77+18+29=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D121D is #B2EDE2. Grayscale: #242424. Windows color (decimal): -11726307 or 1905229. OLE color: 1905229.
HSL color Cylindrical-coordinate representation of color #4D121D: hue angle of 348.81º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D121D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 29 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.70 |
| HSL | 348.81º | 0.62% | 0.19% | - |
| HSV(B) | 348.81º | 0.77% | 0.3% | - |
| XYZ | 3.5 | 2.1 | 1.38 | - |
| YUV | 36.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 29 | 0 | 0.77 | 0.62 | 0.70 | 348.81 | 0.62 | 0.19 |
| Hex | 4D | 12 | 1D | 0 | 4D | 3E | 46 | 15D | 3E | 13 |
| Octal | 115 | 22 | 35 | 0 | 115 | 76 | 106 | 535 | 76 | 23 |
| Binary | 1001101 | 10010 | 11101 | 0 | 1001101 | 111110 | 1000110 | 101011101 | 111110 | 10011 |
Color Harmonies of #4D121D
Complementary color
Monochromatic Colors of #4D121D
Black with #4D121D
Text Example
Text Example
White with #4D121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D121D; }
p { color: rgb(77,18,29); }
H1.HeaderClassName
{
color: #4D121D;
}
.AnyTagClassName
{
color: #4D121D;
}
</style>
background-color css
<style>
a { background-color: #4D121D; }
a { background-color: rgb(77,18,29); }
div.DivClassName
{
background-color: #4D121D;
}
.BgClassName
{
background-color: #4D121D;
}
</style>
border-color css
<style>
span { border-color: #4D121D; }
span { border-color: rgb(77,18,29); }
td.TdClassName
{
border-color: #4D121D;
}
.TagClassName
{
border-color: #4D121D;
}
</style>