Shades of Bordeaux #4E2029
Tints of Bordeaux #4E2029
RGB
CMYK
RGB Variations
Color information
#4E2029 (or 0x4E2029) is known color: Bordeaux. HEX triplet: 4E, 20 and 29. RGB value is (78,32,41). Sum of RGB (Red+Green+Blue) = 78+32+41=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2029 is #B1DFD6. Grayscale: #2E2E2E. Windows color (decimal): -11657175 or 2695246. OLE color: 2695246.
HSL color Cylindrical-coordinate representation of color #4E2029: hue angle of 348.26º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2029 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 41 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.69 |
| HSL | 348.26º | 0.42% | 0.22% | - |
| HSV(B) | 348.26º | 0.59% | 0.31% | - |
| XYZ | 4.06 | 2.81 | 2.43 | - |
| YUV | 46.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 41 | 0 | 0.59 | 0.47 | 0.69 | 348.26 | 0.42 | 0.22 |
| Hex | 4E | 20 | 29 | 0 | 3B | 2F | 45 | 15C | 2A | 16 |
| Octal | 116 | 40 | 51 | 0 | 73 | 57 | 105 | 534 | 52 | 26 |
| Binary | 1001110 | 100000 | 101001 | 0 | 111011 | 101111 | 1000101 | 101011100 | 101010 | 10110 |
Color Harmonies of #4E2029
Complementary color
Monochromatic Colors of #4E2029
Black with #4E2029
Text Example
Text Example
White with #4E2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2029; }
p { color: rgb(78,32,41); }
H1.HeaderClassName
{
color: #4E2029;
}
.AnyTagClassName
{
color: #4E2029;
}
</style>
background-color css
<style>
a { background-color: #4E2029; }
a { background-color: rgb(78,32,41); }
div.DivClassName
{
background-color: #4E2029;
}
.BgClassName
{
background-color: #4E2029;
}
</style>
border-color css
<style>
span { border-color: #4E2029; }
span { border-color: rgb(78,32,41); }
td.TdClassName
{
border-color: #4E2029;
}
.TagClassName
{
border-color: #4E2029;
}
</style>