Shades of Bordeaux #4E1B26
Tints of Bordeaux #4E1B26
RGB
CMYK
RGB Variations
Color information
#4E1B26 (or 0x4E1B26) is known color: Bordeaux. HEX triplet: 4E, 1B and 26. RGB value is (78,27,38). Sum of RGB (Red+Green+Blue) = 78+27+38=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B26 is #B1E4D9. Grayscale: #2B2B2B. Windows color (decimal): -11658458 or 2497358. OLE color: 2497358.
HSL color Cylindrical-coordinate representation of color #4E1B26: hue angle of 347.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B26 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 38 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.69 |
| HSL | 347.06º | 0.49% | 0.21% | - |
| HSV(B) | 347.06º | 0.65% | 0.31% | - |
| XYZ | 3.88 | 2.54 | 2.12 | - |
| YUV | 43.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 38 | 0 | 0.65 | 0.51 | 0.69 | 347.06 | 0.49 | 0.21 |
| Hex | 4E | 1B | 26 | 0 | 41 | 33 | 45 | 15B | 31 | 15 |
| Octal | 116 | 33 | 46 | 0 | 101 | 63 | 105 | 533 | 61 | 25 |
| Binary | 1001110 | 11011 | 100110 | 0 | 1000001 | 110011 | 1000101 | 101011011 | 110001 | 10101 |
Color Harmonies of #4E1B26
Complementary color
Monochromatic Colors of #4E1B26
Black with #4E1B26
Text Example
Text Example
White with #4E1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B26; }
p { color: rgb(78,27,38); }
H1.HeaderClassName
{
color: #4E1B26;
}
.AnyTagClassName
{
color: #4E1B26;
}
</style>
background-color css
<style>
a { background-color: #4E1B26; }
a { background-color: rgb(78,27,38); }
div.DivClassName
{
background-color: #4E1B26;
}
.BgClassName
{
background-color: #4E1B26;
}
</style>
border-color css
<style>
span { border-color: #4E1B26; }
span { border-color: rgb(78,27,38); }
td.TdClassName
{
border-color: #4E1B26;
}
.TagClassName
{
border-color: #4E1B26;
}
</style>