Shades of Bordeaux #4D051B
Tints of Bordeaux #4D051B
RGB
CMYK
RGB Variations
Color information
#4D051B (or 0x4D051B) is known color: Bordeaux. HEX triplet: 4D, 05 and 1B. RGB value is (77,5,27). Sum of RGB (Red+Green+Blue) = 77+5+27=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051B is #B2FAE4. Grayscale: #1D1D1D. Windows color (decimal): -11729637 or 1770829. OLE color: 1770829.
HSL color Cylindrical-coordinate representation of color #4D051B: hue angle of 341.67º 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 #4D051B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 27 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.70 |
| HSL | 341.67º | 0.88% | 0.16% | - |
| HSV(B) | 341.67º | 0.94% | 0.3% | - |
| XYZ | 3.31 | 1.77 | 1.2 | - |
| YUV | 29.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 27 | 0 | 0.94 | 0.65 | 0.70 | 341.67 | 0.88 | 0.16 |
| Hex | 4D | 5 | 1B | 0 | 5E | 41 | 46 | 156 | 58 | 10 |
| Octal | 115 | 5 | 33 | 0 | 136 | 101 | 106 | 526 | 130 | 20 |
| Binary | 1001101 | 101 | 11011 | 0 | 1011110 | 1000001 | 1000110 | 101010110 | 1011000 | 10000 |
Color Harmonies of #4D051B
Complementary color
Monochromatic Colors of #4D051B
Black with #4D051B
Text Example
Text Example
White with #4D051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D051B; }
p { color: rgb(77,5,27); }
H1.HeaderClassName
{
color: #4D051B;
}
.AnyTagClassName
{
color: #4D051B;
}
</style>
background-color css
<style>
a { background-color: #4D051B; }
a { background-color: rgb(77,5,27); }
div.DivClassName
{
background-color: #4D051B;
}
.BgClassName
{
background-color: #4D051B;
}
</style>
border-color css
<style>
span { border-color: #4D051B; }
span { border-color: rgb(77,5,27); }
td.TdClassName
{
border-color: #4D051B;
}
.TagClassName
{
border-color: #4D051B;
}
</style>