Shades of Bordeaux #4D1A1B
Tints of Bordeaux #4D1A1B
RGB
CMYK
RGB Variations
Color information
#4D1A1B (or 0x4D1A1B) is known color: Bordeaux. HEX triplet: 4D, 1A and 1B. RGB value is (77,26,27). Sum of RGB (Red+Green+Blue) = 77+26+27=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A1B is #B2E5E4. Grayscale: #292929. Windows color (decimal): -11724261 or 1776205. OLE color: 1776205.
HSL color Cylindrical-coordinate representation of color #4D1A1B: hue angle of 358.82º 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 #4D1A1B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 27 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.70 |
| HSL | 358.82º | 0.5% | 0.2% | - |
| HSV(B) | 358.82º | 0.66% | 0.3% | - |
| XYZ | 3.63 | 2.4 | 1.31 | - |
| YUV | 41.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 27 | 0 | 0.66 | 0.65 | 0.70 | 358.82 | 0.5 | 0.2 |
| Hex | 4D | 1A | 1B | 0 | 42 | 41 | 46 | 167 | 32 | 14 |
| Octal | 115 | 32 | 33 | 0 | 102 | 101 | 106 | 547 | 62 | 24 |
| Binary | 1001101 | 11010 | 11011 | 0 | 1000010 | 1000001 | 1000110 | 101100111 | 110010 | 10100 |
Color Harmonies of #4D1A1B
Complementary color
Monochromatic Colors of #4D1A1B
Black with #4D1A1B
Text Example
Text Example
White with #4D1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A1B; }
p { color: rgb(77,26,27); }
H1.HeaderClassName
{
color: #4D1A1B;
}
.AnyTagClassName
{
color: #4D1A1B;
}
</style>
background-color css
<style>
a { background-color: #4D1A1B; }
a { background-color: rgb(77,26,27); }
div.DivClassName
{
background-color: #4D1A1B;
}
.BgClassName
{
background-color: #4D1A1B;
}
</style>
border-color css
<style>
span { border-color: #4D1A1B; }
span { border-color: rgb(77,26,27); }
td.TdClassName
{
border-color: #4D1A1B;
}
.TagClassName
{
border-color: #4D1A1B;
}
</style>