Shades of Bordeaux #4D021E
Tints of Bordeaux #4D021E
RGB
CMYK
RGB Variations
Color information
#4D021E (or 0x4D021E) is known color: Bordeaux. HEX triplet: 4D, 02 and 1E. RGB value is (77,2,30). Sum of RGB (Red+Green+Blue) = 77+2+30=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021E is #B2FDE1. Grayscale: #1B1B1B. Windows color (decimal): -11730402 or 1966669. OLE color: 1966669.
HSL color Cylindrical-coordinate representation of color #4D021E: hue angle of 337.6º 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 #4D021E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 30 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.70 |
| HSL | 337.6º | 0.95% | 0.15% | - |
| HSV(B) | 337.6º | 0.97% | 0.3% | - |
| XYZ | 3.32 | 1.71 | 1.38 | - |
| YUV | 27.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 30 | 0 | 0.97 | 0.61 | 0.70 | 337.6 | 0.95 | 0.15 |
| Hex | 4D | 2 | 1E | 0 | 61 | 3D | 46 | 152 | 5F | F |
| Octal | 115 | 2 | 36 | 0 | 141 | 75 | 106 | 522 | 137 | 17 |
| Binary | 1001101 | 10 | 11110 | 0 | 1100001 | 111101 | 1000110 | 101010010 | 1011111 | 1111 |
Color Harmonies of #4D021E
Complementary color
Monochromatic Colors of #4D021E
Black with #4D021E
Text Example
Text Example
White with #4D021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D021E; }
p { color: rgb(77,2,30); }
H1.HeaderClassName
{
color: #4D021E;
}
.AnyTagClassName
{
color: #4D021E;
}
</style>
background-color css
<style>
a { background-color: #4D021E; }
a { background-color: rgb(77,2,30); }
div.DivClassName
{
background-color: #4D021E;
}
.BgClassName
{
background-color: #4D021E;
}
</style>
border-color css
<style>
span { border-color: #4D021E; }
span { border-color: rgb(77,2,30); }
td.TdClassName
{
border-color: #4D021E;
}
.TagClassName
{
border-color: #4D021E;
}
</style>