Shades of Bordeaux #4F111F
Tints of Bordeaux #4F111F
RGB
CMYK
RGB Variations
Color information
#4F111F (or 0x4F111F) is known color: Bordeaux. HEX triplet: 4F, 11 and 1F. RGB value is (79,17,31). Sum of RGB (Red+Green+Blue) = 79+17+31=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111F is #B0EEE0. Grayscale: #252525. Windows color (decimal): -11595489 or 2036047. OLE color: 2036047.
HSL color Cylindrical-coordinate representation of color #4F111F: hue angle of 346.45º 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 #4F111F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 31 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.69 |
| HSL | 346.45º | 0.65% | 0.19% | - |
| HSV(B) | 346.45º | 0.78% | 0.31% | - |
| XYZ | 3.67 | 2.16 | 1.52 | - |
| YUV | 37.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 31 | 0 | 0.78 | 0.61 | 0.69 | 346.45 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1F | 0 | 4E | 3D | 45 | 15A | 41 | 13 |
| Octal | 117 | 21 | 37 | 0 | 116 | 75 | 105 | 532 | 101 | 23 |
| Binary | 1001111 | 10001 | 11111 | 0 | 1001110 | 111101 | 1000101 | 101011010 | 1000001 | 10011 |
Color Harmonies of #4F111F
Complementary color
Monochromatic Colors of #4F111F
Black with #4F111F
Text Example
Text Example
White with #4F111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111F; }
p { color: rgb(79,17,31); }
H1.HeaderClassName
{
color: #4F111F;
}
.AnyTagClassName
{
color: #4F111F;
}
</style>
background-color css
<style>
a { background-color: #4F111F; }
a { background-color: rgb(79,17,31); }
div.DivClassName
{
background-color: #4F111F;
}
.BgClassName
{
background-color: #4F111F;
}
</style>
border-color css
<style>
span { border-color: #4F111F; }
span { border-color: rgb(79,17,31); }
td.TdClassName
{
border-color: #4F111F;
}
.TagClassName
{
border-color: #4F111F;
}
</style>