Shades of Bordeaux #4D1123
Tints of Bordeaux #4D1123
RGB
CMYK
RGB Variations
Color information
#4D1123 (or 0x4D1123) is known color: Bordeaux. HEX triplet: 4D, 11 and 23. RGB value is (77,17,35). Sum of RGB (Red+Green+Blue) = 77+17+35=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1123 is #B2EEDC. Grayscale: #242424. Windows color (decimal): -11726557 or 2298189. OLE color: 2298189.
HSL color Cylindrical-coordinate representation of color #4D1123: hue angle of 342º 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 #4D1123 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 35 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.70 |
| HSL | 342º | 0.64% | 0.18% | - |
| HSV(B) | 342º | 0.78% | 0.3% | - |
| XYZ | 3.56 | 2.1 | 1.81 | - |
| YUV | 36.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 35 | 0 | 0.78 | 0.55 | 0.70 | 342 | 0.64 | 0.18 |
| Hex | 4D | 11 | 23 | 0 | 4E | 37 | 46 | 156 | 40 | 12 |
| Octal | 115 | 21 | 43 | 0 | 116 | 67 | 106 | 526 | 100 | 22 |
| Binary | 1001101 | 10001 | 100011 | 0 | 1001110 | 110111 | 1000110 | 101010110 | 1000000 | 10010 |
Color Harmonies of #4D1123
Complementary color
Monochromatic Colors of #4D1123
Black with #4D1123
Text Example
Text Example
White with #4D1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1123; }
p { color: rgb(77,17,35); }
H1.HeaderClassName
{
color: #4D1123;
}
.AnyTagClassName
{
color: #4D1123;
}
</style>
background-color css
<style>
a { background-color: #4D1123; }
a { background-color: rgb(77,17,35); }
div.DivClassName
{
background-color: #4D1123;
}
.BgClassName
{
background-color: #4D1123;
}
</style>
border-color css
<style>
span { border-color: #4D1123; }
span { border-color: rgb(77,17,35); }
td.TdClassName
{
border-color: #4D1123;
}
.TagClassName
{
border-color: #4D1123;
}
</style>