Shades of Bordeaux #4E0F1F
Tints of Bordeaux #4E0F1F
RGB
CMYK
RGB Variations
Color information
#4E0F1F (or 0x4E0F1F) is known color: Bordeaux. HEX triplet: 4E, 0F and 1F. RGB value is (78,15,31). Sum of RGB (Red+Green+Blue) = 78+15+31=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F1F is #B1F0E0. Grayscale: #232323. Windows color (decimal): -11661537 or 2035534. OLE color: 2035534.
HSL color Cylindrical-coordinate representation of color #4E0F1F: hue angle of 344.76º 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 #4E0F1F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 31 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.69 |
| HSL | 344.76º | 0.68% | 0.18% | - |
| HSV(B) | 344.76º | 0.81% | 0.31% | - |
| XYZ | 3.56 | 2.06 | 1.51 | - |
| YUV | 35.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 31 | 0 | 0.81 | 0.60 | 0.69 | 344.76 | 0.68 | 0.18 |
| Hex | 4E | F | 1F | 0 | 51 | 3C | 45 | 159 | 44 | 12 |
| Octal | 116 | 17 | 37 | 0 | 121 | 74 | 105 | 531 | 104 | 22 |
| Binary | 1001110 | 1111 | 11111 | 0 | 1010001 | 111100 | 1000101 | 101011001 | 1000100 | 10010 |
Color Harmonies of #4E0F1F
Complementary color
Monochromatic Colors of #4E0F1F
Black with #4E0F1F
Text Example
Text Example
White with #4E0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F1F; }
p { color: rgb(78,15,31); }
H1.HeaderClassName
{
color: #4E0F1F;
}
.AnyTagClassName
{
color: #4E0F1F;
}
</style>
background-color css
<style>
a { background-color: #4E0F1F; }
a { background-color: rgb(78,15,31); }
div.DivClassName
{
background-color: #4E0F1F;
}
.BgClassName
{
background-color: #4E0F1F;
}
</style>
border-color css
<style>
span { border-color: #4E0F1F; }
span { border-color: rgb(78,15,31); }
td.TdClassName
{
border-color: #4E0F1F;
}
.TagClassName
{
border-color: #4E0F1F;
}
</style>