Shades of Bordeaux #4E1628
Tints of Bordeaux #4E1628
RGB
CMYK
RGB Variations
Color information
#4E1628 (or 0x4E1628) is known color: Bordeaux. HEX triplet: 4E, 16 and 28. RGB value is (78,22,40). Sum of RGB (Red+Green+Blue) = 78+22+40=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1628 is #B1E9D7. Grayscale: #282828. Windows color (decimal): -11659736 or 2627150. OLE color: 2627150.
HSL color Cylindrical-coordinate representation of color #4E1628: hue angle of 340.71º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1628 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 40 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.69 |
| HSL | 340.71º | 0.56% | 0.2% | - |
| HSV(B) | 340.71º | 0.72% | 0.31% | - |
| XYZ | 3.81 | 2.35 | 2.26 | - |
| YUV | 40.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 40 | 0 | 0.72 | 0.49 | 0.69 | 340.71 | 0.56 | 0.2 |
| Hex | 4E | 16 | 28 | 0 | 48 | 31 | 45 | 155 | 38 | 14 |
| Octal | 116 | 26 | 50 | 0 | 110 | 61 | 105 | 525 | 70 | 24 |
| Binary | 1001110 | 10110 | 101000 | 0 | 1001000 | 110001 | 1000101 | 101010101 | 111000 | 10100 |
Color Harmonies of #4E1628
Complementary color
Monochromatic Colors of #4E1628
Black with #4E1628
Text Example
Text Example
White with #4E1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1628; }
p { color: rgb(78,22,40); }
H1.HeaderClassName
{
color: #4E1628;
}
.AnyTagClassName
{
color: #4E1628;
}
</style>
background-color css
<style>
a { background-color: #4E1628; }
a { background-color: rgb(78,22,40); }
div.DivClassName
{
background-color: #4E1628;
}
.BgClassName
{
background-color: #4E1628;
}
</style>
border-color css
<style>
span { border-color: #4E1628; }
span { border-color: rgb(78,22,40); }
td.TdClassName
{
border-color: #4E1628;
}
.TagClassName
{
border-color: #4E1628;
}
</style>