Shades of Bordeaux #4C212A
Tints of Bordeaux #4C212A
RGB
CMYK
RGB Variations
Color information
#4C212A (or 0x4C212A) is known color: Bordeaux. HEX triplet: 4C, 21 and 2A. RGB value is (76,33,42). Sum of RGB (Red+Green+Blue) = 76+33+42=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C212A is #B3DED5. Grayscale: #2E2E2E. Windows color (decimal): -11787990 or 2761036. OLE color: 2761036.
HSL color Cylindrical-coordinate representation of color #4C212A: hue angle of 347.44º 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 #4C212A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 42 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.70 |
| HSL | 347.44º | 0.39% | 0.21% | - |
| HSV(B) | 347.44º | 0.57% | 0.3% | - |
| XYZ | 3.94 | 2.79 | 2.52 | - |
| YUV | 46.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 42 | 0 | 0.57 | 0.45 | 0.70 | 347.44 | 0.39 | 0.21 |
| Hex | 4C | 21 | 2A | 0 | 39 | 2D | 46 | 15B | 27 | 15 |
| Octal | 114 | 41 | 52 | 0 | 71 | 55 | 106 | 533 | 47 | 25 |
| Binary | 1001100 | 100001 | 101010 | 0 | 111001 | 101101 | 1000110 | 101011011 | 100111 | 10101 |
Color Harmonies of #4C212A
Complementary color
Monochromatic Colors of #4C212A
Black with #4C212A
Text Example
Text Example
White with #4C212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C212A; }
p { color: rgb(76,33,42); }
H1.HeaderClassName
{
color: #4C212A;
}
.AnyTagClassName
{
color: #4C212A;
}
</style>
background-color css
<style>
a { background-color: #4C212A; }
a { background-color: rgb(76,33,42); }
div.DivClassName
{
background-color: #4C212A;
}
.BgClassName
{
background-color: #4C212A;
}
</style>
border-color css
<style>
span { border-color: #4C212A; }
span { border-color: rgb(76,33,42); }
td.TdClassName
{
border-color: #4C212A;
}
.TagClassName
{
border-color: #4C212A;
}
</style>