Shades of Bordeaux #4C212B
Tints of Bordeaux #4C212B
RGB
CMYK
RGB Variations
Color information
#4C212B (or 0x4C212B) is known color: Bordeaux. HEX triplet: 4C, 21 and 2B. RGB value is (76,33,43). Sum of RGB (Red+Green+Blue) = 76+33+43=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C212B is #B3DED4. Grayscale: #2F2F2F. Windows color (decimal): -11787989 or 2826572. OLE color: 2826572.
HSL color Cylindrical-coordinate representation of color #4C212B: hue angle of 346.05º 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 #4C212B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 43 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.70 |
| HSL | 346.05º | 0.39% | 0.21% | - |
| HSV(B) | 346.05º | 0.57% | 0.3% | - |
| XYZ | 3.96 | 2.8 | 2.62 | - |
| YUV | 47 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 43 | 0 | 0.57 | 0.43 | 0.70 | 346.05 | 0.39 | 0.21 |
| Hex | 4C | 21 | 2B | 0 | 39 | 2B | 46 | 15A | 27 | 15 |
| Octal | 114 | 41 | 53 | 0 | 71 | 53 | 106 | 532 | 47 | 25 |
| Binary | 1001100 | 100001 | 101011 | 0 | 111001 | 101011 | 1000110 | 101011010 | 100111 | 10101 |
Color Harmonies of #4C212B
Complementary color
Monochromatic Colors of #4C212B
Black with #4C212B
Text Example
Text Example
White with #4C212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C212B; }
p { color: rgb(76,33,43); }
H1.HeaderClassName
{
color: #4C212B;
}
.AnyTagClassName
{
color: #4C212B;
}
</style>
background-color css
<style>
a { background-color: #4C212B; }
a { background-color: rgb(76,33,43); }
div.DivClassName
{
background-color: #4C212B;
}
.BgClassName
{
background-color: #4C212B;
}
</style>
border-color css
<style>
span { border-color: #4C212B; }
span { border-color: rgb(76,33,43); }
td.TdClassName
{
border-color: #4C212B;
}
.TagClassName
{
border-color: #4C212B;
}
</style>