Shades of Bordeaux #4E1F28
Tints of Bordeaux #4E1F28
RGB
CMYK
RGB Variations
Color information
#4E1F28 (or 0x4E1F28) is known color: Bordeaux. HEX triplet: 4E, 1F and 28. RGB value is (78,31,40). Sum of RGB (Red+Green+Blue) = 78+31+40=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F28 is #B1E0D7. Grayscale: #2E2E2E. Windows color (decimal): -11657432 or 2629454. OLE color: 2629454.
HSL color Cylindrical-coordinate representation of color #4E1F28: hue angle of 348.51º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F28 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 40 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.69 |
| HSL | 348.51º | 0.43% | 0.21% | - |
| HSV(B) | 348.51º | 0.6% | 0.31% | - |
| XYZ | 4.01 | 2.75 | 2.33 | - |
| YUV | 46.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 40 | 0 | 0.60 | 0.49 | 0.69 | 348.51 | 0.43 | 0.21 |
| Hex | 4E | 1F | 28 | 0 | 3C | 31 | 45 | 15D | 2B | 15 |
| Octal | 116 | 37 | 50 | 0 | 74 | 61 | 105 | 535 | 53 | 25 |
| Binary | 1001110 | 11111 | 101000 | 0 | 111100 | 110001 | 1000101 | 101011101 | 101011 | 10101 |
Color Harmonies of #4E1F28
Complementary color
Monochromatic Colors of #4E1F28
Black with #4E1F28
Text Example
Text Example
White with #4E1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F28; }
p { color: rgb(78,31,40); }
H1.HeaderClassName
{
color: #4E1F28;
}
.AnyTagClassName
{
color: #4E1F28;
}
</style>
background-color css
<style>
a { background-color: #4E1F28; }
a { background-color: rgb(78,31,40); }
div.DivClassName
{
background-color: #4E1F28;
}
.BgClassName
{
background-color: #4E1F28;
}
</style>
border-color css
<style>
span { border-color: #4E1F28; }
span { border-color: rgb(78,31,40); }
td.TdClassName
{
border-color: #4E1F28;
}
.TagClassName
{
border-color: #4E1F28;
}
</style>