Shades of Bordeaux #4E1827
Tints of Bordeaux #4E1827
RGB
CMYK
RGB Variations
Color information
#4E1827 (or 0x4E1827) is known color: Bordeaux. HEX triplet: 4E, 18 and 27. RGB value is (78,24,39). Sum of RGB (Red+Green+Blue) = 78+24+39=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1827 is #B1E7D8. Grayscale: #292929. Windows color (decimal): -11659225 or 2562126. OLE color: 2562126.
HSL color Cylindrical-coordinate representation of color #4E1827: hue angle of 343.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1827 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 39 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.69 |
| HSL | 343.33º | 0.53% | 0.2% | - |
| HSV(B) | 343.33º | 0.69% | 0.31% | - |
| XYZ | 3.83 | 2.42 | 2.18 | - |
| YUV | 41.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 39 | 0 | 0.69 | 0.50 | 0.69 | 343.33 | 0.53 | 0.2 |
| Hex | 4E | 18 | 27 | 0 | 45 | 32 | 45 | 157 | 35 | 14 |
| Octal | 116 | 30 | 47 | 0 | 105 | 62 | 105 | 527 | 65 | 24 |
| Binary | 1001110 | 11000 | 100111 | 0 | 1000101 | 110010 | 1000101 | 101010111 | 110101 | 10100 |
Color Harmonies of #4E1827
Complementary color
Monochromatic Colors of #4E1827
Black with #4E1827
Text Example
Text Example
White with #4E1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1827; }
p { color: rgb(78,24,39); }
H1.HeaderClassName
{
color: #4E1827;
}
.AnyTagClassName
{
color: #4E1827;
}
</style>
background-color css
<style>
a { background-color: #4E1827; }
a { background-color: rgb(78,24,39); }
div.DivClassName
{
background-color: #4E1827;
}
.BgClassName
{
background-color: #4E1827;
}
</style>
border-color css
<style>
span { border-color: #4E1827; }
span { border-color: rgb(78,24,39); }
td.TdClassName
{
border-color: #4E1827;
}
.TagClassName
{
border-color: #4E1827;
}
</style>