Shades of Bordeaux #4E1E2B
Tints of Bordeaux #4E1E2B
RGB
CMYK
RGB Variations
Color information
#4E1E2B (or 0x4E1E2B) is known color: Bordeaux. HEX triplet: 4E, 1E and 2B. RGB value is (78,30,43). Sum of RGB (Red+Green+Blue) = 78+30+43=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E2B is #B1E1D4. Grayscale: #2D2D2D. Windows color (decimal): -11657685 or 2825806. OLE color: 2825806.
HSL color Cylindrical-coordinate representation of color #4E1E2B: hue angle of 343.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E2B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 43 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.69 |
| HSL | 343.75º | 0.44% | 0.21% | - |
| HSV(B) | 343.75º | 0.62% | 0.31% | - |
| XYZ | 4.04 | 2.72 | 2.6 | - |
| YUV | 45.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 43 | 0 | 0.62 | 0.45 | 0.69 | 343.75 | 0.44 | 0.21 |
| Hex | 4E | 1E | 2B | 0 | 3E | 2D | 45 | 158 | 2C | 15 |
| Octal | 116 | 36 | 53 | 0 | 76 | 55 | 105 | 530 | 54 | 25 |
| Binary | 1001110 | 11110 | 101011 | 0 | 111110 | 101101 | 1000101 | 101011000 | 101100 | 10101 |
Color Harmonies of #4E1E2B
Complementary color
Monochromatic Colors of #4E1E2B
Black with #4E1E2B
Text Example
Text Example
White with #4E1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E2B; }
p { color: rgb(78,30,43); }
H1.HeaderClassName
{
color: #4E1E2B;
}
.AnyTagClassName
{
color: #4E1E2B;
}
</style>
background-color css
<style>
a { background-color: #4E1E2B; }
a { background-color: rgb(78,30,43); }
div.DivClassName
{
background-color: #4E1E2B;
}
.BgClassName
{
background-color: #4E1E2B;
}
</style>
border-color css
<style>
span { border-color: #4E1E2B; }
span { border-color: rgb(78,30,43); }
td.TdClassName
{
border-color: #4E1E2B;
}
.TagClassName
{
border-color: #4E1E2B;
}
</style>