Shades of Bordeaux #4D011B
Tints of Bordeaux #4D011B
RGB
CMYK
RGB Variations
Color information
#4D011B (or 0x4D011B) is known color: Bordeaux. HEX triplet: 4D, 01 and 1B. RGB value is (77,1,27). Sum of RGB (Red+Green+Blue) = 77+1+27=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D011B is #B2FEE4. Grayscale: #1A1A1A. Windows color (decimal): -11730661 or 1769805. OLE color: 1769805.
HSL color Cylindrical-coordinate representation of color #4D011B: hue angle of 339.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D011B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.70 |
| HSL | 339.47º | 0.97% | 0.15% | - |
| HSV(B) | 339.47º | 0.99% | 0.3% | - |
| XYZ | 3.27 | 1.68 | 1.19 | - |
| YUV | 26.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 27 | 0 | 0.99 | 0.65 | 0.70 | 339.47 | 0.97 | 0.15 |
| Hex | 4D | 1 | 1B | 0 | 63 | 41 | 46 | 153 | 61 | F |
| Octal | 115 | 1 | 33 | 0 | 143 | 101 | 106 | 523 | 141 | 17 |
| Binary | 1001101 | 1 | 11011 | 0 | 1100011 | 1000001 | 1000110 | 101010011 | 1100001 | 1111 |
Color Harmonies of #4D011B
Complementary color
Monochromatic Colors of #4D011B
Black with #4D011B
Text Example
Text Example
White with #4D011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D011B; }
p { color: rgb(77,1,27); }
H1.HeaderClassName
{
color: #4D011B;
}
.AnyTagClassName
{
color: #4D011B;
}
</style>
background-color css
<style>
a { background-color: #4D011B; }
a { background-color: rgb(77,1,27); }
div.DivClassName
{
background-color: #4D011B;
}
.BgClassName
{
background-color: #4D011B;
}
</style>
border-color css
<style>
span { border-color: #4D011B; }
span { border-color: rgb(77,1,27); }
td.TdClassName
{
border-color: #4D011B;
}
.TagClassName
{
border-color: #4D011B;
}
</style>