Shades of Bordeaux #4F0714
Tints of Bordeaux #4F0714
RGB
CMYK
RGB Variations
Color information
#4F0714 (or 0x4F0714) is known color: Bordeaux. HEX triplet: 4F, 07 and 14. RGB value is (79,7,20). Sum of RGB (Red+Green+Blue) = 79+7+20=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0714 is #B0F8EB. Grayscale: #1E1E1E. Windows color (decimal): -11598060 or 1312591. OLE color: 1312591.
HSL color Cylindrical-coordinate representation of color #4F0714: hue angle of 349.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0714 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 20 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.69 |
| HSL | 349.17º | 0.84% | 0.17% | - |
| HSV(B) | 349.17º | 0.91% | 0.31% | - |
| XYZ | 3.43 | 1.86 | 0.84 | - |
| YUV | 30.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 20 | 0 | 0.91 | 0.75 | 0.69 | 349.17 | 0.84 | 0.17 |
| Hex | 4F | 7 | 14 | 0 | 5B | 4B | 45 | 15D | 54 | 11 |
| Octal | 117 | 7 | 24 | 0 | 133 | 113 | 105 | 535 | 124 | 21 |
| Binary | 1001111 | 111 | 10100 | 0 | 1011011 | 1001011 | 1000101 | 101011101 | 1010100 | 10001 |
Color Harmonies of #4F0714
Complementary color
Monochromatic Colors of #4F0714
Black with #4F0714
Text Example
Text Example
White with #4F0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0714; }
p { color: rgb(79,7,20); }
H1.HeaderClassName
{
color: #4F0714;
}
.AnyTagClassName
{
color: #4F0714;
}
</style>
background-color css
<style>
a { background-color: #4F0714; }
a { background-color: rgb(79,7,20); }
div.DivClassName
{
background-color: #4F0714;
}
.BgClassName
{
background-color: #4F0714;
}
</style>
border-color css
<style>
span { border-color: #4F0714; }
span { border-color: rgb(79,7,20); }
td.TdClassName
{
border-color: #4F0714;
}
.TagClassName
{
border-color: #4F0714;
}
</style>