Shades of Bordeaux #4F0813
Tints of Bordeaux #4F0813
RGB
CMYK
RGB Variations
Color information
#4F0813 (or 0x4F0813) is known color: Bordeaux. HEX triplet: 4F, 08 and 13. RGB value is (79,8,19). Sum of RGB (Red+Green+Blue) = 79+8+19=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0813 is #B0F7EC. Grayscale: #1E1E1E. Windows color (decimal): -11597805 or 1247311. OLE color: 1247311.
HSL color Cylindrical-coordinate representation of color #4F0813: hue angle of 350.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0813 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 19 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.69 |
| HSL | 350.7º | 0.82% | 0.17% | - |
| HSV(B) | 350.7º | 0.9% | 0.31% | - |
| XYZ | 3.43 | 1.88 | 0.8 | - |
| YUV | 30.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 19 | 0 | 0.90 | 0.76 | 0.69 | 350.7 | 0.82 | 0.17 |
| Hex | 4F | 8 | 13 | 0 | 5A | 4C | 45 | 15F | 52 | 11 |
| Octal | 117 | 10 | 23 | 0 | 132 | 114 | 105 | 537 | 122 | 21 |
| Binary | 1001111 | 1000 | 10011 | 0 | 1011010 | 1001100 | 1000101 | 101011111 | 1010010 | 10001 |
Color Harmonies of #4F0813
Complementary color
Monochromatic Colors of #4F0813
Black with #4F0813
Text Example
Text Example
White with #4F0813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0813; }
p { color: rgb(79,8,19); }
H1.HeaderClassName
{
color: #4F0813;
}
.AnyTagClassName
{
color: #4F0813;
}
</style>
background-color css
<style>
a { background-color: #4F0813; }
a { background-color: rgb(79,8,19); }
div.DivClassName
{
background-color: #4F0813;
}
.BgClassName
{
background-color: #4F0813;
}
</style>
border-color css
<style>
span { border-color: #4F0813; }
span { border-color: rgb(79,8,19); }
td.TdClassName
{
border-color: #4F0813;
}
.TagClassName
{
border-color: #4F0813;
}
</style>