Shades of Bordeaux #4D031D
Tints of Bordeaux #4D031D
RGB
CMYK
RGB Variations
Color information
#4D031D (or 0x4D031D) is known color: Bordeaux. HEX triplet: 4D, 03 and 1D. RGB value is (77,3,29). Sum of RGB (Red+Green+Blue) = 77+3+29=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D031D is #B2FCE2. Grayscale: #1C1C1C. Windows color (decimal): -11730147 or 1901389. OLE color: 1901389.
HSL color Cylindrical-coordinate representation of color #4D031D: hue angle of 338.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D031D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 29 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.70 |
| HSL | 338.92º | 0.93% | 0.16% | - |
| HSV(B) | 338.92º | 0.96% | 0.3% | - |
| XYZ | 3.31 | 1.73 | 1.32 | - |
| YUV | 28.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 29 | 0 | 0.96 | 0.62 | 0.70 | 338.92 | 0.93 | 0.16 |
| Hex | 4D | 3 | 1D | 0 | 60 | 3E | 46 | 153 | 5C | 10 |
| Octal | 115 | 3 | 35 | 0 | 140 | 76 | 106 | 523 | 134 | 20 |
| Binary | 1001101 | 11 | 11101 | 0 | 1100000 | 111110 | 1000110 | 101010011 | 1011100 | 10000 |
Color Harmonies of #4D031D
Complementary color
Monochromatic Colors of #4D031D
Black with #4D031D
Text Example
Text Example
White with #4D031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D031D; }
p { color: rgb(77,3,29); }
H1.HeaderClassName
{
color: #4D031D;
}
.AnyTagClassName
{
color: #4D031D;
}
</style>
background-color css
<style>
a { background-color: #4D031D; }
a { background-color: rgb(77,3,29); }
div.DivClassName
{
background-color: #4D031D;
}
.BgClassName
{
background-color: #4D031D;
}
</style>
border-color css
<style>
span { border-color: #4D031D; }
span { border-color: rgb(77,3,29); }
td.TdClassName
{
border-color: #4D031D;
}
.TagClassName
{
border-color: #4D031D;
}
</style>