Shades of Bordeaux #4E151B
Tints of Bordeaux #4E151B
RGB
CMYK
RGB Variations
Color information
#4E151B (or 0x4E151B) is known color: Bordeaux. HEX triplet: 4E, 15 and 1B. RGB value is (78,21,27). Sum of RGB (Red+Green+Blue) = 78+21+27=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151B is #B1EAE4. Grayscale: #262626. Windows color (decimal): -11660005 or 1774926. OLE color: 1774926.
HSL color Cylindrical-coordinate representation of color #4E151B: hue angle of 353.68º 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 #4E151B is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 27 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.69 |
| HSL | 353.68º | 0.58% | 0.19% | - |
| HSV(B) | 353.68º | 0.73% | 0.31% | - |
| XYZ | 3.61 | 2.24 | 1.28 | - |
| YUV | 38.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 27 | 0 | 0.73 | 0.65 | 0.69 | 353.68 | 0.58 | 0.19 |
| Hex | 4E | 15 | 1B | 0 | 49 | 41 | 45 | 162 | 3A | 13 |
| Octal | 116 | 25 | 33 | 0 | 111 | 101 | 105 | 542 | 72 | 23 |
| Binary | 1001110 | 10101 | 11011 | 0 | 1001001 | 1000001 | 1000101 | 101100010 | 111010 | 10011 |
Color Harmonies of #4E151B
Complementary color
Monochromatic Colors of #4E151B
Black with #4E151B
Text Example
Text Example
White with #4E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E151B; }
p { color: rgb(78,21,27); }
H1.HeaderClassName
{
color: #4E151B;
}
.AnyTagClassName
{
color: #4E151B;
}
</style>
background-color css
<style>
a { background-color: #4E151B; }
a { background-color: rgb(78,21,27); }
div.DivClassName
{
background-color: #4E151B;
}
.BgClassName
{
background-color: #4E151B;
}
</style>
border-color css
<style>
span { border-color: #4E151B; }
span { border-color: rgb(78,21,27); }
td.TdClassName
{
border-color: #4E151B;
}
.TagClassName
{
border-color: #4E151B;
}
</style>