Shades of Bordeaux #4D1E2B
Tints of Bordeaux #4D1E2B
RGB
CMYK
RGB Variations
Color information
#4D1E2B (or 0x4D1E2B) is known color: Bordeaux. HEX triplet: 4D, 1E and 2B. RGB value is (77,30,43). Sum of RGB (Red+Green+Blue) = 77+30+43=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E2B is #B2E1D4. Grayscale: #2D2D2D. Windows color (decimal): -11723221 or 2825805. OLE color: 2825805.
HSL color Cylindrical-coordinate representation of color #4D1E2B: hue angle of 343.4º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E2B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 43 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.70 |
| HSL | 343.4º | 0.44% | 0.21% | - |
| HSV(B) | 343.4º | 0.61% | 0.3% | - |
| XYZ | 3.96 | 2.68 | 2.59 | - |
| YUV | 45.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 43 | 0 | 0.61 | 0.44 | 0.70 | 343.4 | 0.44 | 0.21 |
| Hex | 4D | 1E | 2B | 0 | 3D | 2C | 46 | 157 | 2C | 15 |
| Octal | 115 | 36 | 53 | 0 | 75 | 54 | 106 | 527 | 54 | 25 |
| Binary | 1001101 | 11110 | 101011 | 0 | 111101 | 101100 | 1000110 | 101010111 | 101100 | 10101 |
Color Harmonies of #4D1E2B
Complementary color
Monochromatic Colors of #4D1E2B
Black with #4D1E2B
Text Example
Text Example
White with #4D1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E2B; }
p { color: rgb(77,30,43); }
H1.HeaderClassName
{
color: #4D1E2B;
}
.AnyTagClassName
{
color: #4D1E2B;
}
</style>
background-color css
<style>
a { background-color: #4D1E2B; }
a { background-color: rgb(77,30,43); }
div.DivClassName
{
background-color: #4D1E2B;
}
.BgClassName
{
background-color: #4D1E2B;
}
</style>
border-color css
<style>
span { border-color: #4D1E2B; }
span { border-color: rgb(77,30,43); }
td.TdClassName
{
border-color: #4D1E2B;
}
.TagClassName
{
border-color: #4D1E2B;
}
</style>