Shades of Bordeaux #4E091B
Tints of Bordeaux #4E091B
RGB
CMYK
RGB Variations
Color information
#4E091B (or 0x4E091B) is known color: Bordeaux. HEX triplet: 4E, 09 and 1B. RGB value is (78,9,27). Sum of RGB (Red+Green+Blue) = 78+9+27=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E091B is #B1F6E4. Grayscale: #1F1F1F. Windows color (decimal): -11663077 or 1771854. OLE color: 1771854.
HSL color Cylindrical-coordinate representation of color #4E091B: hue angle of 344.35º 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 #4E091B is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 27 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.69 |
| HSL | 344.35º | 0.79% | 0.17% | - |
| HSV(B) | 344.35º | 0.88% | 0.31% | - |
| XYZ | 3.44 | 1.89 | 1.22 | - |
| YUV | 31.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 27 | 0 | 0.88 | 0.65 | 0.69 | 344.35 | 0.79 | 0.17 |
| Hex | 4E | 9 | 1B | 0 | 58 | 41 | 45 | 158 | 4F | 11 |
| Octal | 116 | 11 | 33 | 0 | 130 | 101 | 105 | 530 | 117 | 21 |
| Binary | 1001110 | 1001 | 11011 | 0 | 1011000 | 1000001 | 1000101 | 101011000 | 1001111 | 10001 |
Color Harmonies of #4E091B
Complementary color
Monochromatic Colors of #4E091B
Black with #4E091B
Text Example
Text Example
White with #4E091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E091B; }
p { color: rgb(78,9,27); }
H1.HeaderClassName
{
color: #4E091B;
}
.AnyTagClassName
{
color: #4E091B;
}
</style>
background-color css
<style>
a { background-color: #4E091B; }
a { background-color: rgb(78,9,27); }
div.DivClassName
{
background-color: #4E091B;
}
.BgClassName
{
background-color: #4E091B;
}
</style>
border-color css
<style>
span { border-color: #4E091B; }
span { border-color: rgb(78,9,27); }
td.TdClassName
{
border-color: #4E091B;
}
.TagClassName
{
border-color: #4E091B;
}
</style>