Shades of Bordeaux #4E1D26
Tints of Bordeaux #4E1D26
RGB
CMYK
RGB Variations
Color information
#4E1D26 (or 0x4E1D26) is known color: Bordeaux. HEX triplet: 4E, 1D and 26. RGB value is (78,29,38). Sum of RGB (Red+Green+Blue) = 78+29+38=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D26 is #B1E2D9. Grayscale: #2C2C2C. Windows color (decimal): -11657946 or 2497870. OLE color: 2497870.
HSL color Cylindrical-coordinate representation of color #4E1D26: hue angle of 348.98º 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 #4E1D26 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 38 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.69 |
| HSL | 348.98º | 0.46% | 0.21% | - |
| HSV(B) | 348.98º | 0.63% | 0.31% | - |
| XYZ | 3.93 | 2.64 | 2.14 | - |
| YUV | 44.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 38 | 0 | 0.63 | 0.51 | 0.69 | 348.98 | 0.46 | 0.21 |
| Hex | 4E | 1D | 26 | 0 | 3F | 33 | 45 | 15D | 2E | 15 |
| Octal | 116 | 35 | 46 | 0 | 77 | 63 | 105 | 535 | 56 | 25 |
| Binary | 1001110 | 11101 | 100110 | 0 | 111111 | 110011 | 1000101 | 101011101 | 101110 | 10101 |
Color Harmonies of #4E1D26
Complementary color
Monochromatic Colors of #4E1D26
Black with #4E1D26
Text Example
Text Example
White with #4E1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D26; }
p { color: rgb(78,29,38); }
H1.HeaderClassName
{
color: #4E1D26;
}
.AnyTagClassName
{
color: #4E1D26;
}
</style>
background-color css
<style>
a { background-color: #4E1D26; }
a { background-color: rgb(78,29,38); }
div.DivClassName
{
background-color: #4E1D26;
}
.BgClassName
{
background-color: #4E1D26;
}
</style>
border-color css
<style>
span { border-color: #4E1D26; }
span { border-color: rgb(78,29,38); }
td.TdClassName
{
border-color: #4E1D26;
}
.TagClassName
{
border-color: #4E1D26;
}
</style>