Shades of Bordeaux #4D041D
Tints of Bordeaux #4D041D
RGB
CMYK
RGB Variations
Color information
#4D041D (or 0x4D041D) is known color: Bordeaux. HEX triplet: 4D, 04 and 1D. RGB value is (77,4,29). Sum of RGB (Red+Green+Blue) = 77+4+29=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D041D is #B2FBE2. Grayscale: #1C1C1C. Windows color (decimal): -11729891 or 1901645. OLE color: 1901645.
HSL color Cylindrical-coordinate representation of color #4D041D: hue angle of 339.45º 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 #4D041D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 29 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.70 |
| HSL | 339.45º | 0.9% | 0.16% | - |
| HSV(B) | 339.45º | 0.95% | 0.3% | - |
| XYZ | 3.33 | 1.75 | 1.33 | - |
| YUV | 28.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 29 | 0 | 0.95 | 0.62 | 0.70 | 339.45 | 0.9 | 0.16 |
| Hex | 4D | 4 | 1D | 0 | 5F | 3E | 46 | 153 | 5A | 10 |
| Octal | 115 | 4 | 35 | 0 | 137 | 76 | 106 | 523 | 132 | 20 |
| Binary | 1001101 | 100 | 11101 | 0 | 1011111 | 111110 | 1000110 | 101010011 | 1011010 | 10000 |
Color Harmonies of #4D041D
Complementary color
Monochromatic Colors of #4D041D
Black with #4D041D
Text Example
Text Example
White with #4D041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D041D; }
p { color: rgb(77,4,29); }
H1.HeaderClassName
{
color: #4D041D;
}
.AnyTagClassName
{
color: #4D041D;
}
</style>
background-color css
<style>
a { background-color: #4D041D; }
a { background-color: rgb(77,4,29); }
div.DivClassName
{
background-color: #4D041D;
}
.BgClassName
{
background-color: #4D041D;
}
</style>
border-color css
<style>
span { border-color: #4D041D; }
span { border-color: rgb(77,4,29); }
td.TdClassName
{
border-color: #4D041D;
}
.TagClassName
{
border-color: #4D041D;
}
</style>