Shades of Bordeaux #4D131A
Tints of Bordeaux #4D131A
RGB
CMYK
RGB Variations
Color information
#4D131A (or 0x4D131A) is known color: Bordeaux. HEX triplet: 4D, 13 and 1A. RGB value is (77,19,26). Sum of RGB (Red+Green+Blue) = 77+19+26=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D131A is #B2ECE5. Grayscale: #252525. Windows color (decimal): -11726054 or 1708877. OLE color: 1708877.
HSL color Cylindrical-coordinate representation of color #4D131A: hue angle of 352.76º 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 #4D131A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 26 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.70 |
| HSL | 352.76º | 0.6% | 0.19% | - |
| HSV(B) | 352.76º | 0.75% | 0.3% | - |
| XYZ | 3.48 | 2.12 | 1.2 | - |
| YUV | 37.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 26 | 0 | 0.75 | 0.66 | 0.70 | 352.76 | 0.6 | 0.19 |
| Hex | 4D | 13 | 1A | 0 | 4B | 42 | 46 | 161 | 3C | 13 |
| Octal | 115 | 23 | 32 | 0 | 113 | 102 | 106 | 541 | 74 | 23 |
| Binary | 1001101 | 10011 | 11010 | 0 | 1001011 | 1000010 | 1000110 | 101100001 | 111100 | 10011 |
Color Harmonies of #4D131A
Complementary color
Monochromatic Colors of #4D131A
Black with #4D131A
Text Example
Text Example
White with #4D131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D131A; }
p { color: rgb(77,19,26); }
H1.HeaderClassName
{
color: #4D131A;
}
.AnyTagClassName
{
color: #4D131A;
}
</style>
background-color css
<style>
a { background-color: #4D131A; }
a { background-color: rgb(77,19,26); }
div.DivClassName
{
background-color: #4D131A;
}
.BgClassName
{
background-color: #4D131A;
}
</style>
border-color css
<style>
span { border-color: #4D131A; }
span { border-color: rgb(77,19,26); }
td.TdClassName
{
border-color: #4D131A;
}
.TagClassName
{
border-color: #4D131A;
}
</style>