Shades of Bordeaux #4C2129
Tints of Bordeaux #4C2129
RGB
CMYK
RGB Variations
Color information
#4C2129 (or 0x4C2129) is known color: Bordeaux. HEX triplet: 4C, 21 and 29. RGB value is (76,33,41). Sum of RGB (Red+Green+Blue) = 76+33+41=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2129 is #B3DED6. Grayscale: #2E2E2E. Windows color (decimal): -11787991 or 2695500. OLE color: 2695500.
HSL color Cylindrical-coordinate representation of color #4C2129: hue angle of 348.84º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2129 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 41 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.70 |
| HSL | 348.84º | 0.39% | 0.21% | - |
| HSV(B) | 348.84º | 0.57% | 0.3% | - |
| XYZ | 3.92 | 2.78 | 2.43 | - |
| YUV | 46.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 41 | 0 | 0.57 | 0.46 | 0.70 | 348.84 | 0.39 | 0.21 |
| Hex | 4C | 21 | 29 | 0 | 39 | 2E | 46 | 15D | 27 | 15 |
| Octal | 114 | 41 | 51 | 0 | 71 | 56 | 106 | 535 | 47 | 25 |
| Binary | 1001100 | 100001 | 101001 | 0 | 111001 | 101110 | 1000110 | 101011101 | 100111 | 10101 |
Color Harmonies of #4C2129
Complementary color
Monochromatic Colors of #4C2129
Black with #4C2129
Text Example
Text Example
White with #4C2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2129; }
p { color: rgb(76,33,41); }
H1.HeaderClassName
{
color: #4C2129;
}
.AnyTagClassName
{
color: #4C2129;
}
</style>
background-color css
<style>
a { background-color: #4C2129; }
a { background-color: rgb(76,33,41); }
div.DivClassName
{
background-color: #4C2129;
}
.BgClassName
{
background-color: #4C2129;
}
</style>
border-color css
<style>
span { border-color: #4C2129; }
span { border-color: rgb(76,33,41); }
td.TdClassName
{
border-color: #4C2129;
}
.TagClassName
{
border-color: #4C2129;
}
</style>