Shades of Bordeaux #4E1A1C
Tints of Bordeaux #4E1A1C
RGB
CMYK
RGB Variations
Color information
#4E1A1C (or 0x4E1A1C) is known color: Bordeaux. HEX triplet: 4E, 1A and 1C. RGB value is (78,26,28). Sum of RGB (Red+Green+Blue) = 78+26+28=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A1C is #B1E5E3. Grayscale: #292929. Windows color (decimal): -11658724 or 1841742. OLE color: 1841742.
HSL color Cylindrical-coordinate representation of color #4E1A1C: hue angle of 357.69º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A1C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 28 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.69 |
| HSL | 357.69º | 0.5% | 0.2% | - |
| HSV(B) | 357.69º | 0.67% | 0.31% | - |
| XYZ | 3.72 | 2.44 | 1.37 | - |
| YUV | 41.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 28 | 0 | 0.67 | 0.64 | 0.69 | 357.69 | 0.5 | 0.2 |
| Hex | 4E | 1A | 1C | 0 | 43 | 40 | 45 | 166 | 32 | 14 |
| Octal | 116 | 32 | 34 | 0 | 103 | 100 | 105 | 546 | 62 | 24 |
| Binary | 1001110 | 11010 | 11100 | 0 | 1000011 | 1000000 | 1000101 | 101100110 | 110010 | 10100 |
Color Harmonies of #4E1A1C
Complementary color
Monochromatic Colors of #4E1A1C
Black with #4E1A1C
Text Example
Text Example
White with #4E1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A1C; }
p { color: rgb(78,26,28); }
H1.HeaderClassName
{
color: #4E1A1C;
}
.AnyTagClassName
{
color: #4E1A1C;
}
</style>
background-color css
<style>
a { background-color: #4E1A1C; }
a { background-color: rgb(78,26,28); }
div.DivClassName
{
background-color: #4E1A1C;
}
.BgClassName
{
background-color: #4E1A1C;
}
</style>
border-color css
<style>
span { border-color: #4E1A1C; }
span { border-color: rgb(78,26,28); }
td.TdClassName
{
border-color: #4E1A1C;
}
.TagClassName
{
border-color: #4E1A1C;
}
</style>