Shades of Bordeaux #4E0215
Tints of Bordeaux #4E0215
RGB
CMYK
RGB Variations
Color information
#4E0215 (or 0x4E0215) is known color: Bordeaux. HEX triplet: 4E, 02 and 15. RGB value is (78,2,21). Sum of RGB (Red+Green+Blue) = 78+2+21=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0215 is #B1FDEA. Grayscale: #1A1A1A. Windows color (decimal): -11664875 or 1376846. OLE color: 1376846.
HSL color Cylindrical-coordinate representation of color #4E0215: hue angle of 345º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0215 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 21 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.69 |
| HSL | 345º | 0.95% | 0.16% | - |
| HSV(B) | 345º | 0.97% | 0.31% | - |
| XYZ | 3.3 | 1.72 | 0.87 | - |
| YUV | 26.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 21 | 0 | 0.97 | 0.73 | 0.69 | 345 | 0.95 | 0.16 |
| Hex | 4E | 2 | 15 | 0 | 61 | 49 | 45 | 159 | 5F | 10 |
| Octal | 116 | 2 | 25 | 0 | 141 | 111 | 105 | 531 | 137 | 20 |
| Binary | 1001110 | 10 | 10101 | 0 | 1100001 | 1001001 | 1000101 | 101011001 | 1011111 | 10000 |
Color Harmonies of #4E0215
Complementary color
Monochromatic Colors of #4E0215
Black with #4E0215
Text Example
Text Example
White with #4E0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0215; }
p { color: rgb(78,2,21); }
H1.HeaderClassName
{
color: #4E0215;
}
.AnyTagClassName
{
color: #4E0215;
}
</style>
background-color css
<style>
a { background-color: #4E0215; }
a { background-color: rgb(78,2,21); }
div.DivClassName
{
background-color: #4E0215;
}
.BgClassName
{
background-color: #4E0215;
}
</style>
border-color css
<style>
span { border-color: #4E0215; }
span { border-color: rgb(78,2,21); }
td.TdClassName
{
border-color: #4E0215;
}
.TagClassName
{
border-color: #4E0215;
}
</style>