Shades of Bordeaux #4F151D
Tints of Bordeaux #4F151D
RGB
CMYK
RGB Variations
Color information
#4F151D (or 0x4F151D) is known color: Bordeaux. HEX triplet: 4F, 15 and 1D. RGB value is (79,21,29). Sum of RGB (Red+Green+Blue) = 79+21+29=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F151D is #B0EAE2. Grayscale: #272727. Windows color (decimal): -11594467 or 1905999. OLE color: 1905999.
HSL color Cylindrical-coordinate representation of color #4F151D: hue angle of 351.72º 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 #4F151D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 29 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.69 |
| HSL | 351.72º | 0.58% | 0.2% | - |
| HSV(B) | 351.72º | 0.73% | 0.31% | - |
| XYZ | 3.71 | 2.29 | 1.41 | - |
| YUV | 39.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 29 | 0 | 0.73 | 0.63 | 0.69 | 351.72 | 0.58 | 0.2 |
| Hex | 4F | 15 | 1D | 0 | 49 | 3F | 45 | 160 | 3A | 14 |
| Octal | 117 | 25 | 35 | 0 | 111 | 77 | 105 | 540 | 72 | 24 |
| Binary | 1001111 | 10101 | 11101 | 0 | 1001001 | 111111 | 1000101 | 101100000 | 111010 | 10100 |
Color Harmonies of #4F151D
Complementary color
Monochromatic Colors of #4F151D
Black with #4F151D
Text Example
Text Example
White with #4F151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F151D; }
p { color: rgb(79,21,29); }
H1.HeaderClassName
{
color: #4F151D;
}
.AnyTagClassName
{
color: #4F151D;
}
</style>
background-color css
<style>
a { background-color: #4F151D; }
a { background-color: rgb(79,21,29); }
div.DivClassName
{
background-color: #4F151D;
}
.BgClassName
{
background-color: #4F151D;
}
</style>
border-color css
<style>
span { border-color: #4F151D; }
span { border-color: rgb(79,21,29); }
td.TdClassName
{
border-color: #4F151D;
}
.TagClassName
{
border-color: #4F151D;
}
</style>