Shades of Bordeaux #4D071E
Tints of Bordeaux #4D071E
RGB
CMYK
RGB Variations
Color information
#4D071E (or 0x4D071E) is known color: Bordeaux. HEX triplet: 4D, 07 and 1E. RGB value is (77,7,30). Sum of RGB (Red+Green+Blue) = 77+7+30=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D071E is #B2F8E1. Grayscale: #1E1E1E. Windows color (decimal): -11729122 or 1967949. OLE color: 1967949.
HSL color Cylindrical-coordinate representation of color #4D071E: hue angle of 340.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D071E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 30 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.70 |
| HSL | 340.29º | 0.83% | 0.16% | - |
| HSV(B) | 340.29º | 0.91% | 0.3% | - |
| XYZ | 3.37 | 1.82 | 1.4 | - |
| YUV | 30.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 30 | 0 | 0.91 | 0.61 | 0.70 | 340.29 | 0.83 | 0.16 |
| Hex | 4D | 7 | 1E | 0 | 5B | 3D | 46 | 154 | 53 | 10 |
| Octal | 115 | 7 | 36 | 0 | 133 | 75 | 106 | 524 | 123 | 20 |
| Binary | 1001101 | 111 | 11110 | 0 | 1011011 | 111101 | 1000110 | 101010100 | 1010011 | 10000 |
Color Harmonies of #4D071E
Complementary color
Monochromatic Colors of #4D071E
Black with #4D071E
Text Example
Text Example
White with #4D071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D071E; }
p { color: rgb(77,7,30); }
H1.HeaderClassName
{
color: #4D071E;
}
.AnyTagClassName
{
color: #4D071E;
}
</style>
background-color css
<style>
a { background-color: #4D071E; }
a { background-color: rgb(77,7,30); }
div.DivClassName
{
background-color: #4D071E;
}
.BgClassName
{
background-color: #4D071E;
}
</style>
border-color css
<style>
span { border-color: #4D071E; }
span { border-color: rgb(77,7,30); }
td.TdClassName
{
border-color: #4D071E;
}
.TagClassName
{
border-color: #4D071E;
}
</style>