Shades of Bordeaux #4C111D
Tints of Bordeaux #4C111D
RGB
CMYK
RGB Variations
Color information
#4C111D (or 0x4C111D) is known color: Bordeaux. HEX triplet: 4C, 11 and 1D. RGB value is (76,17,29). Sum of RGB (Red+Green+Blue) = 76+17+29=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111D is #B3EEE2. Grayscale: #242424. Windows color (decimal): -11792099 or 1904972. OLE color: 1904972.
HSL color Cylindrical-coordinate representation of color #4C111D: hue angle of 347.8º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C111D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 29 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.70 |
| HSL | 347.8º | 0.63% | 0.18% | - |
| HSV(B) | 347.8º | 0.78% | 0.3% | - |
| XYZ | 3.4 | 2.03 | 1.37 | - |
| YUV | 36.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 29 | 0 | 0.78 | 0.62 | 0.70 | 347.8 | 0.63 | 0.18 |
| Hex | 4C | 11 | 1D | 0 | 4E | 3E | 46 | 15C | 3F | 12 |
| Octal | 114 | 21 | 35 | 0 | 116 | 76 | 106 | 534 | 77 | 22 |
| Binary | 1001100 | 10001 | 11101 | 0 | 1001110 | 111110 | 1000110 | 101011100 | 111111 | 10010 |
Color Harmonies of #4C111D
Complementary color
Monochromatic Colors of #4C111D
Black with #4C111D
Text Example
Text Example
White with #4C111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C111D; }
p { color: rgb(76,17,29); }
H1.HeaderClassName
{
color: #4C111D;
}
.AnyTagClassName
{
color: #4C111D;
}
</style>
background-color css
<style>
a { background-color: #4C111D; }
a { background-color: rgb(76,17,29); }
div.DivClassName
{
background-color: #4C111D;
}
.BgClassName
{
background-color: #4C111D;
}
</style>
border-color css
<style>
span { border-color: #4C111D; }
span { border-color: rgb(76,17,29); }
td.TdClassName
{
border-color: #4C111D;
}
.TagClassName
{
border-color: #4C111D;
}
</style>