Shades of Bordeaux #4F151B
Tints of Bordeaux #4F151B
RGB
CMYK
RGB Variations
Color information
#4F151B (or 0x4F151B) is known color: Bordeaux. HEX triplet: 4F, 15 and 1B. RGB value is (79,21,27). Sum of RGB (Red+Green+Blue) = 79+21+27=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F151B is #B0EAE4. Grayscale: #272727. Windows color (decimal): -11594469 or 1774927. OLE color: 1774927.
HSL color Cylindrical-coordinate representation of color #4F151B: hue angle of 353.79º 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 #4F151B is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 27 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.69 |
| HSL | 353.79º | 0.58% | 0.2% | - |
| HSV(B) | 353.79º | 0.73% | 0.31% | - |
| XYZ | 3.69 | 2.28 | 1.28 | - |
| YUV | 39.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 27 | 0 | 0.73 | 0.66 | 0.69 | 353.79 | 0.58 | 0.2 |
| Hex | 4F | 15 | 1B | 0 | 49 | 42 | 45 | 162 | 3A | 14 |
| Octal | 117 | 25 | 33 | 0 | 111 | 102 | 105 | 542 | 72 | 24 |
| Binary | 1001111 | 10101 | 11011 | 0 | 1001001 | 1000010 | 1000101 | 101100010 | 111010 | 10100 |
Color Harmonies of #4F151B
Complementary color
Monochromatic Colors of #4F151B
Black with #4F151B
Text Example
Text Example
White with #4F151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F151B; }
p { color: rgb(79,21,27); }
H1.HeaderClassName
{
color: #4F151B;
}
.AnyTagClassName
{
color: #4F151B;
}
</style>
background-color css
<style>
a { background-color: #4F151B; }
a { background-color: rgb(79,21,27); }
div.DivClassName
{
background-color: #4F151B;
}
.BgClassName
{
background-color: #4F151B;
}
</style>
border-color css
<style>
span { border-color: #4F151B; }
span { border-color: rgb(79,21,27); }
td.TdClassName
{
border-color: #4F151B;
}
.TagClassName
{
border-color: #4F151B;
}
</style>