Shades of Bordeaux #4E011E
Tints of Bordeaux #4E011E
RGB
CMYK
RGB Variations
Color information
#4E011E (or 0x4E011E) is known color: Bordeaux. HEX triplet: 4E, 01 and 1E. RGB value is (78,1,30). Sum of RGB (Red+Green+Blue) = 78+1+30=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E011E is #B1FEE1. Grayscale: #1B1B1B. Windows color (decimal): -11665122 or 1966414. OLE color: 1966414.
HSL color Cylindrical-coordinate representation of color #4E011E: hue angle of 337.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E011E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.69 |
| HSL | 337.4º | 0.97% | 0.15% | - |
| HSV(B) | 337.4º | 0.99% | 0.31% | - |
| XYZ | 3.39 | 1.74 | 1.38 | - |
| YUV | 27.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 30 | 0 | 0.99 | 0.62 | 0.69 | 337.4 | 0.97 | 0.15 |
| Hex | 4E | 1 | 1E | 0 | 63 | 3E | 45 | 151 | 61 | F |
| Octal | 116 | 1 | 36 | 0 | 143 | 76 | 105 | 521 | 141 | 17 |
| Binary | 1001110 | 1 | 11110 | 0 | 1100011 | 111110 | 1000101 | 101010001 | 1100001 | 1111 |
Color Harmonies of #4E011E
Complementary color
Monochromatic Colors of #4E011E
Black with #4E011E
Text Example
Text Example
White with #4E011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E011E; }
p { color: rgb(78,1,30); }
H1.HeaderClassName
{
color: #4E011E;
}
.AnyTagClassName
{
color: #4E011E;
}
</style>
background-color css
<style>
a { background-color: #4E011E; }
a { background-color: rgb(78,1,30); }
div.DivClassName
{
background-color: #4E011E;
}
.BgClassName
{
background-color: #4E011E;
}
</style>
border-color css
<style>
span { border-color: #4E011E; }
span { border-color: rgb(78,1,30); }
td.TdClassName
{
border-color: #4E011E;
}
.TagClassName
{
border-color: #4E011E;
}
</style>