Shades of Bordeaux #4E0919
Tints of Bordeaux #4E0919
RGB
CMYK
RGB Variations
Color information
#4E0919 (or 0x4E0919) is known color: Bordeaux. HEX triplet: 4E, 09 and 19. RGB value is (78,9,25). Sum of RGB (Red+Green+Blue) = 78+9+25=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0919 is #B1F6E6. Grayscale: #1F1F1F. Windows color (decimal): -11663079 or 1640782. OLE color: 1640782.
HSL color Cylindrical-coordinate representation of color #4E0919: hue angle of 346.09º 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 #4E0919 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 25 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.69 |
| HSL | 346.09º | 0.79% | 0.17% | - |
| HSV(B) | 346.09º | 0.88% | 0.31% | - |
| XYZ | 3.42 | 1.89 | 1.1 | - |
| YUV | 31.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 25 | 0 | 0.88 | 0.68 | 0.69 | 346.09 | 0.79 | 0.17 |
| Hex | 4E | 9 | 19 | 0 | 58 | 44 | 45 | 15A | 4F | 11 |
| Octal | 116 | 11 | 31 | 0 | 130 | 104 | 105 | 532 | 117 | 21 |
| Binary | 1001110 | 1001 | 11001 | 0 | 1011000 | 1000100 | 1000101 | 101011010 | 1001111 | 10001 |
Color Harmonies of #4E0919
Complementary color
Monochromatic Colors of #4E0919
Black with #4E0919
Text Example
Text Example
White with #4E0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0919; }
p { color: rgb(78,9,25); }
H1.HeaderClassName
{
color: #4E0919;
}
.AnyTagClassName
{
color: #4E0919;
}
</style>
background-color css
<style>
a { background-color: #4E0919; }
a { background-color: rgb(78,9,25); }
div.DivClassName
{
background-color: #4E0919;
}
.BgClassName
{
background-color: #4E0919;
}
</style>
border-color css
<style>
span { border-color: #4E0919; }
span { border-color: rgb(78,9,25); }
td.TdClassName
{
border-color: #4E0919;
}
.TagClassName
{
border-color: #4E0919;
}
</style>