Shades of Bordeaux #4E1321
Tints of Bordeaux #4E1321
RGB
CMYK
RGB Variations
Color information
#4E1321 (or 0x4E1321) is known color: Bordeaux. HEX triplet: 4E, 13 and 21. RGB value is (78,19,33). Sum of RGB (Red+Green+Blue) = 78+19+33=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1321 is #B1ECDE. Grayscale: #262626. Windows color (decimal): -11660511 or 2167630. OLE color: 2167630.
HSL color Cylindrical-coordinate representation of color #4E1321: hue angle of 345.76º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1321 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 33 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.69 |
| HSL | 345.76º | 0.61% | 0.19% | - |
| HSV(B) | 345.76º | 0.76% | 0.31% | - |
| XYZ | 3.65 | 2.2 | 1.67 | - |
| YUV | 38.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 33 | 0 | 0.76 | 0.58 | 0.69 | 345.76 | 0.61 | 0.19 |
| Hex | 4E | 13 | 21 | 0 | 4C | 3A | 45 | 15A | 3D | 13 |
| Octal | 116 | 23 | 41 | 0 | 114 | 72 | 105 | 532 | 75 | 23 |
| Binary | 1001110 | 10011 | 100001 | 0 | 1001100 | 111010 | 1000101 | 101011010 | 111101 | 10011 |
Color Harmonies of #4E1321
Complementary color
Monochromatic Colors of #4E1321
Black with #4E1321
Text Example
Text Example
White with #4E1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1321; }
p { color: rgb(78,19,33); }
H1.HeaderClassName
{
color: #4E1321;
}
.AnyTagClassName
{
color: #4E1321;
}
</style>
background-color css
<style>
a { background-color: #4E1321; }
a { background-color: rgb(78,19,33); }
div.DivClassName
{
background-color: #4E1321;
}
.BgClassName
{
background-color: #4E1321;
}
</style>
border-color css
<style>
span { border-color: #4E1321; }
span { border-color: rgb(78,19,33); }
td.TdClassName
{
border-color: #4E1321;
}
.TagClassName
{
border-color: #4E1321;
}
</style>