Shades of Bordeaux #4E1026
Tints of Bordeaux #4E1026
RGB
CMYK
RGB Variations
Color information
#4E1026 (or 0x4E1026) is known color: Bordeaux. HEX triplet: 4E, 10 and 26. RGB value is (78,16,38). Sum of RGB (Red+Green+Blue) = 78+16+38=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1026 is #B1EFD9. Grayscale: #252525. Windows color (decimal): -11661274 or 2494542. OLE color: 2494542.
HSL color Cylindrical-coordinate representation of color #4E1026: hue angle of 338.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1026 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 38 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.69 |
| HSL | 338.71º | 0.66% | 0.18% | - |
| HSV(B) | 338.71º | 0.79% | 0.31% | - |
| XYZ | 3.68 | 2.13 | 2.05 | - |
| YUV | 37.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 38 | 0 | 0.79 | 0.51 | 0.69 | 338.71 | 0.66 | 0.18 |
| Hex | 4E | 10 | 26 | 0 | 4F | 33 | 45 | 153 | 42 | 12 |
| Octal | 116 | 20 | 46 | 0 | 117 | 63 | 105 | 523 | 102 | 22 |
| Binary | 1001110 | 10000 | 100110 | 0 | 1001111 | 110011 | 1000101 | 101010011 | 1000010 | 10010 |
Color Harmonies of #4E1026
Complementary color
Monochromatic Colors of #4E1026
Black with #4E1026
Text Example
Text Example
White with #4E1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1026; }
p { color: rgb(78,16,38); }
H1.HeaderClassName
{
color: #4E1026;
}
.AnyTagClassName
{
color: #4E1026;
}
</style>
background-color css
<style>
a { background-color: #4E1026; }
a { background-color: rgb(78,16,38); }
div.DivClassName
{
background-color: #4E1026;
}
.BgClassName
{
background-color: #4E1026;
}
</style>
border-color css
<style>
span { border-color: #4E1026; }
span { border-color: rgb(78,16,38); }
td.TdClassName
{
border-color: #4E1026;
}
.TagClassName
{
border-color: #4E1026;
}
</style>