Shades of Bordeaux #4F111E
Tints of Bordeaux #4F111E
RGB
CMYK
RGB Variations
Color information
#4F111E (or 0x4F111E) is known color: Bordeaux. HEX triplet: 4F, 11 and 1E. RGB value is (79,17,30). Sum of RGB (Red+Green+Blue) = 79+17+30=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111E is #B0EEE1. Grayscale: #252525. Windows color (decimal): -11595490 or 1970511. OLE color: 1970511.
HSL color Cylindrical-coordinate representation of color #4F111E: hue angle of 347.42º 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 #4F111E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 30 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.69 |
| HSL | 347.42º | 0.65% | 0.19% | - |
| HSV(B) | 347.42º | 0.78% | 0.31% | - |
| XYZ | 3.66 | 2.16 | 1.45 | - |
| YUV | 37.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 30 | 0 | 0.78 | 0.62 | 0.69 | 347.42 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1E | 0 | 4E | 3E | 45 | 15B | 41 | 13 |
| Octal | 117 | 21 | 36 | 0 | 116 | 76 | 105 | 533 | 101 | 23 |
| Binary | 1001111 | 10001 | 11110 | 0 | 1001110 | 111110 | 1000101 | 101011011 | 1000001 | 10011 |
Color Harmonies of #4F111E
Complementary color
Monochromatic Colors of #4F111E
Black with #4F111E
Text Example
Text Example
White with #4F111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111E; }
p { color: rgb(79,17,30); }
H1.HeaderClassName
{
color: #4F111E;
}
.AnyTagClassName
{
color: #4F111E;
}
</style>
background-color css
<style>
a { background-color: #4F111E; }
a { background-color: rgb(79,17,30); }
div.DivClassName
{
background-color: #4F111E;
}
.BgClassName
{
background-color: #4F111E;
}
</style>
border-color css
<style>
span { border-color: #4F111E; }
span { border-color: rgb(79,17,30); }
td.TdClassName
{
border-color: #4F111E;
}
.TagClassName
{
border-color: #4F111E;
}
</style>