Shades of Bordeaux #4E051E
Tints of Bordeaux #4E051E
RGB
CMYK
RGB Variations
Color information
#4E051E (or 0x4E051E) is known color: Bordeaux. HEX triplet: 4E, 05 and 1E. RGB value is (78,5,30). Sum of RGB (Red+Green+Blue) = 78+5+30=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051E is #B1FAE1. Grayscale: #1D1D1D. Windows color (decimal): -11664098 or 1967438. OLE color: 1967438.
HSL color Cylindrical-coordinate representation of color #4E051E: hue angle of 339.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E051E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 30 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.69 |
| HSL | 339.45º | 0.88% | 0.16% | - |
| HSV(B) | 339.45º | 0.94% | 0.31% | - |
| XYZ | 3.43 | 1.82 | 1.4 | - |
| YUV | 29.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 30 | 0 | 0.94 | 0.62 | 0.69 | 339.45 | 0.88 | 0.16 |
| Hex | 4E | 5 | 1E | 0 | 5E | 3E | 45 | 153 | 58 | 10 |
| Octal | 116 | 5 | 36 | 0 | 136 | 76 | 105 | 523 | 130 | 20 |
| Binary | 1001110 | 101 | 11110 | 0 | 1011110 | 111110 | 1000101 | 101010011 | 1011000 | 10000 |
Color Harmonies of #4E051E
Complementary color
Monochromatic Colors of #4E051E
Black with #4E051E
Text Example
Text Example
White with #4E051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E051E; }
p { color: rgb(78,5,30); }
H1.HeaderClassName
{
color: #4E051E;
}
.AnyTagClassName
{
color: #4E051E;
}
</style>
background-color css
<style>
a { background-color: #4E051E; }
a { background-color: rgb(78,5,30); }
div.DivClassName
{
background-color: #4E051E;
}
.BgClassName
{
background-color: #4E051E;
}
</style>
border-color css
<style>
span { border-color: #4E051E; }
span { border-color: rgb(78,5,30); }
td.TdClassName
{
border-color: #4E051E;
}
.TagClassName
{
border-color: #4E051E;
}
</style>