Shades of Bordeaux #4D0412
Tints of Bordeaux #4D0412
RGB
CMYK
RGB Variations
Color information
#4D0412 (or 0x4D0412) is known color: Bordeaux. HEX triplet: 4D, 04 and 12. RGB value is (77,4,18). Sum of RGB (Red+Green+Blue) = 77+4+18=99 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77.78% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0412 is #B2FBED. Grayscale: #1B1B1B. Windows color (decimal): -11729902 or 1180749. OLE color: 1180749.
HSL color Cylindrical-coordinate representation of color #4D0412: hue angle of 348.49º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0412 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 18 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.70 |
| HSL | 348.49º | 0.9% | 0.16% | - |
| HSV(B) | 348.49º | 0.95% | 0.3% | - |
| XYZ | 3.21 | 1.71 | 0.73 | - |
| YUV | 27.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 18 | 0 | 0.95 | 0.77 | 0.70 | 348.49 | 0.9 | 0.16 |
| Hex | 4D | 4 | 12 | 0 | 5F | 4D | 46 | 15C | 5A | 10 |
| Octal | 115 | 4 | 22 | 0 | 137 | 115 | 106 | 534 | 132 | 20 |
| Binary | 1001101 | 100 | 10010 | 0 | 1011111 | 1001101 | 1000110 | 101011100 | 1011010 | 10000 |
Color Harmonies of #4D0412
Complementary color
Monochromatic Colors of #4D0412
Black with #4D0412
Text Example
Text Example
White with #4D0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0412; }
p { color: rgb(77,4,18); }
H1.HeaderClassName
{
color: #4D0412;
}
.AnyTagClassName
{
color: #4D0412;
}
</style>
background-color css
<style>
a { background-color: #4D0412; }
a { background-color: rgb(77,4,18); }
div.DivClassName
{
background-color: #4D0412;
}
.BgClassName
{
background-color: #4D0412;
}
</style>
border-color css
<style>
span { border-color: #4D0412; }
span { border-color: rgb(77,4,18); }
td.TdClassName
{
border-color: #4D0412;
}
.TagClassName
{
border-color: #4D0412;
}
</style>