Shades of Bordeaux #4C0B16
Tints of Bordeaux #4C0B16
RGB
CMYK
RGB Variations
Color information
#4C0B16 (or 0x4C0B16) is known color: Bordeaux. HEX triplet: 4C, 0B and 16. RGB value is (76,11,22). Sum of RGB (Red+Green+Blue) = 76+11+22=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0B16 is #B3F4E9. Grayscale: #1F1F1F. Windows color (decimal): -11793642 or 1444684. OLE color: 1444684.
HSL color Cylindrical-coordinate representation of color #4C0B16: hue angle of 349.85º 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 #4C0B16 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 11 | 22 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.70 |
| HSL | 349.85º | 0.75% | 0.17% | - |
| HSV(B) | 349.85º | 0.86% | 0.3% | - |
| XYZ | 3.24 | 1.83 | 0.94 | - |
| YUV | 31.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 22 | 0 | 0.86 | 0.71 | 0.70 | 349.85 | 0.75 | 0.17 |
| Hex | 4C | B | 16 | 0 | 56 | 47 | 46 | 15E | 4B | 11 |
| Octal | 114 | 13 | 26 | 0 | 126 | 107 | 106 | 536 | 113 | 21 |
| Binary | 1001100 | 1011 | 10110 | 0 | 1010110 | 1000111 | 1000110 | 101011110 | 1001011 | 10001 |
Color Harmonies of #4C0B16
Complementary color
Monochromatic Colors of #4C0B16
Black with #4C0B16
Text Example
Text Example
White with #4C0B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B16; }
p { color: rgb(76,11,22); }
H1.HeaderClassName
{
color: #4C0B16;
}
.AnyTagClassName
{
color: #4C0B16;
}
</style>
background-color css
<style>
a { background-color: #4C0B16; }
a { background-color: rgb(76,11,22); }
div.DivClassName
{
background-color: #4C0B16;
}
.BgClassName
{
background-color: #4C0B16;
}
</style>
border-color css
<style>
span { border-color: #4C0B16; }
span { border-color: rgb(76,11,22); }
td.TdClassName
{
border-color: #4C0B16;
}
.TagClassName
{
border-color: #4C0B16;
}
</style>