Shades of Bordeaux #4F111D
Tints of Bordeaux #4F111D
RGB
CMYK
RGB Variations
Color information
#4F111D (or 0x4F111D) is known color: Bordeaux. HEX triplet: 4F, 11 and 1D. RGB value is (79,17,29). Sum of RGB (Red+Green+Blue) = 79+17+29=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111D is #B0EEE2. Grayscale: #242424. Windows color (decimal): -11595491 or 1904975. OLE color: 1904975.
HSL color Cylindrical-coordinate representation of color #4F111D: hue angle of 348.39º 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 #4F111D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 29 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.69 |
| HSL | 348.39º | 0.65% | 0.19% | - |
| HSV(B) | 348.39º | 0.78% | 0.31% | - |
| XYZ | 3.65 | 2.15 | 1.39 | - |
| YUV | 36.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 29 | 0 | 0.78 | 0.63 | 0.69 | 348.39 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1D | 0 | 4E | 3F | 45 | 15C | 41 | 13 |
| Octal | 117 | 21 | 35 | 0 | 116 | 77 | 105 | 534 | 101 | 23 |
| Binary | 1001111 | 10001 | 11101 | 0 | 1001110 | 111111 | 1000101 | 101011100 | 1000001 | 10011 |
Color Harmonies of #4F111D
Complementary color
Monochromatic Colors of #4F111D
Black with #4F111D
Text Example
Text Example
White with #4F111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111D; }
p { color: rgb(79,17,29); }
H1.HeaderClassName
{
color: #4F111D;
}
.AnyTagClassName
{
color: #4F111D;
}
</style>
background-color css
<style>
a { background-color: #4F111D; }
a { background-color: rgb(79,17,29); }
div.DivClassName
{
background-color: #4F111D;
}
.BgClassName
{
background-color: #4F111D;
}
</style>
border-color css
<style>
span { border-color: #4F111D; }
span { border-color: rgb(79,17,29); }
td.TdClassName
{
border-color: #4F111D;
}
.TagClassName
{
border-color: #4F111D;
}
</style>