Shades of Bordeaux #4C111B
Tints of Bordeaux #4C111B
RGB
CMYK
RGB Variations
Color information
#4C111B (or 0x4C111B) is known color: Bordeaux. HEX triplet: 4C, 11 and 1B. RGB value is (76,17,27). Sum of RGB (Red+Green+Blue) = 76+17+27=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111B is #B3EEE4. Grayscale: #232323. Windows color (decimal): -11792101 or 1773900. OLE color: 1773900.
HSL color Cylindrical-coordinate representation of color #4C111B: hue angle of 349.83º 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 #4C111B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 27 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.70 |
| HSL | 349.83º | 0.63% | 0.18% | - |
| HSV(B) | 349.83º | 0.78% | 0.3% | - |
| XYZ | 3.38 | 2.02 | 1.25 | - |
| YUV | 35.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 27 | 0 | 0.78 | 0.64 | 0.70 | 349.83 | 0.63 | 0.18 |
| Hex | 4C | 11 | 1B | 0 | 4E | 40 | 46 | 15E | 3F | 12 |
| Octal | 114 | 21 | 33 | 0 | 116 | 100 | 106 | 536 | 77 | 22 |
| Binary | 1001100 | 10001 | 11011 | 0 | 1001110 | 1000000 | 1000110 | 101011110 | 111111 | 10010 |
Color Harmonies of #4C111B
Complementary color
Monochromatic Colors of #4C111B
Black with #4C111B
Text Example
Text Example
White with #4C111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C111B; }
p { color: rgb(76,17,27); }
H1.HeaderClassName
{
color: #4C111B;
}
.AnyTagClassName
{
color: #4C111B;
}
</style>
background-color css
<style>
a { background-color: #4C111B; }
a { background-color: rgb(76,17,27); }
div.DivClassName
{
background-color: #4C111B;
}
.BgClassName
{
background-color: #4C111B;
}
</style>
border-color css
<style>
span { border-color: #4C111B; }
span { border-color: rgb(76,17,27); }
td.TdClassName
{
border-color: #4C111B;
}
.TagClassName
{
border-color: #4C111B;
}
</style>