Shades of Bordeaux #4E101E
Tints of Bordeaux #4E101E
RGB
CMYK
RGB Variations
Color information
#4E101E (or 0x4E101E) is known color: Bordeaux. HEX triplet: 4E, 10 and 1E. RGB value is (78,16,30). Sum of RGB (Red+Green+Blue) = 78+16+30=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E101E is #B1EFE1. Grayscale: #242424. Windows color (decimal): -11661282 or 1970254. OLE color: 1970254.
HSL color Cylindrical-coordinate representation of color #4E101E: hue angle of 346.45º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E101E is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 30 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.69 |
| HSL | 346.45º | 0.66% | 0.18% | - |
| HSV(B) | 346.45º | 0.79% | 0.31% | - |
| XYZ | 3.56 | 2.08 | 1.44 | - |
| YUV | 36.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 30 | 0 | 0.79 | 0.62 | 0.69 | 346.45 | 0.66 | 0.18 |
| Hex | 4E | 10 | 1E | 0 | 4F | 3E | 45 | 15A | 42 | 12 |
| Octal | 116 | 20 | 36 | 0 | 117 | 76 | 105 | 532 | 102 | 22 |
| Binary | 1001110 | 10000 | 11110 | 0 | 1001111 | 111110 | 1000101 | 101011010 | 1000010 | 10010 |
Color Harmonies of #4E101E
Complementary color
Monochromatic Colors of #4E101E
Black with #4E101E
Text Example
Text Example
White with #4E101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E101E; }
p { color: rgb(78,16,30); }
H1.HeaderClassName
{
color: #4E101E;
}
.AnyTagClassName
{
color: #4E101E;
}
</style>
background-color css
<style>
a { background-color: #4E101E; }
a { background-color: rgb(78,16,30); }
div.DivClassName
{
background-color: #4E101E;
}
.BgClassName
{
background-color: #4E101E;
}
</style>
border-color css
<style>
span { border-color: #4E101E; }
span { border-color: rgb(78,16,30); }
td.TdClassName
{
border-color: #4E101E;
}
.TagClassName
{
border-color: #4E101E;
}
</style>