Shades of Bordeaux #4D1320
Tints of Bordeaux #4D1320
RGB
CMYK
RGB Variations
Color information
#4D1320 (or 0x4D1320) is known color: Bordeaux. HEX triplet: 4D, 13 and 20. RGB value is (77,19,32). Sum of RGB (Red+Green+Blue) = 77+19+32=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1320 is #B2ECDF. Grayscale: #252525. Windows color (decimal): -11726048 or 2102093. OLE color: 2102093.
HSL color Cylindrical-coordinate representation of color #4D1320: hue angle of 346.55º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1320 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 32 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.70 |
| HSL | 346.55º | 0.6% | 0.19% | - |
| HSV(B) | 346.55º | 0.75% | 0.3% | - |
| XYZ | 3.55 | 2.15 | 1.59 | - |
| YUV | 37.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 32 | 0 | 0.75 | 0.58 | 0.70 | 346.55 | 0.6 | 0.19 |
| Hex | 4D | 13 | 20 | 0 | 4B | 3A | 46 | 15B | 3C | 13 |
| Octal | 115 | 23 | 40 | 0 | 113 | 72 | 106 | 533 | 74 | 23 |
| Binary | 1001101 | 10011 | 100000 | 0 | 1001011 | 111010 | 1000110 | 101011011 | 111100 | 10011 |
Color Harmonies of #4D1320
Complementary color
Monochromatic Colors of #4D1320
Black with #4D1320
Text Example
Text Example
White with #4D1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1320; }
p { color: rgb(77,19,32); }
H1.HeaderClassName
{
color: #4D1320;
}
.AnyTagClassName
{
color: #4D1320;
}
</style>
background-color css
<style>
a { background-color: #4D1320; }
a { background-color: rgb(77,19,32); }
div.DivClassName
{
background-color: #4D1320;
}
.BgClassName
{
background-color: #4D1320;
}
</style>
border-color css
<style>
span { border-color: #4D1320; }
span { border-color: rgb(77,19,32); }
td.TdClassName
{
border-color: #4D1320;
}
.TagClassName
{
border-color: #4D1320;
}
</style>