Shades of Bordeaux #4D001B
Tints of Bordeaux #4D001B
RGB
CMYK
RGB Variations
Color information
#4D001B (or 0x4D001B) is known color: Bordeaux. HEX triplet: 4D, 00 and 1B. RGB value is (77,0,27). Sum of RGB (Red+Green+Blue) = 77+0+27=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D001B is #B2FFE4. Grayscale: #1A1A1A. Windows color (decimal): -11730917 or 1769549. OLE color: 1769549.
HSL color Cylindrical-coordinate representation of color #4D001B: hue angle of 338.96º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D001B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.65 | 0.70 |
| HSL | 338.96º | 1% | 0.15% | - |
| HSV(B) | 338.96º | 1% | 0.3% | - |
| XYZ | 3.26 | 1.66 | 1.18 | - |
| YUV | 26.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 27 | 0 | 1 | 0.65 | 0.70 | 338.96 | 1 | 0.15 |
| Hex | 4D | 0 | 1B | 0 | 64 | 41 | 46 | 153 | 64 | F |
| Octal | 115 | 0 | 33 | 0 | 144 | 101 | 106 | 523 | 144 | 17 |
| Binary | 1001101 | 0 | 11011 | 0 | 1100100 | 1000001 | 1000110 | 101010011 | 1100100 | 1111 |
Color Harmonies of #4D001B
Complementary color
Monochromatic Colors of #4D001B
Black with #4D001B
Text Example
Text Example
White with #4D001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D001B; }
p { color: rgb(77,0,27); }
H1.HeaderClassName
{
color: #4D001B;
}
.AnyTagClassName
{
color: #4D001B;
}
</style>
background-color css
<style>
a { background-color: #4D001B; }
a { background-color: rgb(77,0,27); }
div.DivClassName
{
background-color: #4D001B;
}
.BgClassName
{
background-color: #4D001B;
}
</style>
border-color css
<style>
span { border-color: #4D001B; }
span { border-color: rgb(77,0,27); }
td.TdClassName
{
border-color: #4D001B;
}
.TagClassName
{
border-color: #4D001B;
}
</style>