Shades of Bordeaux #4E1326
Tints of Bordeaux #4E1326
RGB
CMYK
RGB Variations
Color information
#4E1326 (or 0x4E1326) is known color: Bordeaux. HEX triplet: 4E, 13 and 26. RGB value is (78,19,38). Sum of RGB (Red+Green+Blue) = 78+19+38=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1326 is #B1ECD9. Grayscale: #262626. Windows color (decimal): -11660506 or 2495310. OLE color: 2495310.
HSL color Cylindrical-coordinate representation of color #4E1326: hue angle of 340.68º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1326 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 38 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.69 |
| HSL | 340.68º | 0.61% | 0.19% | - |
| HSV(B) | 340.68º | 0.76% | 0.31% | - |
| XYZ | 3.72 | 2.23 | 2.07 | - |
| YUV | 38.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 38 | 0 | 0.76 | 0.51 | 0.69 | 340.68 | 0.61 | 0.19 |
| Hex | 4E | 13 | 26 | 0 | 4C | 33 | 45 | 155 | 3D | 13 |
| Octal | 116 | 23 | 46 | 0 | 114 | 63 | 105 | 525 | 75 | 23 |
| Binary | 1001110 | 10011 | 100110 | 0 | 1001100 | 110011 | 1000101 | 101010101 | 111101 | 10011 |
Color Harmonies of #4E1326
Complementary color
Monochromatic Colors of #4E1326
Black with #4E1326
Text Example
Text Example
White with #4E1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1326; }
p { color: rgb(78,19,38); }
H1.HeaderClassName
{
color: #4E1326;
}
.AnyTagClassName
{
color: #4E1326;
}
</style>
background-color css
<style>
a { background-color: #4E1326; }
a { background-color: rgb(78,19,38); }
div.DivClassName
{
background-color: #4E1326;
}
.BgClassName
{
background-color: #4E1326;
}
</style>
border-color css
<style>
span { border-color: #4E1326; }
span { border-color: rgb(78,19,38); }
td.TdClassName
{
border-color: #4E1326;
}
.TagClassName
{
border-color: #4E1326;
}
</style>