Shades of Bordeaux #4D1621
Tints of Bordeaux #4D1621
RGB
CMYK
RGB Variations
Color information
#4D1621 (or 0x4D1621) is known color: Bordeaux. HEX triplet: 4D, 16 and 21. RGB value is (77,22,33). Sum of RGB (Red+Green+Blue) = 77+22+33=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1621 is #B2E9DE. Grayscale: #272727. Windows color (decimal): -11725279 or 2168397. OLE color: 2168397.
HSL color Cylindrical-coordinate representation of color #4D1621: hue angle of 348º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1621 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 33 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.70 |
| HSL | 348º | 0.56% | 0.19% | - |
| HSV(B) | 348º | 0.71% | 0.3% | - |
| XYZ | 3.62 | 2.26 | 1.68 | - |
| YUV | 39.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 33 | 0 | 0.71 | 0.57 | 0.70 | 348 | 0.56 | 0.19 |
| Hex | 4D | 16 | 21 | 0 | 47 | 39 | 46 | 15C | 38 | 13 |
| Octal | 115 | 26 | 41 | 0 | 107 | 71 | 106 | 534 | 70 | 23 |
| Binary | 1001101 | 10110 | 100001 | 0 | 1000111 | 111001 | 1000110 | 101011100 | 111000 | 10011 |
Color Harmonies of #4D1621
Complementary color
Monochromatic Colors of #4D1621
Black with #4D1621
Text Example
Text Example
White with #4D1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1621; }
p { color: rgb(77,22,33); }
H1.HeaderClassName
{
color: #4D1621;
}
.AnyTagClassName
{
color: #4D1621;
}
</style>
background-color css
<style>
a { background-color: #4D1621; }
a { background-color: rgb(77,22,33); }
div.DivClassName
{
background-color: #4D1621;
}
.BgClassName
{
background-color: #4D1621;
}
</style>
border-color css
<style>
span { border-color: #4D1621; }
span { border-color: rgb(77,22,33); }
td.TdClassName
{
border-color: #4D1621;
}
.TagClassName
{
border-color: #4D1621;
}
</style>