Shades of Bordeaux #4E0619
Tints of Bordeaux #4E0619
RGB
CMYK
RGB Variations
Color information
#4E0619 (or 0x4E0619) is known color: Bordeaux. HEX triplet: 4E, 06 and 19. RGB value is (78,6,25). Sum of RGB (Red+Green+Blue) = 78+6+25=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0619 is #B1F9E6. Grayscale: #1D1D1D. Windows color (decimal): -11663847 or 1640014. OLE color: 1640014.
HSL color Cylindrical-coordinate representation of color #4E0619: hue angle of 344.17º 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 #4E0619 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 25 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.69 |
| HSL | 344.17º | 0.86% | 0.16% | - |
| HSV(B) | 344.17º | 0.92% | 0.31% | - |
| XYZ | 3.38 | 1.82 | 1.09 | - |
| YUV | 29.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 25 | 0 | 0.92 | 0.68 | 0.69 | 344.17 | 0.86 | 0.16 |
| Hex | 4E | 6 | 19 | 0 | 5C | 44 | 45 | 158 | 56 | 10 |
| Octal | 116 | 6 | 31 | 0 | 134 | 104 | 105 | 530 | 126 | 20 |
| Binary | 1001110 | 110 | 11001 | 0 | 1011100 | 1000100 | 1000101 | 101011000 | 1010110 | 10000 |
Color Harmonies of #4E0619
Complementary color
Monochromatic Colors of #4E0619
Black with #4E0619
Text Example
Text Example
White with #4E0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0619; }
p { color: rgb(78,6,25); }
H1.HeaderClassName
{
color: #4E0619;
}
.AnyTagClassName
{
color: #4E0619;
}
</style>
background-color css
<style>
a { background-color: #4E0619; }
a { background-color: rgb(78,6,25); }
div.DivClassName
{
background-color: #4E0619;
}
.BgClassName
{
background-color: #4E0619;
}
</style>
border-color css
<style>
span { border-color: #4E0619; }
span { border-color: rgb(78,6,25); }
td.TdClassName
{
border-color: #4E0619;
}
.TagClassName
{
border-color: #4E0619;
}
</style>