Shades of Bordeaux #4E151A
Tints of Bordeaux #4E151A
RGB
CMYK
RGB Variations
Color information
#4E151A (or 0x4E151A) is known color: Bordeaux. HEX triplet: 4E, 15 and 1A. RGB value is (78,21,26). Sum of RGB (Red+Green+Blue) = 78+21+26=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151A is #B1EAE5. Grayscale: #262626. Windows color (decimal): -11660006 or 1709390. OLE color: 1709390.
HSL color Cylindrical-coordinate representation of color #4E151A: hue angle of 354.74º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E151A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 26 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.69 |
| HSL | 354.74º | 0.58% | 0.19% | - |
| HSV(B) | 354.74º | 0.73% | 0.31% | - |
| XYZ | 3.6 | 2.23 | 1.22 | - |
| YUV | 38.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 26 | 0 | 0.73 | 0.67 | 0.69 | 354.74 | 0.58 | 0.19 |
| Hex | 4E | 15 | 1A | 0 | 49 | 43 | 45 | 163 | 3A | 13 |
| Octal | 116 | 25 | 32 | 0 | 111 | 103 | 105 | 543 | 72 | 23 |
| Binary | 1001110 | 10101 | 11010 | 0 | 1001001 | 1000011 | 1000101 | 101100011 | 111010 | 10011 |
Color Harmonies of #4E151A
Complementary color
Monochromatic Colors of #4E151A
Black with #4E151A
Text Example
Text Example
White with #4E151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E151A; }
p { color: rgb(78,21,26); }
H1.HeaderClassName
{
color: #4E151A;
}
.AnyTagClassName
{
color: #4E151A;
}
</style>
background-color css
<style>
a { background-color: #4E151A; }
a { background-color: rgb(78,21,26); }
div.DivClassName
{
background-color: #4E151A;
}
.BgClassName
{
background-color: #4E151A;
}
</style>
border-color css
<style>
span { border-color: #4E151A; }
span { border-color: rgb(78,21,26); }
td.TdClassName
{
border-color: #4E151A;
}
.TagClassName
{
border-color: #4E151A;
}
</style>