Shades of Bordeaux #4E101A
Tints of Bordeaux #4E101A
RGB
CMYK
RGB Variations
Color information
#4E101A (or 0x4E101A) is known color: Bordeaux. HEX triplet: 4E, 10 and 1A. RGB value is (78,16,26). Sum of RGB (Red+Green+Blue) = 78+16+26=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E101A is #B1EFE5. Grayscale: #232323. Windows color (decimal): -11661286 or 1708110. OLE color: 1708110.
HSL color Cylindrical-coordinate representation of color #4E101A: hue angle of 350.32º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E101A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 26 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.69 |
| HSL | 350.32º | 0.66% | 0.18% | - |
| HSV(B) | 350.32º | 0.79% | 0.31% | - |
| XYZ | 3.51 | 2.06 | 1.19 | - |
| YUV | 35.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 26 | 0 | 0.79 | 0.67 | 0.69 | 350.32 | 0.66 | 0.18 |
| Hex | 4E | 10 | 1A | 0 | 4F | 43 | 45 | 15E | 42 | 12 |
| Octal | 116 | 20 | 32 | 0 | 117 | 103 | 105 | 536 | 102 | 22 |
| Binary | 1001110 | 10000 | 11010 | 0 | 1001111 | 1000011 | 1000101 | 101011110 | 1000010 | 10010 |
Color Harmonies of #4E101A
Complementary color
Monochromatic Colors of #4E101A
Black with #4E101A
Text Example
Text Example
White with #4E101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E101A; }
p { color: rgb(78,16,26); }
H1.HeaderClassName
{
color: #4E101A;
}
.AnyTagClassName
{
color: #4E101A;
}
</style>
background-color css
<style>
a { background-color: #4E101A; }
a { background-color: rgb(78,16,26); }
div.DivClassName
{
background-color: #4E101A;
}
.BgClassName
{
background-color: #4E101A;
}
</style>
border-color css
<style>
span { border-color: #4E101A; }
span { border-color: rgb(78,16,26); }
td.TdClassName
{
border-color: #4E101A;
}
.TagClassName
{
border-color: #4E101A;
}
</style>