Shades of Bordeaux #4D141F
Tints of Bordeaux #4D141F
RGB
CMYK
RGB Variations
Color information
#4D141F (or 0x4D141F) is known color: Bordeaux. HEX triplet: 4D, 14 and 1F. RGB value is (77,20,31). Sum of RGB (Red+Green+Blue) = 77+20+31=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D141F is #B2EBE0. Grayscale: #262626. Windows color (decimal): -11725793 or 2036813. OLE color: 2036813.
HSL color Cylindrical-coordinate representation of color #4D141F: hue angle of 348.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D141F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 31 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.70 |
| HSL | 348.42º | 0.59% | 0.19% | - |
| HSV(B) | 348.42º | 0.74% | 0.3% | - |
| XYZ | 3.56 | 2.18 | 1.53 | - |
| YUV | 38.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 31 | 0 | 0.74 | 0.60 | 0.70 | 348.42 | 0.59 | 0.19 |
| Hex | 4D | 14 | 1F | 0 | 4A | 3C | 46 | 15C | 3B | 13 |
| Octal | 115 | 24 | 37 | 0 | 112 | 74 | 106 | 534 | 73 | 23 |
| Binary | 1001101 | 10100 | 11111 | 0 | 1001010 | 111100 | 1000110 | 101011100 | 111011 | 10011 |
Color Harmonies of #4D141F
Complementary color
Monochromatic Colors of #4D141F
Black with #4D141F
Text Example
Text Example
White with #4D141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D141F; }
p { color: rgb(77,20,31); }
H1.HeaderClassName
{
color: #4D141F;
}
.AnyTagClassName
{
color: #4D141F;
}
</style>
background-color css
<style>
a { background-color: #4D141F; }
a { background-color: rgb(77,20,31); }
div.DivClassName
{
background-color: #4D141F;
}
.BgClassName
{
background-color: #4D141F;
}
</style>
border-color css
<style>
span { border-color: #4D141F; }
span { border-color: rgb(77,20,31); }
td.TdClassName
{
border-color: #4D141F;
}
.TagClassName
{
border-color: #4D141F;
}
</style>