Shades of Bordeaux #4D151A
Tints of Bordeaux #4D151A
RGB
CMYK
RGB Variations
Color information
#4D151A (or 0x4D151A) is known color: Bordeaux. HEX triplet: 4D, 15 and 1A. RGB value is (77,21,26). Sum of RGB (Red+Green+Blue) = 77+21+26=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151A is #B2EAE5. Grayscale: #262626. Windows color (decimal): -11725542 or 1709389. OLE color: 1709389.
HSL color Cylindrical-coordinate representation of color #4D151A: hue angle of 354.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D151A is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 26 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.70 |
| HSL | 354.64º | 0.57% | 0.19% | - |
| HSV(B) | 354.64º | 0.73% | 0.3% | - |
| XYZ | 3.52 | 2.19 | 1.21 | - |
| YUV | 38.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 26 | 0 | 0.73 | 0.66 | 0.70 | 354.64 | 0.57 | 0.19 |
| Hex | 4D | 15 | 1A | 0 | 49 | 42 | 46 | 163 | 39 | 13 |
| Octal | 115 | 25 | 32 | 0 | 111 | 102 | 106 | 543 | 71 | 23 |
| Binary | 1001101 | 10101 | 11010 | 0 | 1001001 | 1000010 | 1000110 | 101100011 | 111001 | 10011 |
Color Harmonies of #4D151A
Complementary color
Monochromatic Colors of #4D151A
Black with #4D151A
Text Example
Text Example
White with #4D151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D151A; }
p { color: rgb(77,21,26); }
H1.HeaderClassName
{
color: #4D151A;
}
.AnyTagClassName
{
color: #4D151A;
}
</style>
background-color css
<style>
a { background-color: #4D151A; }
a { background-color: rgb(77,21,26); }
div.DivClassName
{
background-color: #4D151A;
}
.BgClassName
{
background-color: #4D151A;
}
</style>
border-color css
<style>
span { border-color: #4D151A; }
span { border-color: rgb(77,21,26); }
td.TdClassName
{
border-color: #4D151A;
}
.TagClassName
{
border-color: #4D151A;
}
</style>