Shades of Bordeaux #4D1A21
Tints of Bordeaux #4D1A21
RGB
CMYK
RGB Variations
Color information
#4D1A21 (or 0x4D1A21) is known color: Bordeaux. HEX triplet: 4D, 1A and 21. RGB value is (77,26,33). Sum of RGB (Red+Green+Blue) = 77+26+33=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A21 is #B2E5DE. Grayscale: #2A2A2A. Windows color (decimal): -11724255 or 2169421. OLE color: 2169421.
HSL color Cylindrical-coordinate representation of color #4D1A21: hue angle of 351.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A21 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 33 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.70 |
| HSL | 351.76º | 0.5% | 0.2% | - |
| HSV(B) | 351.76º | 0.66% | 0.3% | - |
| XYZ | 3.7 | 2.43 | 1.71 | - |
| YUV | 42.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 33 | 0 | 0.66 | 0.57 | 0.70 | 351.76 | 0.5 | 0.2 |
| Hex | 4D | 1A | 21 | 0 | 42 | 39 | 46 | 160 | 32 | 14 |
| Octal | 115 | 32 | 41 | 0 | 102 | 71 | 106 | 540 | 62 | 24 |
| Binary | 1001101 | 11010 | 100001 | 0 | 1000010 | 111001 | 1000110 | 101100000 | 110010 | 10100 |
Color Harmonies of #4D1A21
Complementary color
Monochromatic Colors of #4D1A21
Black with #4D1A21
Text Example
Text Example
White with #4D1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A21; }
p { color: rgb(77,26,33); }
H1.HeaderClassName
{
color: #4D1A21;
}
.AnyTagClassName
{
color: #4D1A21;
}
</style>
background-color css
<style>
a { background-color: #4D1A21; }
a { background-color: rgb(77,26,33); }
div.DivClassName
{
background-color: #4D1A21;
}
.BgClassName
{
background-color: #4D1A21;
}
</style>
border-color css
<style>
span { border-color: #4D1A21; }
span { border-color: rgb(77,26,33); }
td.TdClassName
{
border-color: #4D1A21;
}
.TagClassName
{
border-color: #4D1A21;
}
</style>