Shades of Bordeaux #4E051F
Tints of Bordeaux #4E051F
RGB
CMYK
RGB Variations
Color information
#4E051F (or 0x4E051F) is known color: Bordeaux. HEX triplet: 4E, 05 and 1F. RGB value is (78,5,31). Sum of RGB (Red+Green+Blue) = 78+5+31=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051F is #B1FAE0. Grayscale: #1D1D1D. Windows color (decimal): -11664097 or 2032974. OLE color: 2032974.
HSL color Cylindrical-coordinate representation of color #4E051F: hue angle of 338.63º 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 #4E051F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 31 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.69 |
| HSL | 338.63º | 0.88% | 0.16% | - |
| HSV(B) | 338.63º | 0.94% | 0.31% | - |
| XYZ | 3.44 | 1.83 | 1.47 | - |
| YUV | 29.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 31 | 0 | 0.94 | 0.60 | 0.69 | 338.63 | 0.88 | 0.16 |
| Hex | 4E | 5 | 1F | 0 | 5E | 3C | 45 | 153 | 58 | 10 |
| Octal | 116 | 5 | 37 | 0 | 136 | 74 | 105 | 523 | 130 | 20 |
| Binary | 1001110 | 101 | 11111 | 0 | 1011110 | 111100 | 1000101 | 101010011 | 1011000 | 10000 |
Color Harmonies of #4E051F
Complementary color
Monochromatic Colors of #4E051F
Black with #4E051F
Text Example
Text Example
White with #4E051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E051F; }
p { color: rgb(78,5,31); }
H1.HeaderClassName
{
color: #4E051F;
}
.AnyTagClassName
{
color: #4E051F;
}
</style>
background-color css
<style>
a { background-color: #4E051F; }
a { background-color: rgb(78,5,31); }
div.DivClassName
{
background-color: #4E051F;
}
.BgClassName
{
background-color: #4E051F;
}
</style>
border-color css
<style>
span { border-color: #4E051F; }
span { border-color: rgb(78,5,31); }
td.TdClassName
{
border-color: #4E051F;
}
.TagClassName
{
border-color: #4E051F;
}
</style>