Shades of Bordeaux #4D151D
Tints of Bordeaux #4D151D
RGB
CMYK
RGB Variations
Color information
#4D151D (or 0x4D151D) is known color: Bordeaux. HEX triplet: 4D, 15 and 1D. RGB value is (77,21,29). Sum of RGB (Red+Green+Blue) = 77+21+29=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151D is #B2EAE2. Grayscale: #262626. Windows color (decimal): -11725539 or 1905997. OLE color: 1905997.
HSL color Cylindrical-coordinate representation of color #4D151D: hue angle of 351.43º 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 #4D151D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 29 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.70 |
| HSL | 351.43º | 0.57% | 0.19% | - |
| HSV(B) | 351.43º | 0.73% | 0.3% | - |
| XYZ | 3.55 | 2.2 | 1.4 | - |
| YUV | 38.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 29 | 0 | 0.73 | 0.62 | 0.70 | 351.43 | 0.57 | 0.19 |
| Hex | 4D | 15 | 1D | 0 | 49 | 3E | 46 | 15F | 39 | 13 |
| Octal | 115 | 25 | 35 | 0 | 111 | 76 | 106 | 537 | 71 | 23 |
| Binary | 1001101 | 10101 | 11101 | 0 | 1001001 | 111110 | 1000110 | 101011111 | 111001 | 10011 |
Color Harmonies of #4D151D
Complementary color
Monochromatic Colors of #4D151D
Black with #4D151D
Text Example
Text Example
White with #4D151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D151D; }
p { color: rgb(77,21,29); }
H1.HeaderClassName
{
color: #4D151D;
}
.AnyTagClassName
{
color: #4D151D;
}
</style>
background-color css
<style>
a { background-color: #4D151D; }
a { background-color: rgb(77,21,29); }
div.DivClassName
{
background-color: #4D151D;
}
.BgClassName
{
background-color: #4D151D;
}
</style>
border-color css
<style>
span { border-color: #4D151D; }
span { border-color: rgb(77,21,29); }
td.TdClassName
{
border-color: #4D151D;
}
.TagClassName
{
border-color: #4D151D;
}
</style>