Shades of Bordeaux #4E222B
Tints of Bordeaux #4E222B
RGB
CMYK
RGB Variations
Color information
#4E222B (or 0x4E222B) is known color: Bordeaux. HEX triplet: 4E, 22 and 2B. RGB value is (78,34,43). Sum of RGB (Red+Green+Blue) = 78+34+43=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222B is #B1DDD4. Grayscale: #303030. Windows color (decimal): -11656661 or 2826830. OLE color: 2826830.
HSL color Cylindrical-coordinate representation of color #4E222B: hue angle of 347.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E222B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 43 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.69 |
| HSL | 347.73º | 0.39% | 0.22% | - |
| HSV(B) | 347.73º | 0.56% | 0.31% | - |
| XYZ | 4.15 | 2.94 | 2.63 | - |
| YUV | 48.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 43 | 0 | 0.56 | 0.45 | 0.69 | 347.73 | 0.39 | 0.22 |
| Hex | 4E | 22 | 2B | 0 | 38 | 2D | 45 | 15C | 27 | 16 |
| Octal | 116 | 42 | 53 | 0 | 70 | 55 | 105 | 534 | 47 | 26 |
| Binary | 1001110 | 100010 | 101011 | 0 | 111000 | 101101 | 1000101 | 101011100 | 100111 | 10110 |
Color Harmonies of #4E222B
Complementary color
Monochromatic Colors of #4E222B
Black with #4E222B
Text Example
Text Example
White with #4E222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E222B; }
p { color: rgb(78,34,43); }
H1.HeaderClassName
{
color: #4E222B;
}
.AnyTagClassName
{
color: #4E222B;
}
</style>
background-color css
<style>
a { background-color: #4E222B; }
a { background-color: rgb(78,34,43); }
div.DivClassName
{
background-color: #4E222B;
}
.BgClassName
{
background-color: #4E222B;
}
</style>
border-color css
<style>
span { border-color: #4E222B; }
span { border-color: rgb(78,34,43); }
td.TdClassName
{
border-color: #4E222B;
}
.TagClassName
{
border-color: #4E222B;
}
</style>