Shades of Bordeaux #4E1D2B
Tints of Bordeaux #4E1D2B
RGB
CMYK
RGB Variations
Color information
#4E1D2B (or 0x4E1D2B) is known color: Bordeaux. HEX triplet: 4E, 1D and 2B. RGB value is (78,29,43). Sum of RGB (Red+Green+Blue) = 78+29+43=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D2B is #B1E2D4. Grayscale: #2D2D2D. Windows color (decimal): -11657941 or 2825550. OLE color: 2825550.
HSL color Cylindrical-coordinate representation of color #4E1D2B: hue angle of 342.86º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D2B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 43 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.69 |
| HSL | 342.86º | 0.46% | 0.21% | - |
| HSV(B) | 342.86º | 0.63% | 0.31% | - |
| XYZ | 4.02 | 2.67 | 2.59 | - |
| YUV | 45.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 43 | 0 | 0.63 | 0.45 | 0.69 | 342.86 | 0.46 | 0.21 |
| Hex | 4E | 1D | 2B | 0 | 3F | 2D | 45 | 157 | 2E | 15 |
| Octal | 116 | 35 | 53 | 0 | 77 | 55 | 105 | 527 | 56 | 25 |
| Binary | 1001110 | 11101 | 101011 | 0 | 111111 | 101101 | 1000101 | 101010111 | 101110 | 10101 |
Color Harmonies of #4E1D2B
Complementary color
Monochromatic Colors of #4E1D2B
Black with #4E1D2B
Text Example
Text Example
White with #4E1D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D2B; }
p { color: rgb(78,29,43); }
H1.HeaderClassName
{
color: #4E1D2B;
}
.AnyTagClassName
{
color: #4E1D2B;
}
</style>
background-color css
<style>
a { background-color: #4E1D2B; }
a { background-color: rgb(78,29,43); }
div.DivClassName
{
background-color: #4E1D2B;
}
.BgClassName
{
background-color: #4E1D2B;
}
</style>
border-color css
<style>
span { border-color: #4E1D2B; }
span { border-color: rgb(78,29,43); }
td.TdClassName
{
border-color: #4E1D2B;
}
.TagClassName
{
border-color: #4E1D2B;
}
</style>