Shades of Bordeaux #4D222B
Tints of Bordeaux #4D222B
RGB
CMYK
RGB Variations
Color information
#4D222B (or 0x4D222B) is known color: Bordeaux. HEX triplet: 4D, 22 and 2B. RGB value is (77,34,43). Sum of RGB (Red+Green+Blue) = 77+34+43=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222B is #B2DDD4. Grayscale: #2F2F2F. Windows color (decimal): -11722197 or 2826829. OLE color: 2826829.
HSL color Cylindrical-coordinate representation of color #4D222B: hue angle of 347.44º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D222B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 43 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.70 |
| HSL | 347.44º | 0.39% | 0.22% | - |
| HSV(B) | 347.44º | 0.56% | 0.3% | - |
| XYZ | 4.07 | 2.9 | 2.63 | - |
| YUV | 47.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 43 | 0 | 0.56 | 0.44 | 0.70 | 347.44 | 0.39 | 0.22 |
| Hex | 4D | 22 | 2B | 0 | 38 | 2C | 46 | 15B | 27 | 16 |
| Octal | 115 | 42 | 53 | 0 | 70 | 54 | 106 | 533 | 47 | 26 |
| Binary | 1001101 | 100010 | 101011 | 0 | 111000 | 101100 | 1000110 | 101011011 | 100111 | 10110 |
Color Harmonies of #4D222B
Complementary color
Monochromatic Colors of #4D222B
Black with #4D222B
Text Example
Text Example
White with #4D222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D222B; }
p { color: rgb(77,34,43); }
H1.HeaderClassName
{
color: #4D222B;
}
.AnyTagClassName
{
color: #4D222B;
}
</style>
background-color css
<style>
a { background-color: #4D222B; }
a { background-color: rgb(77,34,43); }
div.DivClassName
{
background-color: #4D222B;
}
.BgClassName
{
background-color: #4D222B;
}
</style>
border-color css
<style>
span { border-color: #4D222B; }
span { border-color: rgb(77,34,43); }
td.TdClassName
{
border-color: #4D222B;
}
.TagClassName
{
border-color: #4D222B;
}
</style>