Shades of Bordeaux #4E1B23
Tints of Bordeaux #4E1B23
RGB
CMYK
RGB Variations
Color information
#4E1B23 (or 0x4E1B23) is known color: Bordeaux. HEX triplet: 4E, 1B and 23. RGB value is (78,27,35). Sum of RGB (Red+Green+Blue) = 78+27+35=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B23 is #B1E4DC. Grayscale: #2B2B2B. Windows color (decimal): -11658461 or 2300750. OLE color: 2300750.
HSL color Cylindrical-coordinate representation of color #4E1B23: hue angle of 350.59º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B23 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 35 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.69 |
| HSL | 350.59º | 0.49% | 0.21% | - |
| HSV(B) | 350.59º | 0.65% | 0.31% | - |
| XYZ | 3.84 | 2.52 | 1.88 | - |
| YUV | 43.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 35 | 0 | 0.65 | 0.55 | 0.69 | 350.59 | 0.49 | 0.21 |
| Hex | 4E | 1B | 23 | 0 | 41 | 37 | 45 | 15F | 31 | 15 |
| Octal | 116 | 33 | 43 | 0 | 101 | 67 | 105 | 537 | 61 | 25 |
| Binary | 1001110 | 11011 | 100011 | 0 | 1000001 | 110111 | 1000101 | 101011111 | 110001 | 10101 |
Color Harmonies of #4E1B23
Complementary color
Monochromatic Colors of #4E1B23
Black with #4E1B23
Text Example
Text Example
White with #4E1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B23; }
p { color: rgb(78,27,35); }
H1.HeaderClassName
{
color: #4E1B23;
}
.AnyTagClassName
{
color: #4E1B23;
}
</style>
background-color css
<style>
a { background-color: #4E1B23; }
a { background-color: rgb(78,27,35); }
div.DivClassName
{
background-color: #4E1B23;
}
.BgClassName
{
background-color: #4E1B23;
}
</style>
border-color css
<style>
span { border-color: #4E1B23; }
span { border-color: rgb(78,27,35); }
td.TdClassName
{
border-color: #4E1B23;
}
.TagClassName
{
border-color: #4E1B23;
}
</style>