Shades of Bordeaux #4D0118
Tints of Bordeaux #4D0118
RGB
CMYK
RGB Variations
Color information
#4D0118 (or 0x4D0118) is known color: Bordeaux. HEX triplet: 4D, 01 and 18. RGB value is (77,1,24). Sum of RGB (Red+Green+Blue) = 77+1+24=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0118 is #B2FEE7. Grayscale: #1A1A1A. Windows color (decimal): -11730664 or 1573197. OLE color: 1573197.
HSL color Cylindrical-coordinate representation of color #4D0118: hue angle of 341.84º 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 #4D0118 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.70 |
| HSL | 341.84º | 0.97% | 0.15% | - |
| HSV(B) | 341.84º | 0.99% | 0.3% | - |
| XYZ | 3.24 | 1.67 | 1.02 | - |
| YUV | 26.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 24 | 0 | 0.99 | 0.69 | 0.70 | 341.84 | 0.97 | 0.15 |
| Hex | 4D | 1 | 18 | 0 | 63 | 45 | 46 | 156 | 61 | F |
| Octal | 115 | 1 | 30 | 0 | 143 | 105 | 106 | 526 | 141 | 17 |
| Binary | 1001101 | 1 | 11000 | 0 | 1100011 | 1000101 | 1000110 | 101010110 | 1100001 | 1111 |
Color Harmonies of #4D0118
Complementary color
Monochromatic Colors of #4D0118
Black with #4D0118
Text Example
Text Example
White with #4D0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0118; }
p { color: rgb(77,1,24); }
H1.HeaderClassName
{
color: #4D0118;
}
.AnyTagClassName
{
color: #4D0118;
}
</style>
background-color css
<style>
a { background-color: #4D0118; }
a { background-color: rgb(77,1,24); }
div.DivClassName
{
background-color: #4D0118;
}
.BgClassName
{
background-color: #4D0118;
}
</style>
border-color css
<style>
span { border-color: #4D0118; }
span { border-color: rgb(77,1,24); }
td.TdClassName
{
border-color: #4D0118;
}
.TagClassName
{
border-color: #4D0118;
}
</style>