Shades of Bordeaux #4E061A
Tints of Bordeaux #4E061A
RGB
CMYK
RGB Variations
Color information
#4E061A (or 0x4E061A) is known color: Bordeaux. HEX triplet: 4E, 06 and 1A. RGB value is (78,6,26). Sum of RGB (Red+Green+Blue) = 78+6+26=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E061A is #B1F9E5. Grayscale: #1D1D1D. Windows color (decimal): -11663846 or 1705550. OLE color: 1705550.
HSL color Cylindrical-coordinate representation of color #4E061A: hue angle of 343.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E061A is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 26 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.69 |
| HSL | 343.33º | 0.86% | 0.16% | - |
| HSV(B) | 343.33º | 0.92% | 0.31% | - |
| XYZ | 3.39 | 1.82 | 1.15 | - |
| YUV | 29.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 26 | 0 | 0.92 | 0.67 | 0.69 | 343.33 | 0.86 | 0.16 |
| Hex | 4E | 6 | 1A | 0 | 5C | 43 | 45 | 157 | 56 | 10 |
| Octal | 116 | 6 | 32 | 0 | 134 | 103 | 105 | 527 | 126 | 20 |
| Binary | 1001110 | 110 | 11010 | 0 | 1011100 | 1000011 | 1000101 | 101010111 | 1010110 | 10000 |
Color Harmonies of #4E061A
Complementary color
Monochromatic Colors of #4E061A
Black with #4E061A
Text Example
Text Example
White with #4E061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E061A; }
p { color: rgb(78,6,26); }
H1.HeaderClassName
{
color: #4E061A;
}
.AnyTagClassName
{
color: #4E061A;
}
</style>
background-color css
<style>
a { background-color: #4E061A; }
a { background-color: rgb(78,6,26); }
div.DivClassName
{
background-color: #4E061A;
}
.BgClassName
{
background-color: #4E061A;
}
</style>
border-color css
<style>
span { border-color: #4E061A; }
span { border-color: rgb(78,6,26); }
td.TdClassName
{
border-color: #4E061A;
}
.TagClassName
{
border-color: #4E061A;
}
</style>