Shades of Bordeaux #4E151E
Tints of Bordeaux #4E151E
RGB
CMYK
RGB Variations
Color information
#4E151E (or 0x4E151E) is known color: Bordeaux. HEX triplet: 4E, 15 and 1E. RGB value is (78,21,30). Sum of RGB (Red+Green+Blue) = 78+21+30=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151E is #B1EAE1. Grayscale: #272727. Windows color (decimal): -11660002 or 1971534. OLE color: 1971534.
HSL color Cylindrical-coordinate representation of color #4E151E: hue angle of 350.53º 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 #4E151E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 30 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.69 |
| HSL | 350.53º | 0.58% | 0.19% | - |
| HSV(B) | 350.53º | 0.73% | 0.31% | - |
| XYZ | 3.64 | 2.25 | 1.47 | - |
| YUV | 39.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 30 | 0 | 0.73 | 0.62 | 0.69 | 350.53 | 0.58 | 0.19 |
| Hex | 4E | 15 | 1E | 0 | 49 | 3E | 45 | 15F | 3A | 13 |
| Octal | 116 | 25 | 36 | 0 | 111 | 76 | 105 | 537 | 72 | 23 |
| Binary | 1001110 | 10101 | 11110 | 0 | 1001001 | 111110 | 1000101 | 101011111 | 111010 | 10011 |
Color Harmonies of #4E151E
Complementary color
Monochromatic Colors of #4E151E
Black with #4E151E
Text Example
Text Example
White with #4E151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E151E; }
p { color: rgb(78,21,30); }
H1.HeaderClassName
{
color: #4E151E;
}
.AnyTagClassName
{
color: #4E151E;
}
</style>
background-color css
<style>
a { background-color: #4E151E; }
a { background-color: rgb(78,21,30); }
div.DivClassName
{
background-color: #4E151E;
}
.BgClassName
{
background-color: #4E151E;
}
</style>
border-color css
<style>
span { border-color: #4E151E; }
span { border-color: rgb(78,21,30); }
td.TdClassName
{
border-color: #4E151E;
}
.TagClassName
{
border-color: #4E151E;
}
</style>