Shades of Bordeaux #4D071B
Tints of Bordeaux #4D071B
RGB
CMYK
RGB Variations
Color information
#4D071B (or 0x4D071B) is known color: Bordeaux. HEX triplet: 4D, 07 and 1B. RGB value is (77,7,27). Sum of RGB (Red+Green+Blue) = 77+7+27=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D071B is #B2F8E4. Grayscale: #1E1E1E. Windows color (decimal): -11729125 or 1771341. OLE color: 1771341.
HSL color Cylindrical-coordinate representation of color #4D071B: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D071B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 27 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.70 |
| HSL | 342.86º | 0.83% | 0.16% | - |
| HSV(B) | 342.86º | 0.91% | 0.3% | - |
| XYZ | 3.33 | 1.81 | 1.21 | - |
| YUV | 30.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 27 | 0 | 0.91 | 0.65 | 0.70 | 342.86 | 0.83 | 0.16 |
| Hex | 4D | 7 | 1B | 0 | 5B | 41 | 46 | 157 | 53 | 10 |
| Octal | 115 | 7 | 33 | 0 | 133 | 101 | 106 | 527 | 123 | 20 |
| Binary | 1001101 | 111 | 11011 | 0 | 1011011 | 1000001 | 1000110 | 101010111 | 1010011 | 10000 |
Color Harmonies of #4D071B
Complementary color
Monochromatic Colors of #4D071B
Black with #4D071B
Text Example
Text Example
White with #4D071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D071B; }
p { color: rgb(77,7,27); }
H1.HeaderClassName
{
color: #4D071B;
}
.AnyTagClassName
{
color: #4D071B;
}
</style>
background-color css
<style>
a { background-color: #4D071B; }
a { background-color: rgb(77,7,27); }
div.DivClassName
{
background-color: #4D071B;
}
.BgClassName
{
background-color: #4D071B;
}
</style>
border-color css
<style>
span { border-color: #4D071B; }
span { border-color: rgb(77,7,27); }
td.TdClassName
{
border-color: #4D071B;
}
.TagClassName
{
border-color: #4D071B;
}
</style>