Shades of Bordeaux #4D1A1D
Tints of Bordeaux #4D1A1D
RGB
CMYK
RGB Variations
Color information
#4D1A1D (or 0x4D1A1D) is known color: Bordeaux. HEX triplet: 4D, 1A and 1D. RGB value is (77,26,29). Sum of RGB (Red+Green+Blue) = 77+26+29=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A1D is #B2E5E2. Grayscale: #292929. Windows color (decimal): -11724259 or 1907277. OLE color: 1907277.
HSL color Cylindrical-coordinate representation of color #4D1A1D: hue angle of 356.47º 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 #4D1A1D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 29 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.70 |
| HSL | 356.47º | 0.5% | 0.2% | - |
| HSV(B) | 356.47º | 0.66% | 0.3% | - |
| XYZ | 3.65 | 2.41 | 1.43 | - |
| YUV | 41.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 29 | 0 | 0.66 | 0.62 | 0.70 | 356.47 | 0.5 | 0.2 |
| Hex | 4D | 1A | 1D | 0 | 42 | 3E | 46 | 164 | 32 | 14 |
| Octal | 115 | 32 | 35 | 0 | 102 | 76 | 106 | 544 | 62 | 24 |
| Binary | 1001101 | 11010 | 11101 | 0 | 1000010 | 111110 | 1000110 | 101100100 | 110010 | 10100 |
Color Harmonies of #4D1A1D
Complementary color
Monochromatic Colors of #4D1A1D
Black with #4D1A1D
Text Example
Text Example
White with #4D1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A1D; }
p { color: rgb(77,26,29); }
H1.HeaderClassName
{
color: #4D1A1D;
}
.AnyTagClassName
{
color: #4D1A1D;
}
</style>
background-color css
<style>
a { background-color: #4D1A1D; }
a { background-color: rgb(77,26,29); }
div.DivClassName
{
background-color: #4D1A1D;
}
.BgClassName
{
background-color: #4D1A1D;
}
</style>
border-color css
<style>
span { border-color: #4D1A1D; }
span { border-color: rgb(77,26,29); }
td.TdClassName
{
border-color: #4D1A1D;
}
.TagClassName
{
border-color: #4D1A1D;
}
</style>