Shades of Bordeaux #4C0B14
Tints of Bordeaux #4C0B14
RGB
CMYK
RGB Variations
Color information
#4C0B14 (or 0x4C0B14) is known color: Bordeaux. HEX triplet: 4C, 0B and 14. RGB value is (76,11,20). Sum of RGB (Red+Green+Blue) = 76+11+20=107 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.03% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0B14 is #B3F4EB. Grayscale: #1F1F1F. Windows color (decimal): -11793644 or 1313612. OLE color: 1313612.
HSL color Cylindrical-coordinate representation of color #4C0B14: hue angle of 351.69º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C0B14 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 11 | 20 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.70 |
| HSL | 351.69º | 0.75% | 0.17% | - |
| HSV(B) | 351.69º | 0.86% | 0.3% | - |
| XYZ | 3.23 | 1.83 | 0.84 | - |
| YUV | 31.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 20 | 0 | 0.86 | 0.74 | 0.70 | 351.69 | 0.75 | 0.17 |
| Hex | 4C | B | 14 | 0 | 56 | 4A | 46 | 160 | 4B | 11 |
| Octal | 114 | 13 | 24 | 0 | 126 | 112 | 106 | 540 | 113 | 21 |
| Binary | 1001100 | 1011 | 10100 | 0 | 1010110 | 1001010 | 1000110 | 101100000 | 1001011 | 10001 |
Color Harmonies of #4C0B14
Complementary color
Monochromatic Colors of #4C0B14
Black with #4C0B14
Text Example
Text Example
White with #4C0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B14; }
p { color: rgb(76,11,20); }
H1.HeaderClassName
{
color: #4C0B14;
}
.AnyTagClassName
{
color: #4C0B14;
}
</style>
background-color css
<style>
a { background-color: #4C0B14; }
a { background-color: rgb(76,11,20); }
div.DivClassName
{
background-color: #4C0B14;
}
.BgClassName
{
background-color: #4C0B14;
}
</style>
border-color css
<style>
span { border-color: #4C0B14; }
span { border-color: rgb(76,11,20); }
td.TdClassName
{
border-color: #4C0B14;
}
.TagClassName
{
border-color: #4C0B14;
}
</style>