Shades of Bordeaux #4D0913
Tints of Bordeaux #4D0913
RGB
CMYK
RGB Variations
Color information
#4D0913 (or 0x4D0913) is known color: Bordeaux. HEX triplet: 4D, 09 and 13. RGB value is (77,9,19). Sum of RGB (Red+Green+Blue) = 77+9+19=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0913 is #B2F6EC. Grayscale: #1E1E1E. Windows color (decimal): -11728621 or 1247565. OLE color: 1247565.
HSL color Cylindrical-coordinate representation of color #4D0913: hue angle of 351.18º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0913 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 19 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.70 |
| HSL | 351.18º | 0.79% | 0.17% | - |
| HSV(B) | 351.18º | 0.88% | 0.3% | - |
| XYZ | 3.28 | 1.82 | 0.79 | - |
| YUV | 30.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 19 | 0 | 0.88 | 0.75 | 0.70 | 351.18 | 0.79 | 0.17 |
| Hex | 4D | 9 | 13 | 0 | 58 | 4B | 46 | 15F | 4F | 11 |
| Octal | 115 | 11 | 23 | 0 | 130 | 113 | 106 | 537 | 117 | 21 |
| Binary | 1001101 | 1001 | 10011 | 0 | 1011000 | 1001011 | 1000110 | 101011111 | 1001111 | 10001 |
Color Harmonies of #4D0913
Complementary color
Monochromatic Colors of #4D0913
Black with #4D0913
Text Example
Text Example
White with #4D0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0913; }
p { color: rgb(77,9,19); }
H1.HeaderClassName
{
color: #4D0913;
}
.AnyTagClassName
{
color: #4D0913;
}
</style>
background-color css
<style>
a { background-color: #4D0913; }
a { background-color: rgb(77,9,19); }
div.DivClassName
{
background-color: #4D0913;
}
.BgClassName
{
background-color: #4D0913;
}
</style>
border-color css
<style>
span { border-color: #4D0913; }
span { border-color: rgb(77,9,19); }
td.TdClassName
{
border-color: #4D0913;
}
.TagClassName
{
border-color: #4D0913;
}
</style>