Shades of Bordeaux #4E232C
Tints of Bordeaux #4E232C
RGB
CMYK
RGB Variations
Color information
#4E232C (or 0x4E232C) is known color: Bordeaux. HEX triplet: 4E, 23 and 2C. RGB value is (78,35,44). Sum of RGB (Red+Green+Blue) = 78+35+44=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232C is #B1DCD3. Grayscale: #303030. Windows color (decimal): -11656404 or 2892622. OLE color: 2892622.
HSL color Cylindrical-coordinate representation of color #4E232C: hue angle of 347.44º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E232C is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 44 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.69 |
| HSL | 347.44º | 0.38% | 0.22% | - |
| HSV(B) | 347.44º | 0.55% | 0.31% | - |
| XYZ | 4.2 | 3 | 2.74 | - |
| YUV | 48.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 44 | 0 | 0.55 | 0.44 | 0.69 | 347.44 | 0.38 | 0.22 |
| Hex | 4E | 23 | 2C | 0 | 37 | 2C | 45 | 15B | 26 | 16 |
| Octal | 116 | 43 | 54 | 0 | 67 | 54 | 105 | 533 | 46 | 26 |
| Binary | 1001110 | 100011 | 101100 | 0 | 110111 | 101100 | 1000101 | 101011011 | 100110 | 10110 |
Color Harmonies of #4E232C
Complementary color
Monochromatic Colors of #4E232C
Black with #4E232C
Text Example
Text Example
White with #4E232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E232C; }
p { color: rgb(78,35,44); }
H1.HeaderClassName
{
color: #4E232C;
}
.AnyTagClassName
{
color: #4E232C;
}
</style>
background-color css
<style>
a { background-color: #4E232C; }
a { background-color: rgb(78,35,44); }
div.DivClassName
{
background-color: #4E232C;
}
.BgClassName
{
background-color: #4E232C;
}
</style>
border-color css
<style>
span { border-color: #4E232C; }
span { border-color: rgb(78,35,44); }
td.TdClassName
{
border-color: #4E232C;
}
.TagClassName
{
border-color: #4E232C;
}
</style>