Shades of Bordeaux #4D021C
Tints of Bordeaux #4D021C
RGB
CMYK
RGB Variations
Color information
#4D021C (or 0x4D021C) is known color: Bordeaux. HEX triplet: 4D, 02 and 1C. RGB value is (77,2,28). Sum of RGB (Red+Green+Blue) = 77+2+28=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021C is #B2FDE3. Grayscale: #1B1B1B. Windows color (decimal): -11730404 or 1835597. OLE color: 1835597.
HSL color Cylindrical-coordinate representation of color #4D021C: hue angle of 339.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D021C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 28 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.70 |
| HSL | 339.2º | 0.95% | 0.15% | - |
| HSV(B) | 339.2º | 0.97% | 0.3% | - |
| XYZ | 3.29 | 1.71 | 1.25 | - |
| YUV | 27.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 28 | 0 | 0.97 | 0.64 | 0.70 | 339.2 | 0.95 | 0.15 |
| Hex | 4D | 2 | 1C | 0 | 61 | 40 | 46 | 153 | 5F | F |
| Octal | 115 | 2 | 34 | 0 | 141 | 100 | 106 | 523 | 137 | 17 |
| Binary | 1001101 | 10 | 11100 | 0 | 1100001 | 1000000 | 1000110 | 101010011 | 1011111 | 1111 |
Color Harmonies of #4D021C
Complementary color
Monochromatic Colors of #4D021C
Black with #4D021C
Text Example
Text Example
White with #4D021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D021C; }
p { color: rgb(77,2,28); }
H1.HeaderClassName
{
color: #4D021C;
}
.AnyTagClassName
{
color: #4D021C;
}
</style>
background-color css
<style>
a { background-color: #4D021C; }
a { background-color: rgb(77,2,28); }
div.DivClassName
{
background-color: #4D021C;
}
.BgClassName
{
background-color: #4D021C;
}
</style>
border-color css
<style>
span { border-color: #4D021C; }
span { border-color: rgb(77,2,28); }
td.TdClassName
{
border-color: #4D021C;
}
.TagClassName
{
border-color: #4D021C;
}
</style>