Shades of Bordeaux #4E1829
Tints of Bordeaux #4E1829
RGB
CMYK
RGB Variations
Color information
#4E1829 (or 0x4E1829) is known color: Bordeaux. HEX triplet: 4E, 18 and 29. RGB value is (78,24,41). Sum of RGB (Red+Green+Blue) = 78+24+41=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1829 is #B1E7D6. Grayscale: #2A2A2A. Windows color (decimal): -11659223 or 2693198. OLE color: 2693198.
HSL color Cylindrical-coordinate representation of color #4E1829: hue angle of 341.11º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1829 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 41 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.69 |
| HSL | 341.11º | 0.53% | 0.2% | - |
| HSV(B) | 341.11º | 0.69% | 0.31% | - |
| XYZ | 3.87 | 2.43 | 2.36 | - |
| YUV | 42.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 41 | 0 | 0.69 | 0.47 | 0.69 | 341.11 | 0.53 | 0.2 |
| Hex | 4E | 18 | 29 | 0 | 45 | 2F | 45 | 155 | 35 | 14 |
| Octal | 116 | 30 | 51 | 0 | 105 | 57 | 105 | 525 | 65 | 24 |
| Binary | 1001110 | 11000 | 101001 | 0 | 1000101 | 101111 | 1000101 | 101010101 | 110101 | 10100 |
Color Harmonies of #4E1829
Complementary color
Monochromatic Colors of #4E1829
Black with #4E1829
Text Example
Text Example
White with #4E1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1829; }
p { color: rgb(78,24,41); }
H1.HeaderClassName
{
color: #4E1829;
}
.AnyTagClassName
{
color: #4E1829;
}
</style>
background-color css
<style>
a { background-color: #4E1829; }
a { background-color: rgb(78,24,41); }
div.DivClassName
{
background-color: #4E1829;
}
.BgClassName
{
background-color: #4E1829;
}
</style>
border-color css
<style>
span { border-color: #4E1829; }
span { border-color: rgb(78,24,41); }
td.TdClassName
{
border-color: #4E1829;
}
.TagClassName
{
border-color: #4E1829;
}
</style>