Shades of Bordeaux #4D1729
Tints of Bordeaux #4D1729
RGB
CMYK
RGB Variations
Color information
#4D1729 (or 0x4D1729) is known color: Bordeaux. HEX triplet: 4D, 17 and 29. RGB value is (77,23,41). Sum of RGB (Red+Green+Blue) = 77+23+41=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1729 is #B2E8D6. Grayscale: #292929. Windows color (decimal): -11725015 or 2692941. OLE color: 2692941.
HSL color Cylindrical-coordinate representation of color #4D1729: hue angle of 340º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1729 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 41 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.70 |
| HSL | 340º | 0.54% | 0.2% | - |
| HSV(B) | 340º | 0.7% | 0.3% | - |
| XYZ | 3.77 | 2.35 | 2.35 | - |
| YUV | 41.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 41 | 0 | 0.70 | 0.47 | 0.70 | 340 | 0.54 | 0.2 |
| Hex | 4D | 17 | 29 | 0 | 46 | 2F | 46 | 154 | 36 | 14 |
| Octal | 115 | 27 | 51 | 0 | 106 | 57 | 106 | 524 | 66 | 24 |
| Binary | 1001101 | 10111 | 101001 | 0 | 1000110 | 101111 | 1000110 | 101010100 | 110110 | 10100 |
Color Harmonies of #4D1729
Complementary color
Monochromatic Colors of #4D1729
Black with #4D1729
Text Example
Text Example
White with #4D1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1729; }
p { color: rgb(77,23,41); }
H1.HeaderClassName
{
color: #4D1729;
}
.AnyTagClassName
{
color: #4D1729;
}
</style>
background-color css
<style>
a { background-color: #4D1729; }
a { background-color: rgb(77,23,41); }
div.DivClassName
{
background-color: #4D1729;
}
.BgClassName
{
background-color: #4D1729;
}
</style>
border-color css
<style>
span { border-color: #4D1729; }
span { border-color: rgb(77,23,41); }
td.TdClassName
{
border-color: #4D1729;
}
.TagClassName
{
border-color: #4D1729;
}
</style>