Shades of Bordeaux #4C131E
Tints of Bordeaux #4C131E
RGB
CMYK
RGB Variations
Color information
#4C131E (or 0x4C131E) is known color: Bordeaux. HEX triplet: 4C, 13 and 1E. RGB value is (76,19,30). Sum of RGB (Red+Green+Blue) = 76+19+30=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C131E is #B3ECE1. Grayscale: #252525. Windows color (decimal): -11791586 or 1971020. OLE color: 1971020.
HSL color Cylindrical-coordinate representation of color #4C131E: hue angle of 348.42º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C131E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 30 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.70 |
| HSL | 348.42º | 0.6% | 0.19% | - |
| HSV(B) | 348.42º | 0.75% | 0.3% | - |
| XYZ | 3.45 | 2.1 | 1.45 | - |
| YUV | 37.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 30 | 0 | 0.75 | 0.61 | 0.70 | 348.42 | 0.6 | 0.19 |
| Hex | 4C | 13 | 1E | 0 | 4B | 3D | 46 | 15C | 3C | 13 |
| Octal | 114 | 23 | 36 | 0 | 113 | 75 | 106 | 534 | 74 | 23 |
| Binary | 1001100 | 10011 | 11110 | 0 | 1001011 | 111101 | 1000110 | 101011100 | 111100 | 10011 |
Color Harmonies of #4C131E
Complementary color
Monochromatic Colors of #4C131E
Black with #4C131E
Text Example
Text Example
White with #4C131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C131E; }
p { color: rgb(76,19,30); }
H1.HeaderClassName
{
color: #4C131E;
}
.AnyTagClassName
{
color: #4C131E;
}
</style>
background-color css
<style>
a { background-color: #4C131E; }
a { background-color: rgb(76,19,30); }
div.DivClassName
{
background-color: #4C131E;
}
.BgClassName
{
background-color: #4C131E;
}
</style>
border-color css
<style>
span { border-color: #4C131E; }
span { border-color: rgb(76,19,30); }
td.TdClassName
{
border-color: #4C131E;
}
.TagClassName
{
border-color: #4C131E;
}
</style>