Shades of Bordeaux #4F1114
Tints of Bordeaux #4F1114
RGB
CMYK
RGB Variations
Color information
#4F1114 (or 0x4F1114) is known color: Bordeaux. HEX triplet: 4F, 11 and 14. RGB value is (79,17,20). Sum of RGB (Red+Green+Blue) = 79+17+20=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1114 is #B0EEEB. Grayscale: #232323. Windows color (decimal): -11595500 or 1315151. OLE color: 1315151.
HSL color Cylindrical-coordinate representation of color #4F1114: hue angle of 357.1º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1114 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 20 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.69 |
| HSL | 357.1º | 0.65% | 0.19% | - |
| HSV(B) | 357.1º | 0.78% | 0.31% | - |
| XYZ | 3.55 | 2.11 | 0.88 | - |
| YUV | 35.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 20 | 0 | 0.78 | 0.75 | 0.69 | 357.1 | 0.65 | 0.19 |
| Hex | 4F | 11 | 14 | 0 | 4E | 4B | 45 | 165 | 41 | 13 |
| Octal | 117 | 21 | 24 | 0 | 116 | 113 | 105 | 545 | 101 | 23 |
| Binary | 1001111 | 10001 | 10100 | 0 | 1001110 | 1001011 | 1000101 | 101100101 | 1000001 | 10011 |
Color Harmonies of #4F1114
Complementary color
Monochromatic Colors of #4F1114
Black with #4F1114
Text Example
Text Example
White with #4F1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1114; }
p { color: rgb(79,17,20); }
H1.HeaderClassName
{
color: #4F1114;
}
.AnyTagClassName
{
color: #4F1114;
}
</style>
background-color css
<style>
a { background-color: #4F1114; }
a { background-color: rgb(79,17,20); }
div.DivClassName
{
background-color: #4F1114;
}
.BgClassName
{
background-color: #4F1114;
}
</style>
border-color css
<style>
span { border-color: #4F1114; }
span { border-color: rgb(79,17,20); }
td.TdClassName
{
border-color: #4F1114;
}
.TagClassName
{
border-color: #4F1114;
}
</style>