Shades of Bordeaux #4E091C
Tints of Bordeaux #4E091C
RGB
CMYK
RGB Variations
Color information
#4E091C (or 0x4E091C) is known color: Bordeaux. HEX triplet: 4E, 09 and 1C. RGB value is (78,9,28). Sum of RGB (Red+Green+Blue) = 78+9+28=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E091C is #B1F6E3. Grayscale: #1F1F1F. Windows color (decimal): -11663076 or 1837390. OLE color: 1837390.
HSL color Cylindrical-coordinate representation of color #4E091C: hue angle of 343.48º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E091C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 28 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.69 |
| HSL | 343.48º | 0.79% | 0.17% | - |
| HSV(B) | 343.48º | 0.88% | 0.31% | - |
| XYZ | 3.45 | 1.9 | 1.28 | - |
| YUV | 31.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 28 | 0 | 0.88 | 0.64 | 0.69 | 343.48 | 0.79 | 0.17 |
| Hex | 4E | 9 | 1C | 0 | 58 | 40 | 45 | 157 | 4F | 11 |
| Octal | 116 | 11 | 34 | 0 | 130 | 100 | 105 | 527 | 117 | 21 |
| Binary | 1001110 | 1001 | 11100 | 0 | 1011000 | 1000000 | 1000101 | 101010111 | 1001111 | 10001 |
Color Harmonies of #4E091C
Complementary color
Monochromatic Colors of #4E091C
Black with #4E091C
Text Example
Text Example
White with #4E091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E091C; }
p { color: rgb(78,9,28); }
H1.HeaderClassName
{
color: #4E091C;
}
.AnyTagClassName
{
color: #4E091C;
}
</style>
background-color css
<style>
a { background-color: #4E091C; }
a { background-color: rgb(78,9,28); }
div.DivClassName
{
background-color: #4E091C;
}
.BgClassName
{
background-color: #4E091C;
}
</style>
border-color css
<style>
span { border-color: #4E091C; }
span { border-color: rgb(78,9,28); }
td.TdClassName
{
border-color: #4E091C;
}
.TagClassName
{
border-color: #4E091C;
}
</style>