Shades of Bordeaux #4E071C
Tints of Bordeaux #4E071C
RGB
CMYK
RGB Variations
Color information
#4E071C (or 0x4E071C) is known color: Bordeaux. HEX triplet: 4E, 07 and 1C. RGB value is (78,7,28). Sum of RGB (Red+Green+Blue) = 78+7+28=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E071C is #B1F8E3. Grayscale: #1E1E1E. Windows color (decimal): -11663588 or 1836878. OLE color: 1836878.
HSL color Cylindrical-coordinate representation of color #4E071C: hue angle of 342.25º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E071C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 28 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.69 |
| HSL | 342.25º | 0.84% | 0.17% | - |
| HSV(B) | 342.25º | 0.91% | 0.31% | - |
| XYZ | 3.43 | 1.86 | 1.28 | - |
| YUV | 30.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 28 | 0 | 0.91 | 0.64 | 0.69 | 342.25 | 0.84 | 0.17 |
| Hex | 4E | 7 | 1C | 0 | 5B | 40 | 45 | 156 | 54 | 11 |
| Octal | 116 | 7 | 34 | 0 | 133 | 100 | 105 | 526 | 124 | 21 |
| Binary | 1001110 | 111 | 11100 | 0 | 1011011 | 1000000 | 1000101 | 101010110 | 1010100 | 10001 |
Color Harmonies of #4E071C
Complementary color
Monochromatic Colors of #4E071C
Black with #4E071C
Text Example
Text Example
White with #4E071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E071C; }
p { color: rgb(78,7,28); }
H1.HeaderClassName
{
color: #4E071C;
}
.AnyTagClassName
{
color: #4E071C;
}
</style>
background-color css
<style>
a { background-color: #4E071C; }
a { background-color: rgb(78,7,28); }
div.DivClassName
{
background-color: #4E071C;
}
.BgClassName
{
background-color: #4E071C;
}
</style>
border-color css
<style>
span { border-color: #4E071C; }
span { border-color: rgb(78,7,28); }
td.TdClassName
{
border-color: #4E071C;
}
.TagClassName
{
border-color: #4E071C;
}
</style>