Shades of Bordeaux #4D091D
Tints of Bordeaux #4D091D
RGB
CMYK
RGB Variations
Color information
#4D091D (or 0x4D091D) is known color: Bordeaux. HEX triplet: 4D, 09 and 1D. RGB value is (77,9,29). Sum of RGB (Red+Green+Blue) = 77+9+29=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D091D is #B2F6E2. Grayscale: #1F1F1F. Windows color (decimal): -11728611 or 1902925. OLE color: 1902925.
HSL color Cylindrical-coordinate representation of color #4D091D: hue angle of 342.35º 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 #4D091D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 29 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.70 |
| HSL | 342.35º | 0.79% | 0.17% | - |
| HSV(B) | 342.35º | 0.88% | 0.3% | - |
| XYZ | 3.38 | 1.86 | 1.34 | - |
| YUV | 31.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 29 | 0 | 0.88 | 0.62 | 0.70 | 342.35 | 0.79 | 0.17 |
| Hex | 4D | 9 | 1D | 0 | 58 | 3E | 46 | 156 | 4F | 11 |
| Octal | 115 | 11 | 35 | 0 | 130 | 76 | 106 | 526 | 117 | 21 |
| Binary | 1001101 | 1001 | 11101 | 0 | 1011000 | 111110 | 1000110 | 101010110 | 1001111 | 10001 |
Color Harmonies of #4D091D
Complementary color
Monochromatic Colors of #4D091D
Black with #4D091D
Text Example
Text Example
White with #4D091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D091D; }
p { color: rgb(77,9,29); }
H1.HeaderClassName
{
color: #4D091D;
}
.AnyTagClassName
{
color: #4D091D;
}
</style>
background-color css
<style>
a { background-color: #4D091D; }
a { background-color: rgb(77,9,29); }
div.DivClassName
{
background-color: #4D091D;
}
.BgClassName
{
background-color: #4D091D;
}
</style>
border-color css
<style>
span { border-color: #4D091D; }
span { border-color: rgb(77,9,29); }
td.TdClassName
{
border-color: #4D091D;
}
.TagClassName
{
border-color: #4D091D;
}
</style>