Shades of Bordeaux #4D2029
Tints of Bordeaux #4D2029
RGB
CMYK
RGB Variations
Color information
#4D2029 (or 0x4D2029) is known color: Bordeaux. HEX triplet: 4D, 20 and 29. RGB value is (77,32,41). Sum of RGB (Red+Green+Blue) = 77+32+41=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2029 is #B2DFD6. Grayscale: #2E2E2E. Windows color (decimal): -11722711 or 2695245. OLE color: 2695245.
HSL color Cylindrical-coordinate representation of color #4D2029: hue angle of 348º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2029 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 41 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.70 |
| HSL | 348º | 0.41% | 0.21% | - |
| HSV(B) | 348º | 0.58% | 0.3% | - |
| XYZ | 3.98 | 2.77 | 2.42 | - |
| YUV | 46.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 41 | 0 | 0.58 | 0.47 | 0.70 | 348 | 0.41 | 0.21 |
| Hex | 4D | 20 | 29 | 0 | 3A | 2F | 46 | 15C | 29 | 15 |
| Octal | 115 | 40 | 51 | 0 | 72 | 57 | 106 | 534 | 51 | 25 |
| Binary | 1001101 | 100000 | 101001 | 0 | 111010 | 101111 | 1000110 | 101011100 | 101001 | 10101 |
Color Harmonies of #4D2029
Complementary color
Monochromatic Colors of #4D2029
Black with #4D2029
Text Example
Text Example
White with #4D2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2029; }
p { color: rgb(77,32,41); }
H1.HeaderClassName
{
color: #4D2029;
}
.AnyTagClassName
{
color: #4D2029;
}
</style>
background-color css
<style>
a { background-color: #4D2029; }
a { background-color: rgb(77,32,41); }
div.DivClassName
{
background-color: #4D2029;
}
.BgClassName
{
background-color: #4D2029;
}
</style>
border-color css
<style>
span { border-color: #4D2029; }
span { border-color: rgb(77,32,41); }
td.TdClassName
{
border-color: #4D2029;
}
.TagClassName
{
border-color: #4D2029;
}
</style>