Shades of Bordeaux #4E0B1C
Tints of Bordeaux #4E0B1C
RGB
CMYK
RGB Variations
Color information
#4E0B1C (or 0x4E0B1C) is known color: Bordeaux. HEX triplet: 4E, 0B and 1C. RGB value is (78,11,28). Sum of RGB (Red+Green+Blue) = 78+11+28=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B1C is #B1F4E3. Grayscale: #202020. Windows color (decimal): -11662564 or 1837902. OLE color: 1837902.
HSL color Cylindrical-coordinate representation of color #4E0B1C: hue angle of 344.78º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B1C is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 28 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.69 |
| HSL | 344.78º | 0.75% | 0.17% | - |
| HSV(B) | 344.78º | 0.86% | 0.31% | - |
| XYZ | 3.47 | 1.94 | 1.29 | - |
| YUV | 32.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 28 | 0 | 0.86 | 0.64 | 0.69 | 344.78 | 0.75 | 0.17 |
| Hex | 4E | B | 1C | 0 | 56 | 40 | 45 | 159 | 4B | 11 |
| Octal | 116 | 13 | 34 | 0 | 126 | 100 | 105 | 531 | 113 | 21 |
| Binary | 1001110 | 1011 | 11100 | 0 | 1010110 | 1000000 | 1000101 | 101011001 | 1001011 | 10001 |
Color Harmonies of #4E0B1C
Complementary color
Monochromatic Colors of #4E0B1C
Black with #4E0B1C
Text Example
Text Example
White with #4E0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B1C; }
p { color: rgb(78,11,28); }
H1.HeaderClassName
{
color: #4E0B1C;
}
.AnyTagClassName
{
color: #4E0B1C;
}
</style>
background-color css
<style>
a { background-color: #4E0B1C; }
a { background-color: rgb(78,11,28); }
div.DivClassName
{
background-color: #4E0B1C;
}
.BgClassName
{
background-color: #4E0B1C;
}
</style>
border-color css
<style>
span { border-color: #4E0B1C; }
span { border-color: rgb(78,11,28); }
td.TdClassName
{
border-color: #4E0B1C;
}
.TagClassName
{
border-color: #4E0B1C;
}
</style>