Shades of Bordeaux #4E2129
Tints of Bordeaux #4E2129
RGB
CMYK
RGB Variations
Color information
#4E2129 (or 0x4E2129) is known color: Bordeaux. HEX triplet: 4E, 21 and 29. RGB value is (78,33,41). Sum of RGB (Red+Green+Blue) = 78+33+41=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2129 is #B1DED6. Grayscale: #2F2F2F. Windows color (decimal): -11656919 or 2695502. OLE color: 2695502.
HSL color Cylindrical-coordinate representation of color #4E2129: hue angle of 349.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2129 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 41 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.69 |
| HSL | 349.33º | 0.41% | 0.22% | - |
| HSV(B) | 349.33º | 0.58% | 0.31% | - |
| XYZ | 4.09 | 2.87 | 2.44 | - |
| YUV | 47.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 41 | 0 | 0.58 | 0.47 | 0.69 | 349.33 | 0.41 | 0.22 |
| Hex | 4E | 21 | 29 | 0 | 3A | 2F | 45 | 15D | 29 | 16 |
| Octal | 116 | 41 | 51 | 0 | 72 | 57 | 105 | 535 | 51 | 26 |
| Binary | 1001110 | 100001 | 101001 | 0 | 111010 | 101111 | 1000101 | 101011101 | 101001 | 10110 |
Color Harmonies of #4E2129
Complementary color
Monochromatic Colors of #4E2129
Black with #4E2129
Text Example
Text Example
White with #4E2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2129; }
p { color: rgb(78,33,41); }
H1.HeaderClassName
{
color: #4E2129;
}
.AnyTagClassName
{
color: #4E2129;
}
</style>
background-color css
<style>
a { background-color: #4E2129; }
a { background-color: rgb(78,33,41); }
div.DivClassName
{
background-color: #4E2129;
}
.BgClassName
{
background-color: #4E2129;
}
</style>
border-color css
<style>
span { border-color: #4E2129; }
span { border-color: rgb(78,33,41); }
td.TdClassName
{
border-color: #4E2129;
}
.TagClassName
{
border-color: #4E2129;
}
</style>