Shades of Bordeaux #4E0D17
Tints of Bordeaux #4E0D17
RGB
CMYK
RGB Variations
Color information
#4E0D17 (or 0x4E0D17) is known color: Bordeaux. HEX triplet: 4E, 0D and 17. RGB value is (78,13,23). Sum of RGB (Red+Green+Blue) = 78+13+23=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D17 is #B1F2E8. Grayscale: #212121. Windows color (decimal): -11662057 or 1510734. OLE color: 1510734.
HSL color Cylindrical-coordinate representation of color #4E0D17: hue angle of 350.77º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D17 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 23 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.69 |
| HSL | 350.77º | 0.71% | 0.18% | - |
| HSV(B) | 350.77º | 0.83% | 0.31% | - |
| XYZ | 3.44 | 1.97 | 1.01 | - |
| YUV | 33.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 23 | 0 | 0.83 | 0.71 | 0.69 | 350.77 | 0.71 | 0.18 |
| Hex | 4E | D | 17 | 0 | 53 | 47 | 45 | 15F | 47 | 12 |
| Octal | 116 | 15 | 27 | 0 | 123 | 107 | 105 | 537 | 107 | 22 |
| Binary | 1001110 | 1101 | 10111 | 0 | 1010011 | 1000111 | 1000101 | 101011111 | 1000111 | 10010 |
Color Harmonies of #4E0D17
Complementary color
Monochromatic Colors of #4E0D17
Black with #4E0D17
Text Example
Text Example
White with #4E0D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D17; }
p { color: rgb(78,13,23); }
H1.HeaderClassName
{
color: #4E0D17;
}
.AnyTagClassName
{
color: #4E0D17;
}
</style>
background-color css
<style>
a { background-color: #4E0D17; }
a { background-color: rgb(78,13,23); }
div.DivClassName
{
background-color: #4E0D17;
}
.BgClassName
{
background-color: #4E0D17;
}
</style>
border-color css
<style>
span { border-color: #4E0D17; }
span { border-color: rgb(78,13,23); }
td.TdClassName
{
border-color: #4E0D17;
}
.TagClassName
{
border-color: #4E0D17;
}
</style>