Shades of Bordeaux #4D0C22
Tints of Bordeaux #4D0C22
RGB
CMYK
RGB Variations
Color information
#4D0C22 (or 0x4D0C22) is known color: Bordeaux. HEX triplet: 4D, 0C and 22. RGB value is (77,12,34). Sum of RGB (Red+Green+Blue) = 77+12+34=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C22 is #B2F3DD. Grayscale: #212121. Windows color (decimal): -11727838 or 2231373. OLE color: 2231373.
HSL color Cylindrical-coordinate representation of color #4D0C22: hue angle of 339.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C22 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 34 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.70 |
| HSL | 339.69º | 0.73% | 0.17% | - |
| HSV(B) | 339.69º | 0.84% | 0.3% | - |
| XYZ | 3.48 | 1.96 | 1.71 | - |
| YUV | 33.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 34 | 0 | 0.84 | 0.56 | 0.70 | 339.69 | 0.73 | 0.17 |
| Hex | 4D | C | 22 | 0 | 54 | 38 | 46 | 154 | 49 | 11 |
| Octal | 115 | 14 | 42 | 0 | 124 | 70 | 106 | 524 | 111 | 21 |
| Binary | 1001101 | 1100 | 100010 | 0 | 1010100 | 111000 | 1000110 | 101010100 | 1001001 | 10001 |
Color Harmonies of #4D0C22
Complementary color
Monochromatic Colors of #4D0C22
Black with #4D0C22
Text Example
Text Example
White with #4D0C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C22; }
p { color: rgb(77,12,34); }
H1.HeaderClassName
{
color: #4D0C22;
}
.AnyTagClassName
{
color: #4D0C22;
}
</style>
background-color css
<style>
a { background-color: #4D0C22; }
a { background-color: rgb(77,12,34); }
div.DivClassName
{
background-color: #4D0C22;
}
.BgClassName
{
background-color: #4D0C22;
}
</style>
border-color css
<style>
span { border-color: #4D0C22; }
span { border-color: rgb(77,12,34); }
td.TdClassName
{
border-color: #4D0C22;
}
.TagClassName
{
border-color: #4D0C22;
}
</style>