Shades of Bordeaux #4D0C20
Tints of Bordeaux #4D0C20
RGB
CMYK
RGB Variations
Color information
#4D0C20 (or 0x4D0C20) is known color: Bordeaux. HEX triplet: 4D, 0C and 20. RGB value is (77,12,32). Sum of RGB (Red+Green+Blue) = 77+12+32=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C20 is #B2F3DF. Grayscale: #212121. Windows color (decimal): -11727840 or 2100301. OLE color: 2100301.
HSL color Cylindrical-coordinate representation of color #4D0C20: hue angle of 341.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C20 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 32 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.70 |
| HSL | 341.54º | 0.73% | 0.17% | - |
| HSV(B) | 341.54º | 0.84% | 0.3% | - |
| XYZ | 3.45 | 1.95 | 1.56 | - |
| YUV | 33.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 32 | 0 | 0.84 | 0.58 | 0.70 | 341.54 | 0.73 | 0.17 |
| Hex | 4D | C | 20 | 0 | 54 | 3A | 46 | 156 | 49 | 11 |
| Octal | 115 | 14 | 40 | 0 | 124 | 72 | 106 | 526 | 111 | 21 |
| Binary | 1001101 | 1100 | 100000 | 0 | 1010100 | 111010 | 1000110 | 101010110 | 1001001 | 10001 |
Color Harmonies of #4D0C20
Complementary color
Monochromatic Colors of #4D0C20
Black with #4D0C20
Text Example
Text Example
White with #4D0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C20; }
p { color: rgb(77,12,32); }
H1.HeaderClassName
{
color: #4D0C20;
}
.AnyTagClassName
{
color: #4D0C20;
}
</style>
background-color css
<style>
a { background-color: #4D0C20; }
a { background-color: rgb(77,12,32); }
div.DivClassName
{
background-color: #4D0C20;
}
.BgClassName
{
background-color: #4D0C20;
}
</style>
border-color css
<style>
span { border-color: #4D0C20; }
span { border-color: rgb(77,12,32); }
td.TdClassName
{
border-color: #4D0C20;
}
.TagClassName
{
border-color: #4D0C20;
}
</style>