Shades of Bordeaux #4D0914
Tints of Bordeaux #4D0914
RGB
CMYK
RGB Variations
Color information
#4D0914 (or 0x4D0914) is known color: Bordeaux. HEX triplet: 4D, 09 and 14. RGB value is (77,9,20). Sum of RGB (Red+Green+Blue) = 77+9+20=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0914 is #B2F6EB. Grayscale: #1E1E1E. Windows color (decimal): -11728620 or 1313101. OLE color: 1313101.
HSL color Cylindrical-coordinate representation of color #4D0914: hue angle of 350.29º 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 #4D0914 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 20 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.70 |
| HSL | 350.29º | 0.79% | 0.17% | - |
| HSV(B) | 350.29º | 0.88% | 0.3% | - |
| XYZ | 3.28 | 1.82 | 0.84 | - |
| YUV | 30.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 20 | 0 | 0.88 | 0.74 | 0.70 | 350.29 | 0.79 | 0.17 |
| Hex | 4D | 9 | 14 | 0 | 58 | 4A | 46 | 15E | 4F | 11 |
| Octal | 115 | 11 | 24 | 0 | 130 | 112 | 106 | 536 | 117 | 21 |
| Binary | 1001101 | 1001 | 10100 | 0 | 1011000 | 1001010 | 1000110 | 101011110 | 1001111 | 10001 |
Color Harmonies of #4D0914
Complementary color
Monochromatic Colors of #4D0914
Black with #4D0914
Text Example
Text Example
White with #4D0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0914; }
p { color: rgb(77,9,20); }
H1.HeaderClassName
{
color: #4D0914;
}
.AnyTagClassName
{
color: #4D0914;
}
</style>
background-color css
<style>
a { background-color: #4D0914; }
a { background-color: rgb(77,9,20); }
div.DivClassName
{
background-color: #4D0914;
}
.BgClassName
{
background-color: #4D0914;
}
</style>
border-color css
<style>
span { border-color: #4D0914; }
span { border-color: rgb(77,9,20); }
td.TdClassName
{
border-color: #4D0914;
}
.TagClassName
{
border-color: #4D0914;
}
</style>