Shades of Bordeaux #4D1D20
Tints of Bordeaux #4D1D20
RGB
CMYK
RGB Variations
Color information
#4D1D20 (or 0x4D1D20) is known color: Bordeaux. HEX triplet: 4D, 1D and 20. RGB value is (77,29,32). Sum of RGB (Red+Green+Blue) = 77+29+32=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D20 is #B2E2DF. Grayscale: #2B2B2B. Windows color (decimal): -11723488 or 2104653. OLE color: 2104653.
HSL color Cylindrical-coordinate representation of color #4D1D20: hue angle of 356.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D20 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 32 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.70 |
| HSL | 356.25º | 0.45% | 0.21% | - |
| HSV(B) | 356.25º | 0.62% | 0.3% | - |
| XYZ | 3.76 | 2.56 | 1.66 | - |
| YUV | 43.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 32 | 0 | 0.62 | 0.58 | 0.70 | 356.25 | 0.45 | 0.21 |
| Hex | 4D | 1D | 20 | 0 | 3E | 3A | 46 | 164 | 2D | 15 |
| Octal | 115 | 35 | 40 | 0 | 76 | 72 | 106 | 544 | 55 | 25 |
| Binary | 1001101 | 11101 | 100000 | 0 | 111110 | 111010 | 1000110 | 101100100 | 101101 | 10101 |
Color Harmonies of #4D1D20
Complementary color
Monochromatic Colors of #4D1D20
Black with #4D1D20
Text Example
Text Example
White with #4D1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D20; }
p { color: rgb(77,29,32); }
H1.HeaderClassName
{
color: #4D1D20;
}
.AnyTagClassName
{
color: #4D1D20;
}
</style>
background-color css
<style>
a { background-color: #4D1D20; }
a { background-color: rgb(77,29,32); }
div.DivClassName
{
background-color: #4D1D20;
}
.BgClassName
{
background-color: #4D1D20;
}
</style>
border-color css
<style>
span { border-color: #4D1D20; }
span { border-color: rgb(77,29,32); }
td.TdClassName
{
border-color: #4D1D20;
}
.TagClassName
{
border-color: #4D1D20;
}
</style>