Shades of Bordeaux #4F111B
Tints of Bordeaux #4F111B
RGB
CMYK
RGB Variations
Color information
#4F111B (or 0x4F111B) is known color: Bordeaux. HEX triplet: 4F, 11 and 1B. RGB value is (79,17,27). Sum of RGB (Red+Green+Blue) = 79+17+27=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111B is #B0EEE4. Grayscale: #242424. Windows color (decimal): -11595493 or 1773903. OLE color: 1773903.
HSL color Cylindrical-coordinate representation of color #4F111B: hue angle of 350.32º 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 #4F111B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 27 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.69 |
| HSL | 350.32º | 0.65% | 0.19% | - |
| HSV(B) | 350.32º | 0.78% | 0.31% | - |
| XYZ | 3.62 | 2.14 | 1.26 | - |
| YUV | 36.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 27 | 0 | 0.78 | 0.66 | 0.69 | 350.32 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1B | 0 | 4E | 42 | 45 | 15E | 41 | 13 |
| Octal | 117 | 21 | 33 | 0 | 116 | 102 | 105 | 536 | 101 | 23 |
| Binary | 1001111 | 10001 | 11011 | 0 | 1001110 | 1000010 | 1000101 | 101011110 | 1000001 | 10011 |
Color Harmonies of #4F111B
Complementary color
Monochromatic Colors of #4F111B
Black with #4F111B
Text Example
Text Example
White with #4F111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111B; }
p { color: rgb(79,17,27); }
H1.HeaderClassName
{
color: #4F111B;
}
.AnyTagClassName
{
color: #4F111B;
}
</style>
background-color css
<style>
a { background-color: #4F111B; }
a { background-color: rgb(79,17,27); }
div.DivClassName
{
background-color: #4F111B;
}
.BgClassName
{
background-color: #4F111B;
}
</style>
border-color css
<style>
span { border-color: #4F111B; }
span { border-color: rgb(79,17,27); }
td.TdClassName
{
border-color: #4F111B;
}
.TagClassName
{
border-color: #4F111B;
}
</style>