Shades of Bordeaux #4F111C
Tints of Bordeaux #4F111C
RGB
CMYK
RGB Variations
Color information
#4F111C (or 0x4F111C) is known color: Bordeaux. HEX triplet: 4F, 11 and 1C. RGB value is (79,17,28). Sum of RGB (Red+Green+Blue) = 79+17+28=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111C is #B0EEE3. Grayscale: #242424. Windows color (decimal): -11595492 or 1839439. OLE color: 1839439.
HSL color Cylindrical-coordinate representation of color #4F111C: hue angle of 349.35º 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 #4F111C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 28 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.69 |
| HSL | 349.35º | 0.65% | 0.19% | - |
| HSV(B) | 349.35º | 0.78% | 0.31% | - |
| XYZ | 3.63 | 2.15 | 1.32 | - |
| YUV | 36.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 28 | 0 | 0.78 | 0.65 | 0.69 | 349.35 | 0.65 | 0.19 |
| Hex | 4F | 11 | 1C | 0 | 4E | 41 | 45 | 15D | 41 | 13 |
| Octal | 117 | 21 | 34 | 0 | 116 | 101 | 105 | 535 | 101 | 23 |
| Binary | 1001111 | 10001 | 11100 | 0 | 1001110 | 1000001 | 1000101 | 101011101 | 1000001 | 10011 |
Color Harmonies of #4F111C
Complementary color
Monochromatic Colors of #4F111C
Black with #4F111C
Text Example
Text Example
White with #4F111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F111C; }
p { color: rgb(79,17,28); }
H1.HeaderClassName
{
color: #4F111C;
}
.AnyTagClassName
{
color: #4F111C;
}
</style>
background-color css
<style>
a { background-color: #4F111C; }
a { background-color: rgb(79,17,28); }
div.DivClassName
{
background-color: #4F111C;
}
.BgClassName
{
background-color: #4F111C;
}
</style>
border-color css
<style>
span { border-color: #4F111C; }
span { border-color: rgb(79,17,28); }
td.TdClassName
{
border-color: #4F111C;
}
.TagClassName
{
border-color: #4F111C;
}
</style>