Shades of Bordeaux #4D0A1F
Tints of Bordeaux #4D0A1F
RGB
CMYK
RGB Variations
Color information
#4D0A1F (or 0x4D0A1F) is known color: Bordeaux. HEX triplet: 4D, 0A and 1F. RGB value is (77,10,31). Sum of RGB (Red+Green+Blue) = 77+10+31=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0A1F is #B2F5E0. Grayscale: #202020. Windows color (decimal): -11728353 or 2034253. OLE color: 2034253.
HSL color Cylindrical-coordinate representation of color #4D0A1F: hue angle of 341.19º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A1F is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 31 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.70 |
| HSL | 341.19º | 0.77% | 0.17% | - |
| HSV(B) | 341.19º | 0.87% | 0.3% | - |
| XYZ | 3.42 | 1.89 | 1.48 | - |
| YUV | 32.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 31 | 0 | 0.87 | 0.60 | 0.70 | 341.19 | 0.77 | 0.17 |
| Hex | 4D | A | 1F | 0 | 57 | 3C | 46 | 155 | 4D | 11 |
| Octal | 115 | 12 | 37 | 0 | 127 | 74 | 106 | 525 | 115 | 21 |
| Binary | 1001101 | 1010 | 11111 | 0 | 1010111 | 111100 | 1000110 | 101010101 | 1001101 | 10001 |
Color Harmonies of #4D0A1F
Complementary color
Monochromatic Colors of #4D0A1F
Black with #4D0A1F
Text Example
Text Example
White with #4D0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A1F; }
p { color: rgb(77,10,31); }
H1.HeaderClassName
{
color: #4D0A1F;
}
.AnyTagClassName
{
color: #4D0A1F;
}
</style>
background-color css
<style>
a { background-color: #4D0A1F; }
a { background-color: rgb(77,10,31); }
div.DivClassName
{
background-color: #4D0A1F;
}
.BgClassName
{
background-color: #4D0A1F;
}
</style>
border-color css
<style>
span { border-color: #4D0A1F; }
span { border-color: rgb(77,10,31); }
td.TdClassName
{
border-color: #4D0A1F;
}
.TagClassName
{
border-color: #4D0A1F;
}
</style>