Shades of Bordeaux #4E1529
Tints of Bordeaux #4E1529
RGB
CMYK
RGB Variations
Color information
#4E1529 (or 0x4E1529) is known color: Bordeaux. HEX triplet: 4E, 15 and 29. RGB value is (78,21,41). Sum of RGB (Red+Green+Blue) = 78+21+41=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1529 is #B1EAD6. Grayscale: #282828. Windows color (decimal): -11659991 or 2692430. OLE color: 2692430.
HSL color Cylindrical-coordinate representation of color #4E1529: hue angle of 338.95º 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 #4E1529 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 41 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.69 |
| HSL | 338.95º | 0.58% | 0.19% | - |
| HSV(B) | 338.95º | 0.73% | 0.31% | - |
| XYZ | 3.81 | 2.32 | 2.34 | - |
| YUV | 40.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 41 | 0 | 0.73 | 0.47 | 0.69 | 338.95 | 0.58 | 0.19 |
| Hex | 4E | 15 | 29 | 0 | 49 | 2F | 45 | 153 | 3A | 13 |
| Octal | 116 | 25 | 51 | 0 | 111 | 57 | 105 | 523 | 72 | 23 |
| Binary | 1001110 | 10101 | 101001 | 0 | 1001001 | 101111 | 1000101 | 101010011 | 111010 | 10011 |
Color Harmonies of #4E1529
Complementary color
Monochromatic Colors of #4E1529
Black with #4E1529
Text Example
Text Example
White with #4E1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1529; }
p { color: rgb(78,21,41); }
H1.HeaderClassName
{
color: #4E1529;
}
.AnyTagClassName
{
color: #4E1529;
}
</style>
background-color css
<style>
a { background-color: #4E1529; }
a { background-color: rgb(78,21,41); }
div.DivClassName
{
background-color: #4E1529;
}
.BgClassName
{
background-color: #4E1529;
}
</style>
border-color css
<style>
span { border-color: #4E1529; }
span { border-color: rgb(78,21,41); }
td.TdClassName
{
border-color: #4E1529;
}
.TagClassName
{
border-color: #4E1529;
}
</style>