Shades of Bordeaux #4C0E1D
Tints of Bordeaux #4C0E1D
RGB
CMYK
RGB Variations
Color information
#4C0E1D (or 0x4C0E1D) is known color: Bordeaux. HEX triplet: 4C, 0E and 1D. RGB value is (76,14,29). Sum of RGB (Red+Green+Blue) = 76+14+29=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E1D is #B3F1E2. Grayscale: #222222. Windows color (decimal): -11792867 or 1904204. OLE color: 1904204.
HSL color Cylindrical-coordinate representation of color #4C0E1D: hue angle of 345.48º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E1D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 29 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.70 |
| HSL | 345.48º | 0.69% | 0.18% | - |
| HSV(B) | 345.48º | 0.82% | 0.3% | - |
| XYZ | 3.36 | 1.94 | 1.36 | - |
| YUV | 34.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 29 | 0 | 0.82 | 0.62 | 0.70 | 345.48 | 0.69 | 0.18 |
| Hex | 4C | E | 1D | 0 | 52 | 3E | 46 | 159 | 45 | 12 |
| Octal | 114 | 16 | 35 | 0 | 122 | 76 | 106 | 531 | 105 | 22 |
| Binary | 1001100 | 1110 | 11101 | 0 | 1010010 | 111110 | 1000110 | 101011001 | 1000101 | 10010 |
Color Harmonies of #4C0E1D
Complementary color
Monochromatic Colors of #4C0E1D
Black with #4C0E1D
Text Example
Text Example
White with #4C0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E1D; }
p { color: rgb(76,14,29); }
H1.HeaderClassName
{
color: #4C0E1D;
}
.AnyTagClassName
{
color: #4C0E1D;
}
</style>
background-color css
<style>
a { background-color: #4C0E1D; }
a { background-color: rgb(76,14,29); }
div.DivClassName
{
background-color: #4C0E1D;
}
.BgClassName
{
background-color: #4C0E1D;
}
</style>
border-color css
<style>
span { border-color: #4C0E1D; }
span { border-color: rgb(76,14,29); }
td.TdClassName
{
border-color: #4C0E1D;
}
.TagClassName
{
border-color: #4C0E1D;
}
</style>