Shades of Bordeaux #4E0F21
Tints of Bordeaux #4E0F21
RGB
CMYK
RGB Variations
Color information
#4E0F21 (or 0x4E0F21) is known color: Bordeaux. HEX triplet: 4E, 0F and 21. RGB value is (78,15,33). Sum of RGB (Red+Green+Blue) = 78+15+33=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F21 is #B1F0DE. Grayscale: #232323. Windows color (decimal): -11661535 or 2166606. OLE color: 2166606.
HSL color Cylindrical-coordinate representation of color #4E0F21: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F21 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 33 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.69 |
| HSL | 342.86º | 0.68% | 0.18% | - |
| HSV(B) | 342.86º | 0.81% | 0.31% | - |
| XYZ | 3.59 | 2.07 | 1.65 | - |
| YUV | 35.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 33 | 0 | 0.81 | 0.58 | 0.69 | 342.86 | 0.68 | 0.18 |
| Hex | 4E | F | 21 | 0 | 51 | 3A | 45 | 157 | 44 | 12 |
| Octal | 116 | 17 | 41 | 0 | 121 | 72 | 105 | 527 | 104 | 22 |
| Binary | 1001110 | 1111 | 100001 | 0 | 1010001 | 111010 | 1000101 | 101010111 | 1000100 | 10010 |
Color Harmonies of #4E0F21
Complementary color
Monochromatic Colors of #4E0F21
Black with #4E0F21
Text Example
Text Example
White with #4E0F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F21; }
p { color: rgb(78,15,33); }
H1.HeaderClassName
{
color: #4E0F21;
}
.AnyTagClassName
{
color: #4E0F21;
}
</style>
background-color css
<style>
a { background-color: #4E0F21; }
a { background-color: rgb(78,15,33); }
div.DivClassName
{
background-color: #4E0F21;
}
.BgClassName
{
background-color: #4E0F21;
}
</style>
border-color css
<style>
span { border-color: #4E0F21; }
span { border-color: rgb(78,15,33); }
td.TdClassName
{
border-color: #4E0F21;
}
.TagClassName
{
border-color: #4E0F21;
}
</style>