Shades of Bordeaux #4E2127
Tints of Bordeaux #4E2127
RGB
CMYK
RGB Variations
Color information
#4E2127 (or 0x4E2127) is known color: Bordeaux. HEX triplet: 4E, 21 and 27. RGB value is (78,33,39). Sum of RGB (Red+Green+Blue) = 78+33+39=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2127 is #B1DED8. Grayscale: #2F2F2F. Windows color (decimal): -11656921 or 2564430. OLE color: 2564430.
HSL color Cylindrical-coordinate representation of color #4E2127: hue angle of 352º 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 #4E2127 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 39 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.69 |
| HSL | 352º | 0.41% | 0.22% | - |
| HSV(B) | 352º | 0.58% | 0.31% | - |
| XYZ | 4.05 | 2.85 | 2.26 | - |
| YUV | 47.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 39 | 0 | 0.58 | 0.50 | 0.69 | 352 | 0.41 | 0.22 |
| Hex | 4E | 21 | 27 | 0 | 3A | 32 | 45 | 160 | 29 | 16 |
| Octal | 116 | 41 | 47 | 0 | 72 | 62 | 105 | 540 | 51 | 26 |
| Binary | 1001110 | 100001 | 100111 | 0 | 111010 | 110010 | 1000101 | 101100000 | 101001 | 10110 |
Color Harmonies of #4E2127
Complementary color
Monochromatic Colors of #4E2127
Black with #4E2127
Text Example
Text Example
White with #4E2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2127; }
p { color: rgb(78,33,39); }
H1.HeaderClassName
{
color: #4E2127;
}
.AnyTagClassName
{
color: #4E2127;
}
</style>
background-color css
<style>
a { background-color: #4E2127; }
a { background-color: rgb(78,33,39); }
div.DivClassName
{
background-color: #4E2127;
}
.BgClassName
{
background-color: #4E2127;
}
</style>
border-color css
<style>
span { border-color: #4E2127; }
span { border-color: rgb(78,33,39); }
td.TdClassName
{
border-color: #4E2127;
}
.TagClassName
{
border-color: #4E2127;
}
</style>