Shades of Bordeaux #4C111E
Tints of Bordeaux #4C111E
RGB
CMYK
RGB Variations
Color information
#4C111E (or 0x4C111E) is known color: Bordeaux. HEX triplet: 4C, 11 and 1E. RGB value is (76,17,30). Sum of RGB (Red+Green+Blue) = 76+17+30=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111E is #B3EEE1. Grayscale: #242424. Windows color (decimal): -11792098 or 1970508. OLE color: 1970508.
HSL color Cylindrical-coordinate representation of color #4C111E: hue angle of 346.78º 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 #4C111E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 30 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.70 |
| HSL | 346.78º | 0.63% | 0.18% | - |
| HSV(B) | 346.78º | 0.78% | 0.3% | - |
| XYZ | 3.42 | 2.03 | 1.44 | - |
| YUV | 36.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 30 | 0 | 0.78 | 0.61 | 0.70 | 346.78 | 0.63 | 0.18 |
| Hex | 4C | 11 | 1E | 0 | 4E | 3D | 46 | 15B | 3F | 12 |
| Octal | 114 | 21 | 36 | 0 | 116 | 75 | 106 | 533 | 77 | 22 |
| Binary | 1001100 | 10001 | 11110 | 0 | 1001110 | 111101 | 1000110 | 101011011 | 111111 | 10010 |
Color Harmonies of #4C111E
Complementary color
Monochromatic Colors of #4C111E
Black with #4C111E
Text Example
Text Example
White with #4C111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C111E; }
p { color: rgb(76,17,30); }
H1.HeaderClassName
{
color: #4C111E;
}
.AnyTagClassName
{
color: #4C111E;
}
</style>
background-color css
<style>
a { background-color: #4C111E; }
a { background-color: rgb(76,17,30); }
div.DivClassName
{
background-color: #4C111E;
}
.BgClassName
{
background-color: #4C111E;
}
</style>
border-color css
<style>
span { border-color: #4C111E; }
span { border-color: rgb(76,17,30); }
td.TdClassName
{
border-color: #4C111E;
}
.TagClassName
{
border-color: #4C111E;
}
</style>