Shades of Bordeaux #4D191E
Tints of Bordeaux #4D191E
RGB
CMYK
RGB Variations
Color information
#4D191E (or 0x4D191E) is known color: Bordeaux. HEX triplet: 4D, 19 and 1E. RGB value is (77,25,30). Sum of RGB (Red+Green+Blue) = 77+25+30=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D191E is #B2E6E1. Grayscale: #292929. Windows color (decimal): -11724514 or 1972557. OLE color: 1972557.
HSL color Cylindrical-coordinate representation of color #4D191E: hue angle of 354.23º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D191E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 30 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.70 |
| HSL | 354.23º | 0.51% | 0.2% | - |
| HSV(B) | 354.23º | 0.68% | 0.3% | - |
| XYZ | 3.64 | 2.37 | 1.49 | - |
| YUV | 41.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 30 | 0 | 0.68 | 0.61 | 0.70 | 354.23 | 0.51 | 0.2 |
| Hex | 4D | 19 | 1E | 0 | 44 | 3D | 46 | 162 | 33 | 14 |
| Octal | 115 | 31 | 36 | 0 | 104 | 75 | 106 | 542 | 63 | 24 |
| Binary | 1001101 | 11001 | 11110 | 0 | 1000100 | 111101 | 1000110 | 101100010 | 110011 | 10100 |
Color Harmonies of #4D191E
Complementary color
Monochromatic Colors of #4D191E
Black with #4D191E
Text Example
Text Example
White with #4D191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D191E; }
p { color: rgb(77,25,30); }
H1.HeaderClassName
{
color: #4D191E;
}
.AnyTagClassName
{
color: #4D191E;
}
</style>
background-color css
<style>
a { background-color: #4D191E; }
a { background-color: rgb(77,25,30); }
div.DivClassName
{
background-color: #4D191E;
}
.BgClassName
{
background-color: #4D191E;
}
</style>
border-color css
<style>
span { border-color: #4D191E; }
span { border-color: rgb(77,25,30); }
td.TdClassName
{
border-color: #4D191E;
}
.TagClassName
{
border-color: #4D191E;
}
</style>