Shades of Bordeaux #4E171F
Tints of Bordeaux #4E171F
RGB
CMYK
RGB Variations
Color information
#4E171F (or 0x4E171F) is known color: Bordeaux. HEX triplet: 4E, 17 and 1F. RGB value is (78,23,31). Sum of RGB (Red+Green+Blue) = 78+23+31=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E171F is #B1E8E0. Grayscale: #282828. Windows color (decimal): -11659489 or 2037582. OLE color: 2037582.
HSL color Cylindrical-coordinate representation of color #4E171F: hue angle of 351.27º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E171F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 31 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.69 |
| HSL | 351.27º | 0.54% | 0.2% | - |
| HSV(B) | 351.27º | 0.71% | 0.31% | - |
| XYZ | 3.7 | 2.33 | 1.55 | - |
| YUV | 40.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 31 | 0 | 0.71 | 0.60 | 0.69 | 351.27 | 0.54 | 0.2 |
| Hex | 4E | 17 | 1F | 0 | 47 | 3C | 45 | 15F | 36 | 14 |
| Octal | 116 | 27 | 37 | 0 | 107 | 74 | 105 | 537 | 66 | 24 |
| Binary | 1001110 | 10111 | 11111 | 0 | 1000111 | 111100 | 1000101 | 101011111 | 110110 | 10100 |
Color Harmonies of #4E171F
Complementary color
Monochromatic Colors of #4E171F
Black with #4E171F
Text Example
Text Example
White with #4E171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E171F; }
p { color: rgb(78,23,31); }
H1.HeaderClassName
{
color: #4E171F;
}
.AnyTagClassName
{
color: #4E171F;
}
</style>
background-color css
<style>
a { background-color: #4E171F; }
a { background-color: rgb(78,23,31); }
div.DivClassName
{
background-color: #4E171F;
}
.BgClassName
{
background-color: #4E171F;
}
</style>
border-color css
<style>
span { border-color: #4E171F; }
span { border-color: rgb(78,23,31); }
td.TdClassName
{
border-color: #4E171F;
}
.TagClassName
{
border-color: #4E171F;
}
</style>