Shades of Bordeaux #4D1A26
Tints of Bordeaux #4D1A26
RGB
CMYK
RGB Variations
Color information
#4D1A26 (or 0x4D1A26) is known color: Bordeaux. HEX triplet: 4D, 1A and 26. RGB value is (77,26,38). Sum of RGB (Red+Green+Blue) = 77+26+38=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A26 is #B2E5D9. Grayscale: #2A2A2A. Windows color (decimal): -11724250 or 2497101. OLE color: 2497101.
HSL color Cylindrical-coordinate representation of color #4D1A26: hue angle of 345.88º 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 #4D1A26 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 38 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.70 |
| HSL | 345.88º | 0.5% | 0.2% | - |
| HSV(B) | 345.88º | 0.66% | 0.3% | - |
| XYZ | 3.78 | 2.46 | 2.11 | - |
| YUV | 42.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 38 | 0 | 0.66 | 0.51 | 0.70 | 345.88 | 0.5 | 0.2 |
| Hex | 4D | 1A | 26 | 0 | 42 | 33 | 46 | 15A | 32 | 14 |
| Octal | 115 | 32 | 46 | 0 | 102 | 63 | 106 | 532 | 62 | 24 |
| Binary | 1001101 | 11010 | 100110 | 0 | 1000010 | 110011 | 1000110 | 101011010 | 110010 | 10100 |
Color Harmonies of #4D1A26
Complementary color
Monochromatic Colors of #4D1A26
Black with #4D1A26
Text Example
Text Example
White with #4D1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A26; }
p { color: rgb(77,26,38); }
H1.HeaderClassName
{
color: #4D1A26;
}
.AnyTagClassName
{
color: #4D1A26;
}
</style>
background-color css
<style>
a { background-color: #4D1A26; }
a { background-color: rgb(77,26,38); }
div.DivClassName
{
background-color: #4D1A26;
}
.BgClassName
{
background-color: #4D1A26;
}
</style>
border-color css
<style>
span { border-color: #4D1A26; }
span { border-color: rgb(77,26,38); }
td.TdClassName
{
border-color: #4D1A26;
}
.TagClassName
{
border-color: #4D1A26;
}
</style>