Shades of Bordeaux #4E1F2C
Tints of Bordeaux #4E1F2C
RGB
CMYK
RGB Variations
Color information
#4E1F2C (or 0x4E1F2C) is known color: Bordeaux. HEX triplet: 4E, 1F and 2C. RGB value is (78,31,44). Sum of RGB (Red+Green+Blue) = 78+31+44=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F2C is #B1E0D3. Grayscale: #2E2E2E. Windows color (decimal): -11657428 or 2891598. OLE color: 2891598.
HSL color Cylindrical-coordinate representation of color #4E1F2C: hue angle of 343.4º 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 #4E1F2C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 44 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.69 |
| HSL | 343.4º | 0.43% | 0.21% | - |
| HSV(B) | 343.4º | 0.6% | 0.31% | - |
| XYZ | 4.09 | 2.78 | 2.7 | - |
| YUV | 46.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 44 | 0 | 0.60 | 0.44 | 0.69 | 343.4 | 0.43 | 0.21 |
| Hex | 4E | 1F | 2C | 0 | 3C | 2C | 45 | 157 | 2B | 15 |
| Octal | 116 | 37 | 54 | 0 | 74 | 54 | 105 | 527 | 53 | 25 |
| Binary | 1001110 | 11111 | 101100 | 0 | 111100 | 101100 | 1000101 | 101010111 | 101011 | 10101 |
Color Harmonies of #4E1F2C
Complementary color
Monochromatic Colors of #4E1F2C
Black with #4E1F2C
Text Example
Text Example
White with #4E1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F2C; }
p { color: rgb(78,31,44); }
H1.HeaderClassName
{
color: #4E1F2C;
}
.AnyTagClassName
{
color: #4E1F2C;
}
</style>
background-color css
<style>
a { background-color: #4E1F2C; }
a { background-color: rgb(78,31,44); }
div.DivClassName
{
background-color: #4E1F2C;
}
.BgClassName
{
background-color: #4E1F2C;
}
</style>
border-color css
<style>
span { border-color: #4E1F2C; }
span { border-color: rgb(78,31,44); }
td.TdClassName
{
border-color: #4E1F2C;
}
.TagClassName
{
border-color: #4E1F2C;
}
</style>