Shades of Bordeaux #4D191C
Tints of Bordeaux #4D191C
RGB
CMYK
RGB Variations
Color information
#4D191C (or 0x4D191C) is known color: Bordeaux. HEX triplet: 4D, 19 and 1C. RGB value is (77,25,28). Sum of RGB (Red+Green+Blue) = 77+25+28=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D191C is #B2E6E3. Grayscale: #282828. Windows color (decimal): -11724516 or 1841485. OLE color: 1841485.
HSL color Cylindrical-coordinate representation of color #4D191C: hue angle of 356.54º 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 #4D191C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 28 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.70 |
| HSL | 356.54º | 0.51% | 0.2% | - |
| HSV(B) | 356.54º | 0.68% | 0.3% | - |
| XYZ | 3.62 | 2.36 | 1.36 | - |
| YUV | 40.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 28 | 0 | 0.68 | 0.64 | 0.70 | 356.54 | 0.51 | 0.2 |
| Hex | 4D | 19 | 1C | 0 | 44 | 40 | 46 | 165 | 33 | 14 |
| Octal | 115 | 31 | 34 | 0 | 104 | 100 | 106 | 545 | 63 | 24 |
| Binary | 1001101 | 11001 | 11100 | 0 | 1000100 | 1000000 | 1000110 | 101100101 | 110011 | 10100 |
Color Harmonies of #4D191C
Complementary color
Monochromatic Colors of #4D191C
Black with #4D191C
Text Example
Text Example
White with #4D191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D191C; }
p { color: rgb(77,25,28); }
H1.HeaderClassName
{
color: #4D191C;
}
.AnyTagClassName
{
color: #4D191C;
}
</style>
background-color css
<style>
a { background-color: #4D191C; }
a { background-color: rgb(77,25,28); }
div.DivClassName
{
background-color: #4D191C;
}
.BgClassName
{
background-color: #4D191C;
}
</style>
border-color css
<style>
span { border-color: #4D191C; }
span { border-color: rgb(77,25,28); }
td.TdClassName
{
border-color: #4D191C;
}
.TagClassName
{
border-color: #4D191C;
}
</style>