Shades of Bordeaux #4F0713
Tints of Bordeaux #4F0713
RGB
CMYK
RGB Variations
Color information
#4F0713 (or 0x4F0713) is known color: Bordeaux. HEX triplet: 4F, 07 and 13. RGB value is (79,7,19). Sum of RGB (Red+Green+Blue) = 79+7+19=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0713 is #B0F8EC. Grayscale: #1D1D1D. Windows color (decimal): -11598061 or 1247055. OLE color: 1247055.
HSL color Cylindrical-coordinate representation of color #4F0713: hue angle of 350º 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 #4F0713 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 19 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.69 |
| HSL | 350º | 0.84% | 0.17% | - |
| HSV(B) | 350º | 0.91% | 0.31% | - |
| XYZ | 3.42 | 1.86 | 0.8 | - |
| YUV | 29.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 19 | 0 | 0.91 | 0.76 | 0.69 | 350 | 0.84 | 0.17 |
| Hex | 4F | 7 | 13 | 0 | 5B | 4C | 45 | 15E | 54 | 11 |
| Octal | 117 | 7 | 23 | 0 | 133 | 114 | 105 | 536 | 124 | 21 |
| Binary | 1001111 | 111 | 10011 | 0 | 1011011 | 1001100 | 1000101 | 101011110 | 1010100 | 10001 |
Color Harmonies of #4F0713
Complementary color
Monochromatic Colors of #4F0713
Black with #4F0713
Text Example
Text Example
White with #4F0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0713; }
p { color: rgb(79,7,19); }
H1.HeaderClassName
{
color: #4F0713;
}
.AnyTagClassName
{
color: #4F0713;
}
</style>
background-color css
<style>
a { background-color: #4F0713; }
a { background-color: rgb(79,7,19); }
div.DivClassName
{
background-color: #4F0713;
}
.BgClassName
{
background-color: #4F0713;
}
</style>
border-color css
<style>
span { border-color: #4F0713; }
span { border-color: rgb(79,7,19); }
td.TdClassName
{
border-color: #4F0713;
}
.TagClassName
{
border-color: #4F0713;
}
</style>