Shades of Bordeaux #4E111C
Tints of Bordeaux #4E111C
RGB
CMYK
RGB Variations
Color information
#4E111C (or 0x4E111C) is known color: Bordeaux. HEX triplet: 4E, 11 and 1C. RGB value is (78,17,28). Sum of RGB (Red+Green+Blue) = 78+17+28=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111C is #B1EEE3. Grayscale: #242424. Windows color (decimal): -11661028 or 1839438. OLE color: 1839438.
HSL color Cylindrical-coordinate representation of color #4E111C: hue angle of 349.18º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E111C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 28 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.69 |
| HSL | 349.18º | 0.64% | 0.19% | - |
| HSV(B) | 349.18º | 0.78% | 0.31% | - |
| XYZ | 3.55 | 2.1 | 1.32 | - |
| YUV | 36.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 28 | 0 | 0.78 | 0.64 | 0.69 | 349.18 | 0.64 | 0.19 |
| Hex | 4E | 11 | 1C | 0 | 4E | 40 | 45 | 15D | 40 | 13 |
| Octal | 116 | 21 | 34 | 0 | 116 | 100 | 105 | 535 | 100 | 23 |
| Binary | 1001110 | 10001 | 11100 | 0 | 1001110 | 1000000 | 1000101 | 101011101 | 1000000 | 10011 |
Color Harmonies of #4E111C
Complementary color
Monochromatic Colors of #4E111C
Black with #4E111C
Text Example
Text Example
White with #4E111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E111C; }
p { color: rgb(78,17,28); }
H1.HeaderClassName
{
color: #4E111C;
}
.AnyTagClassName
{
color: #4E111C;
}
</style>
background-color css
<style>
a { background-color: #4E111C; }
a { background-color: rgb(78,17,28); }
div.DivClassName
{
background-color: #4E111C;
}
.BgClassName
{
background-color: #4E111C;
}
</style>
border-color css
<style>
span { border-color: #4E111C; }
span { border-color: rgb(78,17,28); }
td.TdClassName
{
border-color: #4E111C;
}
.TagClassName
{
border-color: #4E111C;
}
</style>