Shades of Bordeaux #4E001C
Tints of Bordeaux #4E001C
RGB
CMYK
RGB Variations
Color information
#4E001C (or 0x4E001C) is known color: Bordeaux. HEX triplet: 4E, 00 and 1C. RGB value is (78,0,28). Sum of RGB (Red+Green+Blue) = 78+0+28=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E001C is #B1FFE3. Grayscale: #1A1A1A. Windows color (decimal): -11665380 or 1835086. OLE color: 1835086.
HSL color Cylindrical-coordinate representation of color #4E001C: hue angle of 338.46º 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 #4E001C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.64 | 0.69 |
| HSL | 338.46º | 1% | 0.15% | - |
| HSV(B) | 338.46º | 1% | 0.31% | - |
| XYZ | 3.35 | 1.7 | 1.25 | - |
| YUV | 26.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 28 | 0 | 1 | 0.64 | 0.69 | 338.46 | 1 | 0.15 |
| Hex | 4E | 0 | 1C | 0 | 64 | 40 | 45 | 152 | 64 | F |
| Octal | 116 | 0 | 34 | 0 | 144 | 100 | 105 | 522 | 144 | 17 |
| Binary | 1001110 | 0 | 11100 | 0 | 1100100 | 1000000 | 1000101 | 101010010 | 1100100 | 1111 |
Color Harmonies of #4E001C
Complementary color
Monochromatic Colors of #4E001C
Black with #4E001C
Text Example
Text Example
White with #4E001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E001C; }
p { color: rgb(78,0,28); }
H1.HeaderClassName
{
color: #4E001C;
}
.AnyTagClassName
{
color: #4E001C;
}
</style>
background-color css
<style>
a { background-color: #4E001C; }
a { background-color: rgb(78,0,28); }
div.DivClassName
{
background-color: #4E001C;
}
.BgClassName
{
background-color: #4E001C;
}
</style>
border-color css
<style>
span { border-color: #4E001C; }
span { border-color: rgb(78,0,28); }
td.TdClassName
{
border-color: #4E001C;
}
.TagClassName
{
border-color: #4E001C;
}
</style>