Shades of Bordeaux #4F131B
Tints of Bordeaux #4F131B
RGB
CMYK
RGB Variations
Color information
#4F131B (or 0x4F131B) is known color: Bordeaux. HEX triplet: 4F, 13 and 1B. RGB value is (79,19,27). Sum of RGB (Red+Green+Blue) = 79+19+27=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F131B is #B0ECE4. Grayscale: #252525. Windows color (decimal): -11594981 or 1774415. OLE color: 1774415.
HSL color Cylindrical-coordinate representation of color #4F131B: hue angle of 352º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F131B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 27 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.69 |
| HSL | 352º | 0.61% | 0.19% | - |
| HSV(B) | 352º | 0.76% | 0.31% | - |
| XYZ | 3.66 | 2.21 | 1.27 | - |
| YUV | 37.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 27 | 0 | 0.76 | 0.66 | 0.69 | 352 | 0.61 | 0.19 |
| Hex | 4F | 13 | 1B | 0 | 4C | 42 | 45 | 160 | 3D | 13 |
| Octal | 117 | 23 | 33 | 0 | 114 | 102 | 105 | 540 | 75 | 23 |
| Binary | 1001111 | 10011 | 11011 | 0 | 1001100 | 1000010 | 1000101 | 101100000 | 111101 | 10011 |
Color Harmonies of #4F131B
Complementary color
Monochromatic Colors of #4F131B
Black with #4F131B
Text Example
Text Example
White with #4F131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F131B; }
p { color: rgb(79,19,27); }
H1.HeaderClassName
{
color: #4F131B;
}
.AnyTagClassName
{
color: #4F131B;
}
</style>
background-color css
<style>
a { background-color: #4F131B; }
a { background-color: rgb(79,19,27); }
div.DivClassName
{
background-color: #4F131B;
}
.BgClassName
{
background-color: #4F131B;
}
</style>
border-color css
<style>
span { border-color: #4F131B; }
span { border-color: rgb(79,19,27); }
td.TdClassName
{
border-color: #4F131B;
}
.TagClassName
{
border-color: #4F131B;
}
</style>