Shades of Bordeaux #4E051A
Tints of Bordeaux #4E051A
RGB
CMYK
RGB Variations
Color information
#4E051A (or 0x4E051A) is known color: Bordeaux. HEX triplet: 4E, 05 and 1A. RGB value is (78,5,26). Sum of RGB (Red+Green+Blue) = 78+5+26=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051A is #B1FAE5. Grayscale: #1D1D1D. Windows color (decimal): -11664102 or 1705294. OLE color: 1705294.
HSL color Cylindrical-coordinate representation of color #4E051A: hue angle of 342.74º 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 #4E051A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 26 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.69 |
| HSL | 342.74º | 0.88% | 0.16% | - |
| HSV(B) | 342.74º | 0.94% | 0.31% | - |
| XYZ | 3.38 | 1.8 | 1.15 | - |
| YUV | 29.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 26 | 0 | 0.94 | 0.67 | 0.69 | 342.74 | 0.88 | 0.16 |
| Hex | 4E | 5 | 1A | 0 | 5E | 43 | 45 | 157 | 58 | 10 |
| Octal | 116 | 5 | 32 | 0 | 136 | 103 | 105 | 527 | 130 | 20 |
| Binary | 1001110 | 101 | 11010 | 0 | 1011110 | 1000011 | 1000101 | 101010111 | 1011000 | 10000 |
Color Harmonies of #4E051A
Complementary color
Monochromatic Colors of #4E051A
Black with #4E051A
Text Example
Text Example
White with #4E051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E051A; }
p { color: rgb(78,5,26); }
H1.HeaderClassName
{
color: #4E051A;
}
.AnyTagClassName
{
color: #4E051A;
}
</style>
background-color css
<style>
a { background-color: #4E051A; }
a { background-color: rgb(78,5,26); }
div.DivClassName
{
background-color: #4E051A;
}
.BgClassName
{
background-color: #4E051A;
}
</style>
border-color css
<style>
span { border-color: #4E051A; }
span { border-color: rgb(78,5,26); }
td.TdClassName
{
border-color: #4E051A;
}
.TagClassName
{
border-color: #4E051A;
}
</style>