Shades of Bordeaux #4C0012
Tints of Bordeaux #4C0012
RGB
CMYK
RGB Variations
Color information
#4C0012 (or 0x4C0012) is known color: Bordeaux. HEX triplet: 4C, 00 and 12. RGB value is (76,0,18). Sum of RGB (Red+Green+Blue) = 76+0+18=94 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80.85% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0012 is #B3FFED. Grayscale: #181818. Windows color (decimal): -11796462 or 1179724. OLE color: 1179724.
HSL color Cylindrical-coordinate representation of color #4C0012: hue angle of 345.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0012 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.76 | 0.70 |
| HSL | 345.79º | 1% | 0.15% | - |
| HSV(B) | 345.79º | 1% | 0.3% | - |
| XYZ | 3.09 | 1.58 | 0.71 | - |
| YUV | 24.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 18 | 0 | 1 | 0.76 | 0.70 | 345.79 | 1 | 0.15 |
| Hex | 4C | 0 | 12 | 0 | 64 | 4C | 46 | 15A | 64 | F |
| Octal | 114 | 0 | 22 | 0 | 144 | 114 | 106 | 532 | 144 | 17 |
| Binary | 1001100 | 0 | 10010 | 0 | 1100100 | 1001100 | 1000110 | 101011010 | 1100100 | 1111 |
Color Harmonies of #4C0012
Complementary color
Monochromatic Colors of #4C0012
Black with #4C0012
Text Example
Text Example
White with #4C0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0012; }
p { color: rgb(76,0,18); }
H1.HeaderClassName
{
color: #4C0012;
}
.AnyTagClassName
{
color: #4C0012;
}
</style>
background-color css
<style>
a { background-color: #4C0012; }
a { background-color: rgb(76,0,18); }
div.DivClassName
{
background-color: #4C0012;
}
.BgClassName
{
background-color: #4C0012;
}
</style>
border-color css
<style>
span { border-color: #4C0012; }
span { border-color: rgb(76,0,18); }
td.TdClassName
{
border-color: #4C0012;
}
.TagClassName
{
border-color: #4C0012;
}
</style>