Shades of Bordeaux #4E202A
Tints of Bordeaux #4E202A
RGB
CMYK
RGB Variations
Color information
#4E202A (or 0x4E202A) is known color: Bordeaux. HEX triplet: 4E, 20 and 2A. RGB value is (78,32,42). Sum of RGB (Red+Green+Blue) = 78+32+42=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202A is #B1DFD5. Grayscale: #2E2E2E. Windows color (decimal): -11657174 or 2760782. OLE color: 2760782.
HSL color Cylindrical-coordinate representation of color #4E202A: hue angle of 346.96º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 42 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.69 |
| HSL | 346.96º | 0.42% | 0.22% | - |
| HSV(B) | 346.96º | 0.59% | 0.31% | - |
| XYZ | 4.08 | 2.82 | 2.52 | - |
| YUV | 46.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 42 | 0 | 0.59 | 0.46 | 0.69 | 346.96 | 0.42 | 0.22 |
| Hex | 4E | 20 | 2A | 0 | 3B | 2E | 45 | 15B | 2A | 16 |
| Octal | 116 | 40 | 52 | 0 | 73 | 56 | 105 | 533 | 52 | 26 |
| Binary | 1001110 | 100000 | 101010 | 0 | 111011 | 101110 | 1000101 | 101011011 | 101010 | 10110 |
Color Harmonies of #4E202A
Complementary color
Monochromatic Colors of #4E202A
Black with #4E202A
Text Example
Text Example
White with #4E202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E202A; }
p { color: rgb(78,32,42); }
H1.HeaderClassName
{
color: #4E202A;
}
.AnyTagClassName
{
color: #4E202A;
}
</style>
background-color css
<style>
a { background-color: #4E202A; }
a { background-color: rgb(78,32,42); }
div.DivClassName
{
background-color: #4E202A;
}
.BgClassName
{
background-color: #4E202A;
}
</style>
border-color css
<style>
span { border-color: #4E202A; }
span { border-color: rgb(78,32,42); }
td.TdClassName
{
border-color: #4E202A;
}
.TagClassName
{
border-color: #4E202A;
}
</style>