Shades of Bordeaux #4D121C
Tints of Bordeaux #4D121C
RGB
CMYK
RGB Variations
Color information
#4D121C (or 0x4D121C) is known color: Bordeaux. HEX triplet: 4D, 12 and 1C. RGB value is (77,18,28). Sum of RGB (Red+Green+Blue) = 77+18+28=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D121C is #B2EDE3. Grayscale: #242424. Windows color (decimal): -11726308 or 1839693. OLE color: 1839693.
HSL color Cylindrical-coordinate representation of color #4D121C: hue angle of 349.83º 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 #4D121C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 28 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.70 |
| HSL | 349.83º | 0.62% | 0.19% | - |
| HSV(B) | 349.83º | 0.77% | 0.3% | - |
| XYZ | 3.49 | 2.09 | 1.32 | - |
| YUV | 36.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 28 | 0 | 0.77 | 0.64 | 0.70 | 349.83 | 0.62 | 0.19 |
| Hex | 4D | 12 | 1C | 0 | 4D | 40 | 46 | 15E | 3E | 13 |
| Octal | 115 | 22 | 34 | 0 | 115 | 100 | 106 | 536 | 76 | 23 |
| Binary | 1001101 | 10010 | 11100 | 0 | 1001101 | 1000000 | 1000110 | 101011110 | 111110 | 10011 |
Color Harmonies of #4D121C
Complementary color
Monochromatic Colors of #4D121C
Black with #4D121C
Text Example
Text Example
White with #4D121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D121C; }
p { color: rgb(77,18,28); }
H1.HeaderClassName
{
color: #4D121C;
}
.AnyTagClassName
{
color: #4D121C;
}
</style>
background-color css
<style>
a { background-color: #4D121C; }
a { background-color: rgb(77,18,28); }
div.DivClassName
{
background-color: #4D121C;
}
.BgClassName
{
background-color: #4D121C;
}
</style>
border-color css
<style>
span { border-color: #4D121C; }
span { border-color: rgb(77,18,28); }
td.TdClassName
{
border-color: #4D121C;
}
.TagClassName
{
border-color: #4D121C;
}
</style>