Shades of Bordeaux #4D212A
Tints of Bordeaux #4D212A
RGB
CMYK
RGB Variations
Color information
#4D212A (or 0x4D212A) is known color: Bordeaux. HEX triplet: 4D, 21 and 2A. RGB value is (77,33,42). Sum of RGB (Red+Green+Blue) = 77+33+42=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212A is #B2DED5. Grayscale: #2F2F2F. Windows color (decimal): -11722454 or 2761037. OLE color: 2761037.
HSL color Cylindrical-coordinate representation of color #4D212A: hue angle of 347.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D212A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 42 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.70 |
| HSL | 347.73º | 0.4% | 0.22% | - |
| HSV(B) | 347.73º | 0.57% | 0.3% | - |
| XYZ | 4.02 | 2.83 | 2.53 | - |
| YUV | 47.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 42 | 0 | 0.57 | 0.45 | 0.70 | 347.73 | 0.4 | 0.22 |
| Hex | 4D | 21 | 2A | 0 | 39 | 2D | 46 | 15C | 28 | 16 |
| Octal | 115 | 41 | 52 | 0 | 71 | 55 | 106 | 534 | 50 | 26 |
| Binary | 1001101 | 100001 | 101010 | 0 | 111001 | 101101 | 1000110 | 101011100 | 101000 | 10110 |
Color Harmonies of #4D212A
Complementary color
Monochromatic Colors of #4D212A
Black with #4D212A
Text Example
Text Example
White with #4D212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D212A; }
p { color: rgb(77,33,42); }
H1.HeaderClassName
{
color: #4D212A;
}
.AnyTagClassName
{
color: #4D212A;
}
</style>
background-color css
<style>
a { background-color: #4D212A; }
a { background-color: rgb(77,33,42); }
div.DivClassName
{
background-color: #4D212A;
}
.BgClassName
{
background-color: #4D212A;
}
</style>
border-color css
<style>
span { border-color: #4D212A; }
span { border-color: rgb(77,33,42); }
td.TdClassName
{
border-color: #4D212A;
}
.TagClassName
{
border-color: #4D212A;
}
</style>