Shades of Bordeaux #4D021A
Tints of Bordeaux #4D021A
RGB
CMYK
RGB Variations
Color information
#4D021A (or 0x4D021A) is known color: Bordeaux. HEX triplet: 4D, 02 and 1A. RGB value is (77,2,26). Sum of RGB (Red+Green+Blue) = 77+2+26=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021A is #B2FDE5. Grayscale: #1B1B1B. Windows color (decimal): -11730406 or 1704525. OLE color: 1704525.
HSL color Cylindrical-coordinate representation of color #4D021A: hue angle of 340.8º 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 #4D021A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 26 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.70 |
| HSL | 340.8º | 0.95% | 0.15% | - |
| HSV(B) | 340.8º | 0.97% | 0.3% | - |
| XYZ | 3.27 | 1.7 | 1.13 | - |
| YUV | 27.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 26 | 0 | 0.97 | 0.66 | 0.70 | 340.8 | 0.95 | 0.15 |
| Hex | 4D | 2 | 1A | 0 | 61 | 42 | 46 | 155 | 5F | F |
| Octal | 115 | 2 | 32 | 0 | 141 | 102 | 106 | 525 | 137 | 17 |
| Binary | 1001101 | 10 | 11010 | 0 | 1100001 | 1000010 | 1000110 | 101010101 | 1011111 | 1111 |
Color Harmonies of #4D021A
Complementary color
Monochromatic Colors of #4D021A
Black with #4D021A
Text Example
Text Example
White with #4D021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D021A; }
p { color: rgb(77,2,26); }
H1.HeaderClassName
{
color: #4D021A;
}
.AnyTagClassName
{
color: #4D021A;
}
</style>
background-color css
<style>
a { background-color: #4D021A; }
a { background-color: rgb(77,2,26); }
div.DivClassName
{
background-color: #4D021A;
}
.BgClassName
{
background-color: #4D021A;
}
</style>
border-color css
<style>
span { border-color: #4D021A; }
span { border-color: rgb(77,2,26); }
td.TdClassName
{
border-color: #4D021A;
}
.TagClassName
{
border-color: #4D021A;
}
</style>