Shades of Bordeaux #4D061D
Tints of Bordeaux #4D061D
RGB
CMYK
RGB Variations
Color information
#4D061D (or 0x4D061D) is known color: Bordeaux. HEX triplet: 4D, 06 and 1D. RGB value is (77,6,29). Sum of RGB (Red+Green+Blue) = 77+6+29=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D061D is #B2F9E2. Grayscale: #1D1D1D. Windows color (decimal): -11729379 or 1902157. OLE color: 1902157.
HSL color Cylindrical-coordinate representation of color #4D061D: hue angle of 340.56º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D061D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 6 | 29 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.70 |
| HSL | 340.56º | 0.86% | 0.16% | - |
| HSV(B) | 340.56º | 0.92% | 0.3% | - |
| XYZ | 3.35 | 1.8 | 1.33 | - |
| YUV | 29.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 29 | 0 | 0.92 | 0.62 | 0.70 | 340.56 | 0.86 | 0.16 |
| Hex | 4D | 6 | 1D | 0 | 5C | 3E | 46 | 155 | 56 | 10 |
| Octal | 115 | 6 | 35 | 0 | 134 | 76 | 106 | 525 | 126 | 20 |
| Binary | 1001101 | 110 | 11101 | 0 | 1011100 | 111110 | 1000110 | 101010101 | 1010110 | 10000 |
Color Harmonies of #4D061D
Complementary color
Monochromatic Colors of #4D061D
Black with #4D061D
Text Example
Text Example
White with #4D061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D061D; }
p { color: rgb(77,6,29); }
H1.HeaderClassName
{
color: #4D061D;
}
.AnyTagClassName
{
color: #4D061D;
}
</style>
background-color css
<style>
a { background-color: #4D061D; }
a { background-color: rgb(77,6,29); }
div.DivClassName
{
background-color: #4D061D;
}
.BgClassName
{
background-color: #4D061D;
}
</style>
border-color css
<style>
span { border-color: #4D061D; }
span { border-color: rgb(77,6,29); }
td.TdClassName
{
border-color: #4D061D;
}
.TagClassName
{
border-color: #4D061D;
}
</style>