Shades of Bordeaux #4D141B
Tints of Bordeaux #4D141B
RGB
CMYK
RGB Variations
Color information
#4D141B (or 0x4D141B) is known color: Bordeaux. HEX triplet: 4D, 14 and 1B. RGB value is (77,20,27). Sum of RGB (Red+Green+Blue) = 77+20+27=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D141B is #B2EBE4. Grayscale: #252525. Windows color (decimal): -11725797 or 1774669. OLE color: 1774669.
HSL color Cylindrical-coordinate representation of color #4D141B: hue angle of 352.63º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D141B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 27 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.70 |
| HSL | 352.63º | 0.59% | 0.19% | - |
| HSV(B) | 352.63º | 0.74% | 0.3% | - |
| XYZ | 3.51 | 2.16 | 1.27 | - |
| YUV | 37.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 27 | 0 | 0.74 | 0.65 | 0.70 | 352.63 | 0.59 | 0.19 |
| Hex | 4D | 14 | 1B | 0 | 4A | 41 | 46 | 161 | 3B | 13 |
| Octal | 115 | 24 | 33 | 0 | 112 | 101 | 106 | 541 | 73 | 23 |
| Binary | 1001101 | 10100 | 11011 | 0 | 1001010 | 1000001 | 1000110 | 101100001 | 111011 | 10011 |
Color Harmonies of #4D141B
Complementary color
Monochromatic Colors of #4D141B
Black with #4D141B
Text Example
Text Example
White with #4D141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D141B; }
p { color: rgb(77,20,27); }
H1.HeaderClassName
{
color: #4D141B;
}
.AnyTagClassName
{
color: #4D141B;
}
</style>
background-color css
<style>
a { background-color: #4D141B; }
a { background-color: rgb(77,20,27); }
div.DivClassName
{
background-color: #4D141B;
}
.BgClassName
{
background-color: #4D141B;
}
</style>
border-color css
<style>
span { border-color: #4D141B; }
span { border-color: rgb(77,20,27); }
td.TdClassName
{
border-color: #4D141B;
}
.TagClassName
{
border-color: #4D141B;
}
</style>