Shades of Bordeaux #4D1A1E
Tints of Bordeaux #4D1A1E
RGB
CMYK
RGB Variations
Color information
#4D1A1E (or 0x4D1A1E) is known color: Bordeaux. HEX triplet: 4D, 1A and 1E. RGB value is (77,26,30). Sum of RGB (Red+Green+Blue) = 77+26+30=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A1E is #B2E5E1. Grayscale: #292929. Windows color (decimal): -11724258 or 1972813. OLE color: 1972813.
HSL color Cylindrical-coordinate representation of color #4D1A1E: hue angle of 355.29º 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 #4D1A1E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 30 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.70 |
| HSL | 355.29º | 0.5% | 0.2% | - |
| HSV(B) | 355.29º | 0.66% | 0.3% | - |
| XYZ | 3.66 | 2.41 | 1.5 | - |
| YUV | 41.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 30 | 0 | 0.66 | 0.61 | 0.70 | 355.29 | 0.5 | 0.2 |
| Hex | 4D | 1A | 1E | 0 | 42 | 3D | 46 | 163 | 32 | 14 |
| Octal | 115 | 32 | 36 | 0 | 102 | 75 | 106 | 543 | 62 | 24 |
| Binary | 1001101 | 11010 | 11110 | 0 | 1000010 | 111101 | 1000110 | 101100011 | 110010 | 10100 |
Color Harmonies of #4D1A1E
Complementary color
Monochromatic Colors of #4D1A1E
Black with #4D1A1E
Text Example
Text Example
White with #4D1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A1E; }
p { color: rgb(77,26,30); }
H1.HeaderClassName
{
color: #4D1A1E;
}
.AnyTagClassName
{
color: #4D1A1E;
}
</style>
background-color css
<style>
a { background-color: #4D1A1E; }
a { background-color: rgb(77,26,30); }
div.DivClassName
{
background-color: #4D1A1E;
}
.BgClassName
{
background-color: #4D1A1E;
}
</style>
border-color css
<style>
span { border-color: #4D1A1E; }
span { border-color: rgb(77,26,30); }
td.TdClassName
{
border-color: #4D1A1E;
}
.TagClassName
{
border-color: #4D1A1E;
}
</style>