Shades of Bordeaux #4E1523
Tints of Bordeaux #4E1523
RGB
CMYK
RGB Variations
Color information
#4E1523 (or 0x4E1523) is known color: Bordeaux. HEX triplet: 4E, 15 and 23. RGB value is (78,21,35). Sum of RGB (Red+Green+Blue) = 78+21+35=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1523 is #B1EADC. Grayscale: #272727. Windows color (decimal): -11659997 or 2299214. OLE color: 2299214.
HSL color Cylindrical-coordinate representation of color #4E1523: hue angle of 345.26º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1523 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 35 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.69 |
| HSL | 345.26º | 0.58% | 0.19% | - |
| HSV(B) | 345.26º | 0.73% | 0.31% | - |
| XYZ | 3.71 | 2.28 | 1.83 | - |
| YUV | 39.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 35 | 0 | 0.73 | 0.55 | 0.69 | 345.26 | 0.58 | 0.19 |
| Hex | 4E | 15 | 23 | 0 | 49 | 37 | 45 | 159 | 3A | 13 |
| Octal | 116 | 25 | 43 | 0 | 111 | 67 | 105 | 531 | 72 | 23 |
| Binary | 1001110 | 10101 | 100011 | 0 | 1001001 | 110111 | 1000101 | 101011001 | 111010 | 10011 |
Color Harmonies of #4E1523
Complementary color
Monochromatic Colors of #4E1523
Black with #4E1523
Text Example
Text Example
White with #4E1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1523; }
p { color: rgb(78,21,35); }
H1.HeaderClassName
{
color: #4E1523;
}
.AnyTagClassName
{
color: #4E1523;
}
</style>
background-color css
<style>
a { background-color: #4E1523; }
a { background-color: rgb(78,21,35); }
div.DivClassName
{
background-color: #4E1523;
}
.BgClassName
{
background-color: #4E1523;
}
</style>
border-color css
<style>
span { border-color: #4E1523; }
span { border-color: rgb(78,21,35); }
td.TdClassName
{
border-color: #4E1523;
}
.TagClassName
{
border-color: #4E1523;
}
</style>