Shades of Bordeaux #4E1125
Tints of Bordeaux #4E1125
RGB
CMYK
RGB Variations
Color information
#4E1125 (or 0x4E1125) is known color: Bordeaux. HEX triplet: 4E, 11 and 25. RGB value is (78,17,37). Sum of RGB (Red+Green+Blue) = 78+17+37=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1125 is #B1EEDA. Grayscale: #252525. Windows color (decimal): -11661019 or 2429262. OLE color: 2429262.
HSL color Cylindrical-coordinate representation of color #4E1125: hue angle of 340.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1125 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 37 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.69 |
| HSL | 340.33º | 0.64% | 0.19% | - |
| HSV(B) | 340.33º | 0.78% | 0.31% | - |
| XYZ | 3.68 | 2.15 | 1.97 | - |
| YUV | 37.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 37 | 0 | 0.78 | 0.53 | 0.69 | 340.33 | 0.64 | 0.19 |
| Hex | 4E | 11 | 25 | 0 | 4E | 35 | 45 | 154 | 40 | 13 |
| Octal | 116 | 21 | 45 | 0 | 116 | 65 | 105 | 524 | 100 | 23 |
| Binary | 1001110 | 10001 | 100101 | 0 | 1001110 | 110101 | 1000101 | 101010100 | 1000000 | 10011 |
Color Harmonies of #4E1125
Complementary color
Monochromatic Colors of #4E1125
Black with #4E1125
Text Example
Text Example
White with #4E1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1125; }
p { color: rgb(78,17,37); }
H1.HeaderClassName
{
color: #4E1125;
}
.AnyTagClassName
{
color: #4E1125;
}
</style>
background-color css
<style>
a { background-color: #4E1125; }
a { background-color: rgb(78,17,37); }
div.DivClassName
{
background-color: #4E1125;
}
.BgClassName
{
background-color: #4E1125;
}
</style>
border-color css
<style>
span { border-color: #4E1125; }
span { border-color: rgb(78,17,37); }
td.TdClassName
{
border-color: #4E1125;
}
.TagClassName
{
border-color: #4E1125;
}
</style>