Shades of Bordeaux #4D1619
Tints of Bordeaux #4D1619
RGB
CMYK
RGB Variations
Color information
#4D1619 (or 0x4D1619) is known color: Bordeaux. HEX triplet: 4D, 16 and 19. RGB value is (77,22,25). Sum of RGB (Red+Green+Blue) = 77+22+25=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1619 is #B2E9E6. Grayscale: #262626. Windows color (decimal): -11725287 or 1644109. OLE color: 1644109.
HSL color Cylindrical-coordinate representation of color #4D1619: hue angle of 356.73º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1619 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 25 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.70 |
| HSL | 356.73º | 0.56% | 0.19% | - |
| HSV(B) | 356.73º | 0.71% | 0.3% | - |
| XYZ | 3.52 | 2.22 | 1.16 | - |
| YUV | 38.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 25 | 0 | 0.71 | 0.68 | 0.70 | 356.73 | 0.56 | 0.19 |
| Hex | 4D | 16 | 19 | 0 | 47 | 44 | 46 | 165 | 38 | 13 |
| Octal | 115 | 26 | 31 | 0 | 107 | 104 | 106 | 545 | 70 | 23 |
| Binary | 1001101 | 10110 | 11001 | 0 | 1000111 | 1000100 | 1000110 | 101100101 | 111000 | 10011 |
Color Harmonies of #4D1619
Complementary color
Monochromatic Colors of #4D1619
Black with #4D1619
Text Example
Text Example
White with #4D1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1619; }
p { color: rgb(77,22,25); }
H1.HeaderClassName
{
color: #4D1619;
}
.AnyTagClassName
{
color: #4D1619;
}
</style>
background-color css
<style>
a { background-color: #4D1619; }
a { background-color: rgb(77,22,25); }
div.DivClassName
{
background-color: #4D1619;
}
.BgClassName
{
background-color: #4D1619;
}
</style>
border-color css
<style>
span { border-color: #4D1619; }
span { border-color: rgb(77,22,25); }
td.TdClassName
{
border-color: #4D1619;
}
.TagClassName
{
border-color: #4D1619;
}
</style>