Shades of Bordeaux #4E051B
Tints of Bordeaux #4E051B
RGB
CMYK
RGB Variations
Color information
#4E051B (or 0x4E051B) is known color: Bordeaux. HEX triplet: 4E, 05 and 1B. RGB value is (78,5,27). Sum of RGB (Red+Green+Blue) = 78+5+27=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051B is #B1FAE4. Grayscale: #1D1D1D. Windows color (decimal): -11664101 or 1770830. OLE color: 1770830.
HSL color Cylindrical-coordinate representation of color #4E051B: hue angle of 341.92º 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 #4E051B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 27 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.69 |
| HSL | 341.92º | 0.88% | 0.16% | - |
| HSV(B) | 341.92º | 0.94% | 0.31% | - |
| XYZ | 3.39 | 1.81 | 1.21 | - |
| YUV | 29.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 27 | 0 | 0.94 | 0.65 | 0.69 | 341.92 | 0.88 | 0.16 |
| Hex | 4E | 5 | 1B | 0 | 5E | 41 | 45 | 156 | 58 | 10 |
| Octal | 116 | 5 | 33 | 0 | 136 | 101 | 105 | 526 | 130 | 20 |
| Binary | 1001110 | 101 | 11011 | 0 | 1011110 | 1000001 | 1000101 | 101010110 | 1011000 | 10000 |
Color Harmonies of #4E051B
Complementary color
Monochromatic Colors of #4E051B
Black with #4E051B
Text Example
Text Example
White with #4E051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E051B; }
p { color: rgb(78,5,27); }
H1.HeaderClassName
{
color: #4E051B;
}
.AnyTagClassName
{
color: #4E051B;
}
</style>
background-color css
<style>
a { background-color: #4E051B; }
a { background-color: rgb(78,5,27); }
div.DivClassName
{
background-color: #4E051B;
}
.BgClassName
{
background-color: #4E051B;
}
</style>
border-color css
<style>
span { border-color: #4E051B; }
span { border-color: rgb(78,5,27); }
td.TdClassName
{
border-color: #4E051B;
}
.TagClassName
{
border-color: #4E051B;
}
</style>