Shades of Bordeaux #4E0914
Tints of Bordeaux #4E0914
RGB
CMYK
RGB Variations
Color information
#4E0914 (or 0x4E0914) is known color: Bordeaux. HEX triplet: 4E, 09 and 14. RGB value is (78,9,20). Sum of RGB (Red+Green+Blue) = 78+9+20=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0914 is #B1F6EB. Grayscale: #1E1E1E. Windows color (decimal): -11663084 or 1313102. OLE color: 1313102.
HSL color Cylindrical-coordinate representation of color #4E0914: hue angle of 350.43º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0914 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 20 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.69 |
| HSL | 350.43º | 0.79% | 0.17% | - |
| HSV(B) | 350.43º | 0.88% | 0.31% | - |
| XYZ | 3.37 | 1.87 | 0.84 | - |
| YUV | 30.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 20 | 0 | 0.88 | 0.74 | 0.69 | 350.43 | 0.79 | 0.17 |
| Hex | 4E | 9 | 14 | 0 | 58 | 4A | 45 | 15E | 4F | 11 |
| Octal | 116 | 11 | 24 | 0 | 130 | 112 | 105 | 536 | 117 | 21 |
| Binary | 1001110 | 1001 | 10100 | 0 | 1011000 | 1001010 | 1000101 | 101011110 | 1001111 | 10001 |
Color Harmonies of #4E0914
Complementary color
Monochromatic Colors of #4E0914
Black with #4E0914
Text Example
Text Example
White with #4E0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0914; }
p { color: rgb(78,9,20); }
H1.HeaderClassName
{
color: #4E0914;
}
.AnyTagClassName
{
color: #4E0914;
}
</style>
background-color css
<style>
a { background-color: #4E0914; }
a { background-color: rgb(78,9,20); }
div.DivClassName
{
background-color: #4E0914;
}
.BgClassName
{
background-color: #4E0914;
}
</style>
border-color css
<style>
span { border-color: #4E0914; }
span { border-color: rgb(78,9,20); }
td.TdClassName
{
border-color: #4E0914;
}
.TagClassName
{
border-color: #4E0914;
}
</style>