Shades of Bordeaux #4D131C
Tints of Bordeaux #4D131C
RGB
CMYK
RGB Variations
Color information
#4D131C (or 0x4D131C) is known color: Bordeaux. HEX triplet: 4D, 13 and 1C. RGB value is (77,19,28). Sum of RGB (Red+Green+Blue) = 77+19+28=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D131C is #B2ECE3. Grayscale: #252525. Windows color (decimal): -11726052 or 1839949. OLE color: 1839949.
HSL color Cylindrical-coordinate representation of color #4D131C: hue angle of 350.69º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D131C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 28 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.70 |
| HSL | 350.69º | 0.6% | 0.19% | - |
| HSV(B) | 350.69º | 0.75% | 0.3% | - |
| XYZ | 3.5 | 2.13 | 1.32 | - |
| YUV | 37.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 28 | 0 | 0.75 | 0.64 | 0.70 | 350.69 | 0.6 | 0.19 |
| Hex | 4D | 13 | 1C | 0 | 4B | 40 | 46 | 15F | 3C | 13 |
| Octal | 115 | 23 | 34 | 0 | 113 | 100 | 106 | 537 | 74 | 23 |
| Binary | 1001101 | 10011 | 11100 | 0 | 1001011 | 1000000 | 1000110 | 101011111 | 111100 | 10011 |
Color Harmonies of #4D131C
Complementary color
Monochromatic Colors of #4D131C
Black with #4D131C
Text Example
Text Example
White with #4D131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D131C; }
p { color: rgb(77,19,28); }
H1.HeaderClassName
{
color: #4D131C;
}
.AnyTagClassName
{
color: #4D131C;
}
</style>
background-color css
<style>
a { background-color: #4D131C; }
a { background-color: rgb(77,19,28); }
div.DivClassName
{
background-color: #4D131C;
}
.BgClassName
{
background-color: #4D131C;
}
</style>
border-color css
<style>
span { border-color: #4D131C; }
span { border-color: rgb(77,19,28); }
td.TdClassName
{
border-color: #4D131C;
}
.TagClassName
{
border-color: #4D131C;
}
</style>