Shades of Bordeaux #4E191C
Tints of Bordeaux #4E191C
RGB
CMYK
RGB Variations
Color information
#4E191C (or 0x4E191C) is known color: Bordeaux. HEX triplet: 4E, 19 and 1C. RGB value is (78,25,28). Sum of RGB (Red+Green+Blue) = 78+25+28=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E191C is #B1E6E3. Grayscale: #292929. Windows color (decimal): -11658980 or 1841486. OLE color: 1841486.
HSL color Cylindrical-coordinate representation of color #4E191C: hue angle of 356.6º 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 #4E191C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 28 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.69 |
| HSL | 356.6º | 0.51% | 0.2% | - |
| HSV(B) | 356.6º | 0.68% | 0.31% | - |
| XYZ | 3.7 | 2.4 | 1.37 | - |
| YUV | 41.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 28 | 0 | 0.68 | 0.64 | 0.69 | 356.6 | 0.51 | 0.2 |
| Hex | 4E | 19 | 1C | 0 | 44 | 40 | 45 | 165 | 33 | 14 |
| Octal | 116 | 31 | 34 | 0 | 104 | 100 | 105 | 545 | 63 | 24 |
| Binary | 1001110 | 11001 | 11100 | 0 | 1000100 | 1000000 | 1000101 | 101100101 | 110011 | 10100 |
Color Harmonies of #4E191C
Complementary color
Monochromatic Colors of #4E191C
Black with #4E191C
Text Example
Text Example
White with #4E191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E191C; }
p { color: rgb(78,25,28); }
H1.HeaderClassName
{
color: #4E191C;
}
.AnyTagClassName
{
color: #4E191C;
}
</style>
background-color css
<style>
a { background-color: #4E191C; }
a { background-color: rgb(78,25,28); }
div.DivClassName
{
background-color: #4E191C;
}
.BgClassName
{
background-color: #4E191C;
}
</style>
border-color css
<style>
span { border-color: #4E191C; }
span { border-color: rgb(78,25,28); }
td.TdClassName
{
border-color: #4E191C;
}
.TagClassName
{
border-color: #4E191C;
}
</style>