Shades of Bordeaux #4D1125
Tints of Bordeaux #4D1125
RGB
CMYK
RGB Variations
Color information
#4D1125 (or 0x4D1125) is known color: Bordeaux. HEX triplet: 4D, 11 and 25. RGB value is (77,17,37). Sum of RGB (Red+Green+Blue) = 77+17+37=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1125 is #B2EEDA. Grayscale: #252525. Windows color (decimal): -11726555 or 2429261. OLE color: 2429261.
HSL color Cylindrical-coordinate representation of color #4D1125: hue angle of 340º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1125 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 37 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.70 |
| HSL | 340º | 0.64% | 0.18% | - |
| HSV(B) | 340º | 0.78% | 0.3% | - |
| XYZ | 3.59 | 2.11 | 1.97 | - |
| YUV | 37.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 37 | 0 | 0.78 | 0.52 | 0.70 | 340 | 0.64 | 0.18 |
| Hex | 4D | 11 | 25 | 0 | 4E | 34 | 46 | 154 | 40 | 12 |
| Octal | 115 | 21 | 45 | 0 | 116 | 64 | 106 | 524 | 100 | 22 |
| Binary | 1001101 | 10001 | 100101 | 0 | 1001110 | 110100 | 1000110 | 101010100 | 1000000 | 10010 |
Color Harmonies of #4D1125
Complementary color
Monochromatic Colors of #4D1125
Black with #4D1125
Text Example
Text Example
White with #4D1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1125; }
p { color: rgb(77,17,37); }
H1.HeaderClassName
{
color: #4D1125;
}
.AnyTagClassName
{
color: #4D1125;
}
</style>
background-color css
<style>
a { background-color: #4D1125; }
a { background-color: rgb(77,17,37); }
div.DivClassName
{
background-color: #4D1125;
}
.BgClassName
{
background-color: #4D1125;
}
</style>
border-color css
<style>
span { border-color: #4D1125; }
span { border-color: rgb(77,17,37); }
td.TdClassName
{
border-color: #4D1125;
}
.TagClassName
{
border-color: #4D1125;
}
</style>