Shades of Bordeaux #4E1320
Tints of Bordeaux #4E1320
RGB
CMYK
RGB Variations
Color information
#4E1320 (or 0x4E1320) is known color: Bordeaux. HEX triplet: 4E, 13 and 20. RGB value is (78,19,32). Sum of RGB (Red+Green+Blue) = 78+19+32=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1320 is #B1ECDF. Grayscale: #262626. Windows color (decimal): -11660512 or 2102094. OLE color: 2102094.
HSL color Cylindrical-coordinate representation of color #4E1320: hue angle of 346.78º 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 #4E1320 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 32 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.69 |
| HSL | 346.78º | 0.61% | 0.19% | - |
| HSV(B) | 346.78º | 0.76% | 0.31% | - |
| XYZ | 3.64 | 2.19 | 1.6 | - |
| YUV | 38.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 32 | 0 | 0.76 | 0.59 | 0.69 | 346.78 | 0.61 | 0.19 |
| Hex | 4E | 13 | 20 | 0 | 4C | 3B | 45 | 15B | 3D | 13 |
| Octal | 116 | 23 | 40 | 0 | 114 | 73 | 105 | 533 | 75 | 23 |
| Binary | 1001110 | 10011 | 100000 | 0 | 1001100 | 111011 | 1000101 | 101011011 | 111101 | 10011 |
Color Harmonies of #4E1320
Complementary color
Monochromatic Colors of #4E1320
Black with #4E1320
Text Example
Text Example
White with #4E1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1320; }
p { color: rgb(78,19,32); }
H1.HeaderClassName
{
color: #4E1320;
}
.AnyTagClassName
{
color: #4E1320;
}
</style>
background-color css
<style>
a { background-color: #4E1320; }
a { background-color: rgb(78,19,32); }
div.DivClassName
{
background-color: #4E1320;
}
.BgClassName
{
background-color: #4E1320;
}
</style>
border-color css
<style>
span { border-color: #4E1320; }
span { border-color: rgb(78,19,32); }
td.TdClassName
{
border-color: #4E1320;
}
.TagClassName
{
border-color: #4E1320;
}
</style>