Shades of Bordeaux #4D1819
Tints of Bordeaux #4D1819
RGB
CMYK
RGB Variations
Color information
#4D1819 (or 0x4D1819) is known color: Bordeaux. HEX triplet: 4D, 18 and 19. RGB value is (77,24,25). Sum of RGB (Red+Green+Blue) = 77+24+25=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1819 is #B2E7E6. Grayscale: #282828. Windows color (decimal): -11724775 or 1644621. OLE color: 1644621.
HSL color Cylindrical-coordinate representation of color #4D1819: hue angle of 358.87º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1819 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 25 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.70 |
| HSL | 358.87º | 0.52% | 0.2% | - |
| HSV(B) | 358.87º | 0.69% | 0.3% | - |
| XYZ | 3.56 | 2.3 | 1.18 | - |
| YUV | 39.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 25 | 0 | 0.69 | 0.68 | 0.70 | 358.87 | 0.52 | 0.2 |
| Hex | 4D | 18 | 19 | 0 | 45 | 44 | 46 | 167 | 34 | 14 |
| Octal | 115 | 30 | 31 | 0 | 105 | 104 | 106 | 547 | 64 | 24 |
| Binary | 1001101 | 11000 | 11001 | 0 | 1000101 | 1000100 | 1000110 | 101100111 | 110100 | 10100 |
Color Harmonies of #4D1819
Complementary color
Monochromatic Colors of #4D1819
Black with #4D1819
Text Example
Text Example
White with #4D1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1819; }
p { color: rgb(77,24,25); }
H1.HeaderClassName
{
color: #4D1819;
}
.AnyTagClassName
{
color: #4D1819;
}
</style>
background-color css
<style>
a { background-color: #4D1819; }
a { background-color: rgb(77,24,25); }
div.DivClassName
{
background-color: #4D1819;
}
.BgClassName
{
background-color: #4D1819;
}
</style>
border-color css
<style>
span { border-color: #4D1819; }
span { border-color: rgb(77,24,25); }
td.TdClassName
{
border-color: #4D1819;
}
.TagClassName
{
border-color: #4D1819;
}
</style>