Shades of Bordeaux #4D051F
Tints of Bordeaux #4D051F
RGB
CMYK
RGB Variations
Color information
#4D051F (or 0x4D051F) is known color: Bordeaux. HEX triplet: 4D, 05 and 1F. RGB value is (77,5,31). Sum of RGB (Red+Green+Blue) = 77+5+31=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051F is #B2FAE0. Grayscale: #1D1D1D. Windows color (decimal): -11729633 or 2032973. OLE color: 2032973.
HSL color Cylindrical-coordinate representation of color #4D051F: hue angle of 338.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D051F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 31 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.70 |
| HSL | 338.33º | 0.88% | 0.16% | - |
| HSV(B) | 338.33º | 0.94% | 0.3% | - |
| XYZ | 3.36 | 1.79 | 1.46 | - |
| YUV | 29.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 31 | 0 | 0.94 | 0.60 | 0.70 | 338.33 | 0.88 | 0.16 |
| Hex | 4D | 5 | 1F | 0 | 5E | 3C | 46 | 152 | 58 | 10 |
| Octal | 115 | 5 | 37 | 0 | 136 | 74 | 106 | 522 | 130 | 20 |
| Binary | 1001101 | 101 | 11111 | 0 | 1011110 | 111100 | 1000110 | 101010010 | 1011000 | 10000 |
Color Harmonies of #4D051F
Complementary color
Monochromatic Colors of #4D051F
Black with #4D051F
Text Example
Text Example
White with #4D051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D051F; }
p { color: rgb(77,5,31); }
H1.HeaderClassName
{
color: #4D051F;
}
.AnyTagClassName
{
color: #4D051F;
}
</style>
background-color css
<style>
a { background-color: #4D051F; }
a { background-color: rgb(77,5,31); }
div.DivClassName
{
background-color: #4D051F;
}
.BgClassName
{
background-color: #4D051F;
}
</style>
border-color css
<style>
span { border-color: #4D051F; }
span { border-color: rgb(77,5,31); }
td.TdClassName
{
border-color: #4D051F;
}
.TagClassName
{
border-color: #4D051F;
}
</style>