Shades of Bordeaux #4E0F1E
Tints of Bordeaux #4E0F1E
RGB
CMYK
RGB Variations
Color information
#4E0F1E (or 0x4E0F1E) is known color: Bordeaux. HEX triplet: 4E, 0F and 1E. RGB value is (78,15,30). Sum of RGB (Red+Green+Blue) = 78+15+30=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F1E is #B1F0E1. Grayscale: #232323. Windows color (decimal): -11661538 or 1969998. OLE color: 1969998.
HSL color Cylindrical-coordinate representation of color #4E0F1E: hue angle of 345.71º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F1E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 30 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.69 |
| HSL | 345.71º | 0.68% | 0.18% | - |
| HSV(B) | 345.71º | 0.81% | 0.31% | - |
| XYZ | 3.55 | 2.06 | 1.44 | - |
| YUV | 35.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 30 | 0 | 0.81 | 0.62 | 0.69 | 345.71 | 0.68 | 0.18 |
| Hex | 4E | F | 1E | 0 | 51 | 3E | 45 | 15A | 44 | 12 |
| Octal | 116 | 17 | 36 | 0 | 121 | 76 | 105 | 532 | 104 | 22 |
| Binary | 1001110 | 1111 | 11110 | 0 | 1010001 | 111110 | 1000101 | 101011010 | 1000100 | 10010 |
Color Harmonies of #4E0F1E
Complementary color
Monochromatic Colors of #4E0F1E
Black with #4E0F1E
Text Example
Text Example
White with #4E0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F1E; }
p { color: rgb(78,15,30); }
H1.HeaderClassName
{
color: #4E0F1E;
}
.AnyTagClassName
{
color: #4E0F1E;
}
</style>
background-color css
<style>
a { background-color: #4E0F1E; }
a { background-color: rgb(78,15,30); }
div.DivClassName
{
background-color: #4E0F1E;
}
.BgClassName
{
background-color: #4E0F1E;
}
</style>
border-color css
<style>
span { border-color: #4E0F1E; }
span { border-color: rgb(78,15,30); }
td.TdClassName
{
border-color: #4E0F1E;
}
.TagClassName
{
border-color: #4E0F1E;
}
</style>