Shades of Bordeaux #4C111A
Tints of Bordeaux #4C111A
RGB
CMYK
RGB Variations
Color information
#4C111A (or 0x4C111A) is known color: Bordeaux. HEX triplet: 4C, 11 and 1A. RGB value is (76,17,26). Sum of RGB (Red+Green+Blue) = 76+17+26=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111A is #B3EEE5. Grayscale: #232323. Windows color (decimal): -11792102 or 1708364. OLE color: 1708364.
HSL color Cylindrical-coordinate representation of color #4C111A: hue angle of 350.85º 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 #4C111A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 26 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.70 |
| HSL | 350.85º | 0.63% | 0.18% | - |
| HSV(B) | 350.85º | 0.78% | 0.3% | - |
| XYZ | 3.37 | 2.01 | 1.19 | - |
| YUV | 35.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 26 | 0 | 0.78 | 0.66 | 0.70 | 350.85 | 0.63 | 0.18 |
| Hex | 4C | 11 | 1A | 0 | 4E | 42 | 46 | 15F | 3F | 12 |
| Octal | 114 | 21 | 32 | 0 | 116 | 102 | 106 | 537 | 77 | 22 |
| Binary | 1001100 | 10001 | 11010 | 0 | 1001110 | 1000010 | 1000110 | 101011111 | 111111 | 10010 |
Color Harmonies of #4C111A
Complementary color
Monochromatic Colors of #4C111A
Black with #4C111A
Text Example
Text Example
White with #4C111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C111A; }
p { color: rgb(76,17,26); }
H1.HeaderClassName
{
color: #4C111A;
}
.AnyTagClassName
{
color: #4C111A;
}
</style>
background-color css
<style>
a { background-color: #4C111A; }
a { background-color: rgb(76,17,26); }
div.DivClassName
{
background-color: #4C111A;
}
.BgClassName
{
background-color: #4C111A;
}
</style>
border-color css
<style>
span { border-color: #4C111A; }
span { border-color: rgb(76,17,26); }
td.TdClassName
{
border-color: #4C111A;
}
.TagClassName
{
border-color: #4C111A;
}
</style>