Shades of Bordeaux #4D1419
Tints of Bordeaux #4D1419
RGB
CMYK
RGB Variations
Color information
#4D1419 (or 0x4D1419) is known color: Bordeaux. HEX triplet: 4D, 14 and 19. RGB value is (77,20,25). Sum of RGB (Red+Green+Blue) = 77+20+25=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1419 is #B2EBE6. Grayscale: #252525. Windows color (decimal): -11725799 or 1643597. OLE color: 1643597.
HSL color Cylindrical-coordinate representation of color #4D1419: hue angle of 354.74º 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 #4D1419 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 25 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.70 |
| HSL | 354.74º | 0.59% | 0.19% | - |
| HSV(B) | 354.74º | 0.74% | 0.3% | - |
| XYZ | 3.49 | 2.15 | 1.15 | - |
| YUV | 37.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 25 | 0 | 0.74 | 0.68 | 0.70 | 354.74 | 0.59 | 0.19 |
| Hex | 4D | 14 | 19 | 0 | 4A | 44 | 46 | 163 | 3B | 13 |
| Octal | 115 | 24 | 31 | 0 | 112 | 104 | 106 | 543 | 73 | 23 |
| Binary | 1001101 | 10100 | 11001 | 0 | 1001010 | 1000100 | 1000110 | 101100011 | 111011 | 10011 |
Color Harmonies of #4D1419
Complementary color
Monochromatic Colors of #4D1419
Black with #4D1419
Text Example
Text Example
White with #4D1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1419; }
p { color: rgb(77,20,25); }
H1.HeaderClassName
{
color: #4D1419;
}
.AnyTagClassName
{
color: #4D1419;
}
</style>
background-color css
<style>
a { background-color: #4D1419; }
a { background-color: rgb(77,20,25); }
div.DivClassName
{
background-color: #4D1419;
}
.BgClassName
{
background-color: #4D1419;
}
</style>
border-color css
<style>
span { border-color: #4D1419; }
span { border-color: rgb(77,20,25); }
td.TdClassName
{
border-color: #4D1419;
}
.TagClassName
{
border-color: #4D1419;
}
</style>