Shades of Bordeaux #4E0E1B
Tints of Bordeaux #4E0E1B
RGB
CMYK
RGB Variations
Color information
#4E0E1B (or 0x4E0E1B) is known color: Bordeaux. HEX triplet: 4E, 0E and 1B. RGB value is (78,14,27). Sum of RGB (Red+Green+Blue) = 78+14+27=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E1B is #B1F1E4. Grayscale: #222222. Windows color (decimal): -11661797 or 1773134. OLE color: 1773134.
HSL color Cylindrical-coordinate representation of color #4E0E1B: hue angle of 347.81º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E1B is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 27 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.69 |
| HSL | 347.81º | 0.7% | 0.18% | - |
| HSV(B) | 347.81º | 0.82% | 0.31% | - |
| XYZ | 3.5 | 2.01 | 1.24 | - |
| YUV | 34.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 27 | 0 | 0.82 | 0.65 | 0.69 | 347.81 | 0.7 | 0.18 |
| Hex | 4E | E | 1B | 0 | 52 | 41 | 45 | 15C | 46 | 12 |
| Octal | 116 | 16 | 33 | 0 | 122 | 101 | 105 | 534 | 106 | 22 |
| Binary | 1001110 | 1110 | 11011 | 0 | 1010010 | 1000001 | 1000101 | 101011100 | 1000110 | 10010 |
Color Harmonies of #4E0E1B
Complementary color
Monochromatic Colors of #4E0E1B
Black with #4E0E1B
Text Example
Text Example
White with #4E0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E1B; }
p { color: rgb(78,14,27); }
H1.HeaderClassName
{
color: #4E0E1B;
}
.AnyTagClassName
{
color: #4E0E1B;
}
</style>
background-color css
<style>
a { background-color: #4E0E1B; }
a { background-color: rgb(78,14,27); }
div.DivClassName
{
background-color: #4E0E1B;
}
.BgClassName
{
background-color: #4E0E1B;
}
</style>
border-color css
<style>
span { border-color: #4E0E1B; }
span { border-color: rgb(78,14,27); }
td.TdClassName
{
border-color: #4E0E1B;
}
.TagClassName
{
border-color: #4E0E1B;
}
</style>