Shades of Bordeaux #4F111A
Tints of Bordeaux #4F111A
RGB
CMYK
RGB Variations
Color information
#4F111A (or 0x4F111A) is known color: Bordeaux. HEX triplet: 4F, 11 and 1A. RGB value is (79,17,26). Sum of RGB (Red+Green+Blue) = 79+17+26=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111A is #B0EEE5. Grayscale: #242424. Windows color (decimal): -11595494 or 1708367. OLE color: 1708367.
HSL color Cylindrical-coordinate representation of color #4F111A: hue angle of 351.29º 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 #4F111A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 26 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.69 |
| HSL | 351.29º | 0.65% | 0.19% | - |
| HSV(B) | 351.29º | 0.78% | 0.31% | - |
| XYZ | 3.61 | 2.14 | 1.2 | - |
| YUV | 36.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 26 | 0 | 0.78 | 0.67 | 0.69 | 351.29 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1A | 0 | 4E | 43 | 45 | 15F | 41 | 13 |
| Octal | 117 | 21 | 32 | 0 | 116 | 103 | 105 | 537 | 101 | 23 |
| Binary | 1001111 | 10001 | 11010 | 0 | 1001110 | 1000011 | 1000101 | 101011111 | 1000001 | 10011 |
Color Harmonies of #4F111A
Complementary color
Monochromatic Colors of #4F111A
Black with #4F111A
Text Example
Text Example
White with #4F111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111A; }
p { color: rgb(79,17,26); }
H1.HeaderClassName
{
color: #4F111A;
}
.AnyTagClassName
{
color: #4F111A;
}
</style>
background-color css
<style>
a { background-color: #4F111A; }
a { background-color: rgb(79,17,26); }
div.DivClassName
{
background-color: #4F111A;
}
.BgClassName
{
background-color: #4F111A;
}
</style>
border-color css
<style>
span { border-color: #4F111A; }
span { border-color: rgb(79,17,26); }
td.TdClassName
{
border-color: #4F111A;
}
.TagClassName
{
border-color: #4F111A;
}
</style>