Shades of Bordeaux #4E191B
Tints of Bordeaux #4E191B
RGB
CMYK
RGB Variations
Color information
#4E191B (or 0x4E191B) is known color: Bordeaux. HEX triplet: 4E, 19 and 1B. RGB value is (78,25,27). Sum of RGB (Red+Green+Blue) = 78+25+27=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E191B is #B1E6E4. Grayscale: #292929. Windows color (decimal): -11658981 or 1775950. OLE color: 1775950.
HSL color Cylindrical-coordinate representation of color #4E191B: hue angle of 357.74º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E191B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 27 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.69 |
| HSL | 357.74º | 0.51% | 0.2% | - |
| HSV(B) | 357.74º | 0.68% | 0.31% | - |
| XYZ | 3.69 | 2.39 | 1.3 | - |
| YUV | 41.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 27 | 0 | 0.68 | 0.65 | 0.69 | 357.74 | 0.51 | 0.2 |
| Hex | 4E | 19 | 1B | 0 | 44 | 41 | 45 | 166 | 33 | 14 |
| Octal | 116 | 31 | 33 | 0 | 104 | 101 | 105 | 546 | 63 | 24 |
| Binary | 1001110 | 11001 | 11011 | 0 | 1000100 | 1000001 | 1000101 | 101100110 | 110011 | 10100 |
Color Harmonies of #4E191B
Complementary color
Monochromatic Colors of #4E191B
Black with #4E191B
Text Example
Text Example
White with #4E191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E191B; }
p { color: rgb(78,25,27); }
H1.HeaderClassName
{
color: #4E191B;
}
.AnyTagClassName
{
color: #4E191B;
}
</style>
background-color css
<style>
a { background-color: #4E191B; }
a { background-color: rgb(78,25,27); }
div.DivClassName
{
background-color: #4E191B;
}
.BgClassName
{
background-color: #4E191B;
}
</style>
border-color css
<style>
span { border-color: #4E191B; }
span { border-color: rgb(78,25,27); }
td.TdClassName
{
border-color: #4E191B;
}
.TagClassName
{
border-color: #4E191B;
}
</style>