Shades of Bordeaux #4C0B1F
Tints of Bordeaux #4C0B1F
RGB
CMYK
RGB Variations
Color information
#4C0B1F (or 0x4C0B1F) is known color: Bordeaux. HEX triplet: 4C, 0B and 1F. RGB value is (76,11,31). Sum of RGB (Red+Green+Blue) = 76+11+31=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B1F is #B3F4E0. Grayscale: #202020. Windows color (decimal): -11793633 or 2034508. OLE color: 2034508.
HSL color Cylindrical-coordinate representation of color #4C0B1F: hue angle of 341.54º 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 #4C0B1F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 11 | 31 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.70 |
| HSL | 341.54º | 0.75% | 0.17% | - |
| HSV(B) | 341.54º | 0.86% | 0.3% | - |
| XYZ | 3.35 | 1.87 | 1.48 | - |
| YUV | 32.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 31 | 0 | 0.86 | 0.59 | 0.70 | 341.54 | 0.75 | 0.17 |
| Hex | 4C | B | 1F | 0 | 56 | 3B | 46 | 156 | 4B | 11 |
| Octal | 114 | 13 | 37 | 0 | 126 | 73 | 106 | 526 | 113 | 21 |
| Binary | 1001100 | 1011 | 11111 | 0 | 1010110 | 111011 | 1000110 | 101010110 | 1001011 | 10001 |
Color Harmonies of #4C0B1F
Complementary color
Monochromatic Colors of #4C0B1F
Black with #4C0B1F
Text Example
Text Example
White with #4C0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B1F; }
p { color: rgb(76,11,31); }
H1.HeaderClassName
{
color: #4C0B1F;
}
.AnyTagClassName
{
color: #4C0B1F;
}
</style>
background-color css
<style>
a { background-color: #4C0B1F; }
a { background-color: rgb(76,11,31); }
div.DivClassName
{
background-color: #4C0B1F;
}
.BgClassName
{
background-color: #4C0B1F;
}
</style>
border-color css
<style>
span { border-color: #4C0B1F; }
span { border-color: rgb(76,11,31); }
td.TdClassName
{
border-color: #4C0B1F;
}
.TagClassName
{
border-color: #4C0B1F;
}
</style>