Shades of Bordeaux #4E0F1C
Tints of Bordeaux #4E0F1C
RGB
CMYK
RGB Variations
Color information
#4E0F1C (or 0x4E0F1C) is known color: Bordeaux. HEX triplet: 4E, 0F and 1C. RGB value is (78,15,28). Sum of RGB (Red+Green+Blue) = 78+15+28=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F1C is #B1F0E3. Grayscale: #232323. Windows color (decimal): -11661540 or 1838926. OLE color: 1838926.
HSL color Cylindrical-coordinate representation of color #4E0F1C: hue angle of 347.62º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F1C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 28 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.69 |
| HSL | 347.62º | 0.68% | 0.18% | - |
| HSV(B) | 347.62º | 0.81% | 0.31% | - |
| XYZ | 3.52 | 2.05 | 1.31 | - |
| YUV | 35.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 28 | 0 | 0.81 | 0.64 | 0.69 | 347.62 | 0.68 | 0.18 |
| Hex | 4E | F | 1C | 0 | 51 | 40 | 45 | 15C | 44 | 12 |
| Octal | 116 | 17 | 34 | 0 | 121 | 100 | 105 | 534 | 104 | 22 |
| Binary | 1001110 | 1111 | 11100 | 0 | 1010001 | 1000000 | 1000101 | 101011100 | 1000100 | 10010 |
Color Harmonies of #4E0F1C
Complementary color
Monochromatic Colors of #4E0F1C
Black with #4E0F1C
Text Example
Text Example
White with #4E0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F1C; }
p { color: rgb(78,15,28); }
H1.HeaderClassName
{
color: #4E0F1C;
}
.AnyTagClassName
{
color: #4E0F1C;
}
</style>
background-color css
<style>
a { background-color: #4E0F1C; }
a { background-color: rgb(78,15,28); }
div.DivClassName
{
background-color: #4E0F1C;
}
.BgClassName
{
background-color: #4E0F1C;
}
</style>
border-color css
<style>
span { border-color: #4E0F1C; }
span { border-color: rgb(78,15,28); }
td.TdClassName
{
border-color: #4E0F1C;
}
.TagClassName
{
border-color: #4E0F1C;
}
</style>