Shades of Bordeaux #4C141D
Tints of Bordeaux #4C141D
RGB
CMYK
RGB Variations
Color information
#4C141D (or 0x4C141D) is known color: Bordeaux. HEX triplet: 4C, 14 and 1D. RGB value is (76,20,29). Sum of RGB (Red+Green+Blue) = 76+20+29=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C141D is #B3EBE2. Grayscale: #252525. Windows color (decimal): -11791331 or 1905740. OLE color: 1905740.
HSL color Cylindrical-coordinate representation of color #4C141D: hue angle of 350.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C141D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 29 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.70 |
| HSL | 350.36º | 0.58% | 0.19% | - |
| HSV(B) | 350.36º | 0.74% | 0.3% | - |
| XYZ | 3.45 | 2.13 | 1.39 | - |
| YUV | 37.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 29 | 0 | 0.74 | 0.62 | 0.70 | 350.36 | 0.58 | 0.19 |
| Hex | 4C | 14 | 1D | 0 | 4A | 3E | 46 | 15E | 3A | 13 |
| Octal | 114 | 24 | 35 | 0 | 112 | 76 | 106 | 536 | 72 | 23 |
| Binary | 1001100 | 10100 | 11101 | 0 | 1001010 | 111110 | 1000110 | 101011110 | 111010 | 10011 |
Color Harmonies of #4C141D
Complementary color
Monochromatic Colors of #4C141D
Black with #4C141D
Text Example
Text Example
White with #4C141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C141D; }
p { color: rgb(76,20,29); }
H1.HeaderClassName
{
color: #4C141D;
}
.AnyTagClassName
{
color: #4C141D;
}
</style>
background-color css
<style>
a { background-color: #4C141D; }
a { background-color: rgb(76,20,29); }
div.DivClassName
{
background-color: #4C141D;
}
.BgClassName
{
background-color: #4C141D;
}
</style>
border-color css
<style>
span { border-color: #4C141D; }
span { border-color: rgb(76,20,29); }
td.TdClassName
{
border-color: #4C141D;
}
.TagClassName
{
border-color: #4C141D;
}
</style>