Shades of Bordeaux #4E1423
Tints of Bordeaux #4E1423
RGB
CMYK
RGB Variations
Color information
#4E1423 (or 0x4E1423) is known color: Bordeaux. HEX triplet: 4E, 14 and 23. RGB value is (78,20,35). Sum of RGB (Red+Green+Blue) = 78+20+35=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1423 is #B1EBDC. Grayscale: #272727. Windows color (decimal): -11660253 or 2298958. OLE color: 2298958.
HSL color Cylindrical-coordinate representation of color #4E1423: hue angle of 344.48º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1423 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 35 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.69 |
| HSL | 344.48º | 0.59% | 0.19% | - |
| HSV(B) | 344.48º | 0.74% | 0.31% | - |
| XYZ | 3.7 | 2.24 | 1.83 | - |
| YUV | 39.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 35 | 0 | 0.74 | 0.55 | 0.69 | 344.48 | 0.59 | 0.19 |
| Hex | 4E | 14 | 23 | 0 | 4A | 37 | 45 | 158 | 3B | 13 |
| Octal | 116 | 24 | 43 | 0 | 112 | 67 | 105 | 530 | 73 | 23 |
| Binary | 1001110 | 10100 | 100011 | 0 | 1001010 | 110111 | 1000101 | 101011000 | 111011 | 10011 |
Color Harmonies of #4E1423
Complementary color
Monochromatic Colors of #4E1423
Black with #4E1423
Text Example
Text Example
White with #4E1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1423; }
p { color: rgb(78,20,35); }
H1.HeaderClassName
{
color: #4E1423;
}
.AnyTagClassName
{
color: #4E1423;
}
</style>
background-color css
<style>
a { background-color: #4E1423; }
a { background-color: rgb(78,20,35); }
div.DivClassName
{
background-color: #4E1423;
}
.BgClassName
{
background-color: #4E1423;
}
</style>
border-color css
<style>
span { border-color: #4E1423; }
span { border-color: rgb(78,20,35); }
td.TdClassName
{
border-color: #4E1423;
}
.TagClassName
{
border-color: #4E1423;
}
</style>