Shades of Bordeaux #4E041E
Tints of Bordeaux #4E041E
RGB
CMYK
RGB Variations
Color information
#4E041E (or 0x4E041E) is known color: Bordeaux. HEX triplet: 4E, 04 and 1E. RGB value is (78,4,30). Sum of RGB (Red+Green+Blue) = 78+4+30=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E041E is #B1FBE1. Grayscale: #1D1D1D. Windows color (decimal): -11664354 or 1967182. OLE color: 1967182.
HSL color Cylindrical-coordinate representation of color #4E041E: hue angle of 338.92º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E041E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 30 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.69 |
| HSL | 338.92º | 0.9% | 0.16% | - |
| HSV(B) | 338.92º | 0.95% | 0.31% | - |
| XYZ | 3.42 | 1.8 | 1.4 | - |
| YUV | 29.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 30 | 0 | 0.95 | 0.62 | 0.69 | 338.92 | 0.9 | 0.16 |
| Hex | 4E | 4 | 1E | 0 | 5F | 3E | 45 | 153 | 5A | 10 |
| Octal | 116 | 4 | 36 | 0 | 137 | 76 | 105 | 523 | 132 | 20 |
| Binary | 1001110 | 100 | 11110 | 0 | 1011111 | 111110 | 1000101 | 101010011 | 1011010 | 10000 |
Color Harmonies of #4E041E
Complementary color
Monochromatic Colors of #4E041E
Black with #4E041E
Text Example
Text Example
White with #4E041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E041E; }
p { color: rgb(78,4,30); }
H1.HeaderClassName
{
color: #4E041E;
}
.AnyTagClassName
{
color: #4E041E;
}
</style>
background-color css
<style>
a { background-color: #4E041E; }
a { background-color: rgb(78,4,30); }
div.DivClassName
{
background-color: #4E041E;
}
.BgClassName
{
background-color: #4E041E;
}
</style>
border-color css
<style>
span { border-color: #4E041E; }
span { border-color: rgb(78,4,30); }
td.TdClassName
{
border-color: #4E041E;
}
.TagClassName
{
border-color: #4E041E;
}
</style>