Shades of Bordeaux #4E2128
Tints of Bordeaux #4E2128
RGB
CMYK
RGB Variations
Color information
#4E2128 (or 0x4E2128) is known color: Bordeaux. HEX triplet: 4E, 21 and 28. RGB value is (78,33,40). Sum of RGB (Red+Green+Blue) = 78+33+40=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2128 is #B1DED7. Grayscale: #2F2F2F. Windows color (decimal): -11656920 or 2629966. OLE color: 2629966.
HSL color Cylindrical-coordinate representation of color #4E2128: hue angle of 350.67º 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 #4E2128 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 40 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.69 |
| HSL | 350.67º | 0.41% | 0.22% | - |
| HSV(B) | 350.67º | 0.58% | 0.31% | - |
| XYZ | 4.07 | 2.86 | 2.35 | - |
| YUV | 47.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 40 | 0 | 0.58 | 0.49 | 0.69 | 350.67 | 0.41 | 0.22 |
| Hex | 4E | 21 | 28 | 0 | 3A | 31 | 45 | 15F | 29 | 16 |
| Octal | 116 | 41 | 50 | 0 | 72 | 61 | 105 | 537 | 51 | 26 |
| Binary | 1001110 | 100001 | 101000 | 0 | 111010 | 110001 | 1000101 | 101011111 | 101001 | 10110 |
Color Harmonies of #4E2128
Complementary color
Monochromatic Colors of #4E2128
Black with #4E2128
Text Example
Text Example
White with #4E2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2128; }
p { color: rgb(78,33,40); }
H1.HeaderClassName
{
color: #4E2128;
}
.AnyTagClassName
{
color: #4E2128;
}
</style>
background-color css
<style>
a { background-color: #4E2128; }
a { background-color: rgb(78,33,40); }
div.DivClassName
{
background-color: #4E2128;
}
.BgClassName
{
background-color: #4E2128;
}
</style>
border-color css
<style>
span { border-color: #4E2128; }
span { border-color: rgb(78,33,40); }
td.TdClassName
{
border-color: #4E2128;
}
.TagClassName
{
border-color: #4E2128;
}
</style>