Shades of Bordeaux #4F131A
Tints of Bordeaux #4F131A
RGB
CMYK
RGB Variations
Color information
#4F131A (or 0x4F131A) is known color: Bordeaux. HEX triplet: 4F, 13 and 1A. RGB value is (79,19,26). Sum of RGB (Red+Green+Blue) = 79+19+26=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F131A is #B0ECE5. Grayscale: #252525. Windows color (decimal): -11594982 or 1708879. OLE color: 1708879.
HSL color Cylindrical-coordinate representation of color #4F131A: hue angle of 353º 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 #4F131A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 26 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.69 |
| HSL | 353º | 0.61% | 0.19% | - |
| HSV(B) | 353º | 0.76% | 0.31% | - |
| XYZ | 3.64 | 2.2 | 1.21 | - |
| YUV | 37.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 26 | 0 | 0.76 | 0.67 | 0.69 | 353 | 0.61 | 0.19 |
| Hex | 4F | 13 | 1A | 0 | 4C | 43 | 45 | 161 | 3D | 13 |
| Octal | 117 | 23 | 32 | 0 | 114 | 103 | 105 | 541 | 75 | 23 |
| Binary | 1001111 | 10011 | 11010 | 0 | 1001100 | 1000011 | 1000101 | 101100001 | 111101 | 10011 |
Color Harmonies of #4F131A
Complementary color
Monochromatic Colors of #4F131A
Black with #4F131A
Text Example
Text Example
White with #4F131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F131A; }
p { color: rgb(79,19,26); }
H1.HeaderClassName
{
color: #4F131A;
}
.AnyTagClassName
{
color: #4F131A;
}
</style>
background-color css
<style>
a { background-color: #4F131A; }
a { background-color: rgb(79,19,26); }
div.DivClassName
{
background-color: #4F131A;
}
.BgClassName
{
background-color: #4F131A;
}
</style>
border-color css
<style>
span { border-color: #4F131A; }
span { border-color: rgb(79,19,26); }
td.TdClassName
{
border-color: #4F131A;
}
.TagClassName
{
border-color: #4F131A;
}
</style>