Shades of Bordeaux #4D0C23
Tints of Bordeaux #4D0C23
RGB
CMYK
RGB Variations
Color information
#4D0C23 (or 0x4D0C23) is known color: Bordeaux. HEX triplet: 4D, 0C and 23. RGB value is (77,12,35). Sum of RGB (Red+Green+Blue) = 77+12+35=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C23 is #B2F3DC. Grayscale: #222222. Windows color (decimal): -11727837 or 2296909. OLE color: 2296909.
HSL color Cylindrical-coordinate representation of color #4D0C23: hue angle of 338.77º 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 #4D0C23 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 35 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.70 |
| HSL | 338.77º | 0.73% | 0.17% | - |
| HSV(B) | 338.77º | 0.84% | 0.3% | - |
| XYZ | 3.5 | 1.96 | 1.78 | - |
| YUV | 34.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 35 | 0 | 0.84 | 0.55 | 0.70 | 338.77 | 0.73 | 0.17 |
| Hex | 4D | C | 23 | 0 | 54 | 37 | 46 | 153 | 49 | 11 |
| Octal | 115 | 14 | 43 | 0 | 124 | 67 | 106 | 523 | 111 | 21 |
| Binary | 1001101 | 1100 | 100011 | 0 | 1010100 | 110111 | 1000110 | 101010011 | 1001001 | 10001 |
Color Harmonies of #4D0C23
Complementary color
Monochromatic Colors of #4D0C23
Black with #4D0C23
Text Example
Text Example
White with #4D0C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C23; }
p { color: rgb(77,12,35); }
H1.HeaderClassName
{
color: #4D0C23;
}
.AnyTagClassName
{
color: #4D0C23;
}
</style>
background-color css
<style>
a { background-color: #4D0C23; }
a { background-color: rgb(77,12,35); }
div.DivClassName
{
background-color: #4D0C23;
}
.BgClassName
{
background-color: #4D0C23;
}
</style>
border-color css
<style>
span { border-color: #4D0C23; }
span { border-color: rgb(77,12,35); }
td.TdClassName
{
border-color: #4D0C23;
}
.TagClassName
{
border-color: #4D0C23;
}
</style>