Shades of Bordeaux #4D1721
Tints of Bordeaux #4D1721
RGB
CMYK
RGB Variations
Color information
#4D1721 (or 0x4D1721) is known color: Bordeaux. HEX triplet: 4D, 17 and 21. RGB value is (77,23,33). Sum of RGB (Red+Green+Blue) = 77+23+33=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1721 is #B2E8DE. Grayscale: #282828. Windows color (decimal): -11725023 or 2168653. OLE color: 2168653.
HSL color Cylindrical-coordinate representation of color #4D1721: hue angle of 348.89º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1721 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 33 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.70 |
| HSL | 348.89º | 0.54% | 0.2% | - |
| HSV(B) | 348.89º | 0.7% | 0.3% | - |
| XYZ | 3.64 | 2.3 | 1.69 | - |
| YUV | 40.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 33 | 0 | 0.70 | 0.57 | 0.70 | 348.89 | 0.54 | 0.2 |
| Hex | 4D | 17 | 21 | 0 | 46 | 39 | 46 | 15D | 36 | 14 |
| Octal | 115 | 27 | 41 | 0 | 106 | 71 | 106 | 535 | 66 | 24 |
| Binary | 1001101 | 10111 | 100001 | 0 | 1000110 | 111001 | 1000110 | 101011101 | 110110 | 10100 |
Color Harmonies of #4D1721
Complementary color
Monochromatic Colors of #4D1721
Black with #4D1721
Text Example
Text Example
White with #4D1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1721; }
p { color: rgb(77,23,33); }
H1.HeaderClassName
{
color: #4D1721;
}
.AnyTagClassName
{
color: #4D1721;
}
</style>
background-color css
<style>
a { background-color: #4D1721; }
a { background-color: rgb(77,23,33); }
div.DivClassName
{
background-color: #4D1721;
}
.BgClassName
{
background-color: #4D1721;
}
</style>
border-color css
<style>
span { border-color: #4D1721; }
span { border-color: rgb(77,23,33); }
td.TdClassName
{
border-color: #4D1721;
}
.TagClassName
{
border-color: #4D1721;
}
</style>