Shades of Bordeaux #4C0714
Tints of Bordeaux #4C0714
RGB
CMYK
RGB Variations
Color information
#4C0714 (or 0x4C0714) is known color: Bordeaux. HEX triplet: 4C, 07 and 14. RGB value is (76,7,20). Sum of RGB (Red+Green+Blue) = 76+7+20=103 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.79% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0714 is #B3F8EB. Grayscale: #1D1D1D. Windows color (decimal): -11794668 or 1312588. OLE color: 1312588.
HSL color Cylindrical-coordinate representation of color #4C0714: hue angle of 348.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0714 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 20 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.70 |
| HSL | 348.7º | 0.83% | 0.16% | - |
| HSV(B) | 348.7º | 0.91% | 0.3% | - |
| XYZ | 3.18 | 1.74 | 0.83 | - |
| YUV | 29.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 20 | 0 | 0.91 | 0.74 | 0.70 | 348.7 | 0.83 | 0.16 |
| Hex | 4C | 7 | 14 | 0 | 5B | 4A | 46 | 15D | 53 | 10 |
| Octal | 114 | 7 | 24 | 0 | 133 | 112 | 106 | 535 | 123 | 20 |
| Binary | 1001100 | 111 | 10100 | 0 | 1011011 | 1001010 | 1000110 | 101011101 | 1010011 | 10000 |
Color Harmonies of #4C0714
Complementary color
Monochromatic Colors of #4C0714
Black with #4C0714
Text Example
Text Example
White with #4C0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0714; }
p { color: rgb(76,7,20); }
H1.HeaderClassName
{
color: #4C0714;
}
.AnyTagClassName
{
color: #4C0714;
}
</style>
background-color css
<style>
a { background-color: #4C0714; }
a { background-color: rgb(76,7,20); }
div.DivClassName
{
background-color: #4C0714;
}
.BgClassName
{
background-color: #4C0714;
}
</style>
border-color css
<style>
span { border-color: #4C0714; }
span { border-color: rgb(76,7,20); }
td.TdClassName
{
border-color: #4C0714;
}
.TagClassName
{
border-color: #4C0714;
}
</style>