Shades of Bordeaux #4C1C29
Tints of Bordeaux #4C1C29
RGB
CMYK
RGB Variations
Color information
#4C1C29 (or 0x4C1C29) is known color: Bordeaux. HEX triplet: 4C, 1C and 29. RGB value is (76,28,41). Sum of RGB (Red+Green+Blue) = 76+28+41=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C29 is #B3E3D6. Grayscale: #2B2B2B. Windows color (decimal): -11789271 or 2694220. OLE color: 2694220.
HSL color Cylindrical-coordinate representation of color #4C1C29: hue angle of 343.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C1C29 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 28 | 41 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.70 |
| HSL | 343.75º | 0.46% | 0.2% | - |
| HSV(B) | 343.75º | 0.63% | 0.3% | - |
| XYZ | 3.8 | 2.53 | 2.39 | - |
| YUV | 43.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 41 | 0 | 0.63 | 0.46 | 0.70 | 343.75 | 0.46 | 0.2 |
| Hex | 4C | 1C | 29 | 0 | 3F | 2E | 46 | 158 | 2E | 14 |
| Octal | 114 | 34 | 51 | 0 | 77 | 56 | 106 | 530 | 56 | 24 |
| Binary | 1001100 | 11100 | 101001 | 0 | 111111 | 101110 | 1000110 | 101011000 | 101110 | 10100 |
Color Harmonies of #4C1C29
Complementary color
Monochromatic Colors of #4C1C29
Black with #4C1C29
Text Example
Text Example
White with #4C1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C29; }
p { color: rgb(76,28,41); }
H1.HeaderClassName
{
color: #4C1C29;
}
.AnyTagClassName
{
color: #4C1C29;
}
</style>
background-color css
<style>
a { background-color: #4C1C29; }
a { background-color: rgb(76,28,41); }
div.DivClassName
{
background-color: #4C1C29;
}
.BgClassName
{
background-color: #4C1C29;
}
</style>
border-color css
<style>
span { border-color: #4C1C29; }
span { border-color: rgb(76,28,41); }
td.TdClassName
{
border-color: #4C1C29;
}
.TagClassName
{
border-color: #4C1C29;
}
</style>