Shades of Bordeaux #4C0316
Tints of Bordeaux #4C0316
RGB
CMYK
RGB Variations
Color information
#4C0316 (or 0x4C0316) is known color: Bordeaux. HEX triplet: 4C, 03 and 16. RGB value is (76,3,22). Sum of RGB (Red+Green+Blue) = 76+3+22=101 (13% of max value = 765). Red value is 76 (30.08% from 255 or 75.25% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0316 is #B3FCE9. Grayscale: #1A1A1A. Windows color (decimal): -11795690 or 1442636. OLE color: 1442636.
HSL color Cylindrical-coordinate representation of color #4C0316: hue angle of 344.38º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0316 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 22 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.70 |
| HSL | 344.38º | 0.92% | 0.15% | - |
| HSV(B) | 344.38º | 0.96% | 0.3% | - |
| XYZ | 3.16 | 1.66 | 0.91 | - |
| YUV | 26.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 22 | 0 | 0.96 | 0.71 | 0.70 | 344.38 | 0.92 | 0.15 |
| Hex | 4C | 3 | 16 | 0 | 60 | 47 | 46 | 158 | 5C | F |
| Octal | 114 | 3 | 26 | 0 | 140 | 107 | 106 | 530 | 134 | 17 |
| Binary | 1001100 | 11 | 10110 | 0 | 1100000 | 1000111 | 1000110 | 101011000 | 1011100 | 1111 |
Color Harmonies of #4C0316
Complementary color
Monochromatic Colors of #4C0316
Black with #4C0316
Text Example
Text Example
White with #4C0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0316; }
p { color: rgb(76,3,22); }
H1.HeaderClassName
{
color: #4C0316;
}
.AnyTagClassName
{
color: #4C0316;
}
</style>
background-color css
<style>
a { background-color: #4C0316; }
a { background-color: rgb(76,3,22); }
div.DivClassName
{
background-color: #4C0316;
}
.BgClassName
{
background-color: #4C0316;
}
</style>
border-color css
<style>
span { border-color: #4C0316; }
span { border-color: rgb(76,3,22); }
td.TdClassName
{
border-color: #4C0316;
}
.TagClassName
{
border-color: #4C0316;
}
</style>