Shades of Bordeaux #4D191D
Tints of Bordeaux #4D191D
RGB
CMYK
RGB Variations
Color information
#4D191D (or 0x4D191D) is known color: Bordeaux. HEX triplet: 4D, 19 and 1D. RGB value is (77,25,29). Sum of RGB (Red+Green+Blue) = 77+25+29=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D191D is #B2E6E2. Grayscale: #292929. Windows color (decimal): -11724515 or 1907021. OLE color: 1907021.
HSL color Cylindrical-coordinate representation of color #4D191D: hue angle of 355.38º 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 #4D191D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 29 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.70 |
| HSL | 355.38º | 0.51% | 0.2% | - |
| HSV(B) | 355.38º | 0.68% | 0.3% | - |
| XYZ | 3.63 | 2.36 | 1.43 | - |
| YUV | 41 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 29 | 0 | 0.68 | 0.62 | 0.70 | 355.38 | 0.51 | 0.2 |
| Hex | 4D | 19 | 1D | 0 | 44 | 3E | 46 | 163 | 33 | 14 |
| Octal | 115 | 31 | 35 | 0 | 104 | 76 | 106 | 543 | 63 | 24 |
| Binary | 1001101 | 11001 | 11101 | 0 | 1000100 | 111110 | 1000110 | 101100011 | 110011 | 10100 |
Color Harmonies of #4D191D
Complementary color
Monochromatic Colors of #4D191D
Black with #4D191D
Text Example
Text Example
White with #4D191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D191D; }
p { color: rgb(77,25,29); }
H1.HeaderClassName
{
color: #4D191D;
}
.AnyTagClassName
{
color: #4D191D;
}
</style>
background-color css
<style>
a { background-color: #4D191D; }
a { background-color: rgb(77,25,29); }
div.DivClassName
{
background-color: #4D191D;
}
.BgClassName
{
background-color: #4D191D;
}
</style>
border-color css
<style>
span { border-color: #4D191D; }
span { border-color: rgb(77,25,29); }
td.TdClassName
{
border-color: #4D191D;
}
.TagClassName
{
border-color: #4D191D;
}
</style>