Shades of Bordeaux #4C0E20
Tints of Bordeaux #4C0E20
RGB
CMYK
RGB Variations
Color information
#4C0E20 (or 0x4C0E20) is known color: Bordeaux. HEX triplet: 4C, 0E and 20. RGB value is (76,14,32). Sum of RGB (Red+Green+Blue) = 76+14+32=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E20 is #B3F1DF. Grayscale: #222222. Windows color (decimal): -11792864 or 2100812. OLE color: 2100812.
HSL color Cylindrical-coordinate representation of color #4C0E20: hue angle of 342.58º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E20 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 32 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.70 |
| HSL | 342.58º | 0.69% | 0.18% | - |
| HSV(B) | 342.58º | 0.82% | 0.3% | - |
| XYZ | 3.4 | 1.95 | 1.56 | - |
| YUV | 34.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 32 | 0 | 0.82 | 0.58 | 0.70 | 342.58 | 0.69 | 0.18 |
| Hex | 4C | E | 20 | 0 | 52 | 3A | 46 | 157 | 45 | 12 |
| Octal | 114 | 16 | 40 | 0 | 122 | 72 | 106 | 527 | 105 | 22 |
| Binary | 1001100 | 1110 | 100000 | 0 | 1010010 | 111010 | 1000110 | 101010111 | 1000101 | 10010 |
Color Harmonies of #4C0E20
Complementary color
Monochromatic Colors of #4C0E20
Black with #4C0E20
Text Example
Text Example
White with #4C0E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E20; }
p { color: rgb(76,14,32); }
H1.HeaderClassName
{
color: #4C0E20;
}
.AnyTagClassName
{
color: #4C0E20;
}
</style>
background-color css
<style>
a { background-color: #4C0E20; }
a { background-color: rgb(76,14,32); }
div.DivClassName
{
background-color: #4C0E20;
}
.BgClassName
{
background-color: #4C0E20;
}
</style>
border-color css
<style>
span { border-color: #4C0E20; }
span { border-color: rgb(76,14,32); }
td.TdClassName
{
border-color: #4C0E20;
}
.TagClassName
{
border-color: #4C0E20;
}
</style>