Shades of Bordeaux #4D0A1D
Tints of Bordeaux #4D0A1D
RGB
CMYK
RGB Variations
Color information
#4D0A1D (or 0x4D0A1D) is known color: Bordeaux. HEX triplet: 4D, 0A and 1D. RGB value is (77,10,29). Sum of RGB (Red+Green+Blue) = 77+10+29=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0A1D is #B2F5E2. Grayscale: #202020. Windows color (decimal): -11728355 or 1903181. OLE color: 1903181.
HSL color Cylindrical-coordinate representation of color #4D0A1D: hue angle of 342.99º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A1D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 29 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.70 |
| HSL | 342.99º | 0.77% | 0.17% | - |
| HSV(B) | 342.99º | 0.87% | 0.3% | - |
| XYZ | 3.39 | 1.88 | 1.35 | - |
| YUV | 32.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 29 | 0 | 0.87 | 0.62 | 0.70 | 342.99 | 0.77 | 0.17 |
| Hex | 4D | A | 1D | 0 | 57 | 3E | 46 | 157 | 4D | 11 |
| Octal | 115 | 12 | 35 | 0 | 127 | 76 | 106 | 527 | 115 | 21 |
| Binary | 1001101 | 1010 | 11101 | 0 | 1010111 | 111110 | 1000110 | 101010111 | 1001101 | 10001 |
Color Harmonies of #4D0A1D
Complementary color
Monochromatic Colors of #4D0A1D
Black with #4D0A1D
Text Example
Text Example
White with #4D0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A1D; }
p { color: rgb(77,10,29); }
H1.HeaderClassName
{
color: #4D0A1D;
}
.AnyTagClassName
{
color: #4D0A1D;
}
</style>
background-color css
<style>
a { background-color: #4D0A1D; }
a { background-color: rgb(77,10,29); }
div.DivClassName
{
background-color: #4D0A1D;
}
.BgClassName
{
background-color: #4D0A1D;
}
</style>
border-color css
<style>
span { border-color: #4D0A1D; }
span { border-color: rgb(77,10,29); }
td.TdClassName
{
border-color: #4D0A1D;
}
.TagClassName
{
border-color: #4D0A1D;
}
</style>