Shades of Bordeaux #4D2128
Tints of Bordeaux #4D2128
RGB
CMYK
RGB Variations
Color information
#4D2128 (or 0x4D2128) is known color: Bordeaux. HEX triplet: 4D, 21 and 28. RGB value is (77,33,40). Sum of RGB (Red+Green+Blue) = 77+33+40=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2128 is #B2DED7. Grayscale: #2E2E2E. Windows color (decimal): -11722456 or 2629965. OLE color: 2629965.
HSL color Cylindrical-coordinate representation of color #4D2128: hue angle of 350.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2128 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 40 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.70 |
| HSL | 350.45º | 0.4% | 0.22% | - |
| HSV(B) | 350.45º | 0.57% | 0.3% | - |
| XYZ | 3.99 | 2.82 | 2.34 | - |
| YUV | 46.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 40 | 0 | 0.57 | 0.48 | 0.70 | 350.45 | 0.4 | 0.22 |
| Hex | 4D | 21 | 28 | 0 | 39 | 30 | 46 | 15E | 28 | 16 |
| Octal | 115 | 41 | 50 | 0 | 71 | 60 | 106 | 536 | 50 | 26 |
| Binary | 1001101 | 100001 | 101000 | 0 | 111001 | 110000 | 1000110 | 101011110 | 101000 | 10110 |
Color Harmonies of #4D2128
Complementary color
Monochromatic Colors of #4D2128
Black with #4D2128
Text Example
Text Example
White with #4D2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2128; }
p { color: rgb(77,33,40); }
H1.HeaderClassName
{
color: #4D2128;
}
.AnyTagClassName
{
color: #4D2128;
}
</style>
background-color css
<style>
a { background-color: #4D2128; }
a { background-color: rgb(77,33,40); }
div.DivClassName
{
background-color: #4D2128;
}
.BgClassName
{
background-color: #4D2128;
}
</style>
border-color css
<style>
span { border-color: #4D2128; }
span { border-color: rgb(77,33,40); }
td.TdClassName
{
border-color: #4D2128;
}
.TagClassName
{
border-color: #4D2128;
}
</style>