Shades of Bordeaux #4E1720
Tints of Bordeaux #4E1720
RGB
CMYK
RGB Variations
Color information
#4E1720 (or 0x4E1720) is known color: Bordeaux. HEX triplet: 4E, 17 and 20. RGB value is (78,23,32). Sum of RGB (Red+Green+Blue) = 78+23+32=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1720 is #B1E8DF. Grayscale: #282828. Windows color (decimal): -11659488 or 2103118. OLE color: 2103118.
HSL color Cylindrical-coordinate representation of color #4E1720: hue angle of 350.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1720 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 32 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.69 |
| HSL | 350.18º | 0.54% | 0.2% | - |
| HSV(B) | 350.18º | 0.71% | 0.31% | - |
| XYZ | 3.71 | 2.34 | 1.62 | - |
| YUV | 40.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 32 | 0 | 0.71 | 0.59 | 0.69 | 350.18 | 0.54 | 0.2 |
| Hex | 4E | 17 | 20 | 0 | 47 | 3B | 45 | 15E | 36 | 14 |
| Octal | 116 | 27 | 40 | 0 | 107 | 73 | 105 | 536 | 66 | 24 |
| Binary | 1001110 | 10111 | 100000 | 0 | 1000111 | 111011 | 1000101 | 101011110 | 110110 | 10100 |
Color Harmonies of #4E1720
Complementary color
Monochromatic Colors of #4E1720
Black with #4E1720
Text Example
Text Example
White with #4E1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1720; }
p { color: rgb(78,23,32); }
H1.HeaderClassName
{
color: #4E1720;
}
.AnyTagClassName
{
color: #4E1720;
}
</style>
background-color css
<style>
a { background-color: #4E1720; }
a { background-color: rgb(78,23,32); }
div.DivClassName
{
background-color: #4E1720;
}
.BgClassName
{
background-color: #4E1720;
}
</style>
border-color css
<style>
span { border-color: #4E1720; }
span { border-color: rgb(78,23,32); }
td.TdClassName
{
border-color: #4E1720;
}
.TagClassName
{
border-color: #4E1720;
}
</style>