Shades of Bordeaux #4E001B
Tints of Bordeaux #4E001B
RGB
CMYK
RGB Variations
Color information
#4E001B (or 0x4E001B) is known color: Bordeaux. HEX triplet: 4E, 00 and 1B. RGB value is (78,0,27). Sum of RGB (Red+Green+Blue) = 78+0+27=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E001B is #B1FFE4. Grayscale: #1A1A1A. Windows color (decimal): -11665381 or 1769550. OLE color: 1769550.
HSL color Cylindrical-coordinate representation of color #4E001B: hue angle of 339.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E001B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.65 | 0.69 |
| HSL | 339.23º | 1% | 0.15% | - |
| HSV(B) | 339.23º | 1% | 0.31% | - |
| XYZ | 3.34 | 1.7 | 1.19 | - |
| YUV | 26.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 27 | 0 | 1 | 0.65 | 0.69 | 339.23 | 1 | 0.15 |
| Hex | 4E | 0 | 1B | 0 | 64 | 41 | 45 | 153 | 64 | F |
| Octal | 116 | 0 | 33 | 0 | 144 | 101 | 105 | 523 | 144 | 17 |
| Binary | 1001110 | 0 | 11011 | 0 | 1100100 | 1000001 | 1000101 | 101010011 | 1100100 | 1111 |
Color Harmonies of #4E001B
Complementary color
Monochromatic Colors of #4E001B
Black with #4E001B
Text Example
Text Example
White with #4E001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E001B; }
p { color: rgb(78,0,27); }
H1.HeaderClassName
{
color: #4E001B;
}
.AnyTagClassName
{
color: #4E001B;
}
</style>
background-color css
<style>
a { background-color: #4E001B; }
a { background-color: rgb(78,0,27); }
div.DivClassName
{
background-color: #4E001B;
}
.BgClassName
{
background-color: #4E001B;
}
</style>
border-color css
<style>
span { border-color: #4E001B; }
span { border-color: rgb(78,0,27); }
td.TdClassName
{
border-color: #4E001B;
}
.TagClassName
{
border-color: #4E001B;
}
</style>