Shades of Bordeaux #4D212C
Tints of Bordeaux #4D212C
RGB
CMYK
RGB Variations
Color information
#4D212C (or 0x4D212C) is known color: Bordeaux. HEX triplet: 4D, 21 and 2C. RGB value is (77,33,44). Sum of RGB (Red+Green+Blue) = 77+33+44=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212C is #B2DED3. Grayscale: #2F2F2F. Windows color (decimal): -11722452 or 2892109. OLE color: 2892109.
HSL color Cylindrical-coordinate representation of color #4D212C: hue angle of 345º 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 #4D212C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 44 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.70 |
| HSL | 345º | 0.4% | 0.22% | - |
| HSV(B) | 345º | 0.57% | 0.3% | - |
| XYZ | 4.06 | 2.85 | 2.72 | - |
| YUV | 47.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 44 | 0 | 0.57 | 0.43 | 0.70 | 345 | 0.4 | 0.22 |
| Hex | 4D | 21 | 2C | 0 | 39 | 2B | 46 | 159 | 28 | 16 |
| Octal | 115 | 41 | 54 | 0 | 71 | 53 | 106 | 531 | 50 | 26 |
| Binary | 1001101 | 100001 | 101100 | 0 | 111001 | 101011 | 1000110 | 101011001 | 101000 | 10110 |
Color Harmonies of #4D212C
Complementary color
Monochromatic Colors of #4D212C
Black with #4D212C
Text Example
Text Example
White with #4D212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D212C; }
p { color: rgb(77,33,44); }
H1.HeaderClassName
{
color: #4D212C;
}
.AnyTagClassName
{
color: #4D212C;
}
</style>
background-color css
<style>
a { background-color: #4D212C; }
a { background-color: rgb(77,33,44); }
div.DivClassName
{
background-color: #4D212C;
}
.BgClassName
{
background-color: #4D212C;
}
</style>
border-color css
<style>
span { border-color: #4D212C; }
span { border-color: rgb(77,33,44); }
td.TdClassName
{
border-color: #4D212C;
}
.TagClassName
{
border-color: #4D212C;
}
</style>