Shades of Bordeaux #4F151A
Tints of Bordeaux #4F151A
RGB
CMYK
RGB Variations
Color information
#4F151A (or 0x4F151A) is known color: Bordeaux. HEX triplet: 4F, 15 and 1A. RGB value is (79,21,26). Sum of RGB (Red+Green+Blue) = 79+21+26=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F151A is #B0EAE5. Grayscale: #262626. Windows color (decimal): -11594470 or 1709391. OLE color: 1709391.
HSL color Cylindrical-coordinate representation of color #4F151A: hue angle of 354.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F151A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 26 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.69 |
| HSL | 354.83º | 0.58% | 0.2% | - |
| HSV(B) | 354.83º | 0.73% | 0.31% | - |
| XYZ | 3.68 | 2.27 | 1.22 | - |
| YUV | 38.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 26 | 0 | 0.73 | 0.67 | 0.69 | 354.83 | 0.58 | 0.2 |
| Hex | 4F | 15 | 1A | 0 | 49 | 43 | 45 | 163 | 3A | 14 |
| Octal | 117 | 25 | 32 | 0 | 111 | 103 | 105 | 543 | 72 | 24 |
| Binary | 1001111 | 10101 | 11010 | 0 | 1001001 | 1000011 | 1000101 | 101100011 | 111010 | 10100 |
Color Harmonies of #4F151A
Complementary color
Monochromatic Colors of #4F151A
Black with #4F151A
Text Example
Text Example
White with #4F151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F151A; }
p { color: rgb(79,21,26); }
H1.HeaderClassName
{
color: #4F151A;
}
.AnyTagClassName
{
color: #4F151A;
}
</style>
background-color css
<style>
a { background-color: #4F151A; }
a { background-color: rgb(79,21,26); }
div.DivClassName
{
background-color: #4F151A;
}
.BgClassName
{
background-color: #4F151A;
}
</style>
border-color css
<style>
span { border-color: #4F151A; }
span { border-color: rgb(79,21,26); }
td.TdClassName
{
border-color: #4F151A;
}
.TagClassName
{
border-color: #4F151A;
}
</style>