Shades of Bordeaux #4D011C
Tints of Bordeaux #4D011C
RGB
CMYK
RGB Variations
Color information
#4D011C (or 0x4D011C) is known color: Bordeaux. HEX triplet: 4D, 01 and 1C. RGB value is (77,1,28). Sum of RGB (Red+Green+Blue) = 77+1+28=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D011C is #B2FEE3. Grayscale: #1A1A1A. Windows color (decimal): -11730660 or 1835341. OLE color: 1835341.
HSL color Cylindrical-coordinate representation of color #4D011C: hue angle of 338.68º 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 #4D011C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.70 |
| HSL | 338.68º | 0.97% | 0.15% | - |
| HSV(B) | 338.68º | 0.99% | 0.3% | - |
| XYZ | 3.28 | 1.68 | 1.25 | - |
| YUV | 26.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 28 | 0 | 0.99 | 0.64 | 0.70 | 338.68 | 0.97 | 0.15 |
| Hex | 4D | 1 | 1C | 0 | 63 | 40 | 46 | 153 | 61 | F |
| Octal | 115 | 1 | 34 | 0 | 143 | 100 | 106 | 523 | 141 | 17 |
| Binary | 1001101 | 1 | 11100 | 0 | 1100011 | 1000000 | 1000110 | 101010011 | 1100001 | 1111 |
Color Harmonies of #4D011C
Complementary color
Monochromatic Colors of #4D011C
Black with #4D011C
Text Example
Text Example
White with #4D011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D011C; }
p { color: rgb(77,1,28); }
H1.HeaderClassName
{
color: #4D011C;
}
.AnyTagClassName
{
color: #4D011C;
}
</style>
background-color css
<style>
a { background-color: #4D011C; }
a { background-color: rgb(77,1,28); }
div.DivClassName
{
background-color: #4D011C;
}
.BgClassName
{
background-color: #4D011C;
}
</style>
border-color css
<style>
span { border-color: #4D011C; }
span { border-color: rgb(77,1,28); }
td.TdClassName
{
border-color: #4D011C;
}
.TagClassName
{
border-color: #4D011C;
}
</style>