Shades of Bordeaux #4F101D
Tints of Bordeaux #4F101D
RGB
CMYK
RGB Variations
Color information
#4F101D (or 0x4F101D) is known color: Bordeaux. HEX triplet: 4F, 10 and 1D. RGB value is (79,16,29). Sum of RGB (Red+Green+Blue) = 79+16+29=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101D is #B0EFE2. Grayscale: #242424. Windows color (decimal): -11595747 or 1904719. OLE color: 1904719.
HSL color Cylindrical-coordinate representation of color #4F101D: hue angle of 347.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F101D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 29 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.69 |
| HSL | 347.62º | 0.66% | 0.19% | - |
| HSV(B) | 347.62º | 0.8% | 0.31% | - |
| XYZ | 3.63 | 2.12 | 1.38 | - |
| YUV | 36.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 29 | 0 | 0.80 | 0.63 | 0.69 | 347.62 | 0.66 | 0.19 |
| Hex | 4F | 10 | 1D | 0 | 50 | 3F | 45 | 15C | 42 | 13 |
| Octal | 117 | 20 | 35 | 0 | 120 | 77 | 105 | 534 | 102 | 23 |
| Binary | 1001111 | 10000 | 11101 | 0 | 1010000 | 111111 | 1000101 | 101011100 | 1000010 | 10011 |
Color Harmonies of #4F101D
Complementary color
Monochromatic Colors of #4F101D
Black with #4F101D
Text Example
Text Example
White with #4F101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F101D; }
p { color: rgb(79,16,29); }
H1.HeaderClassName
{
color: #4F101D;
}
.AnyTagClassName
{
color: #4F101D;
}
</style>
background-color css
<style>
a { background-color: #4F101D; }
a { background-color: rgb(79,16,29); }
div.DivClassName
{
background-color: #4F101D;
}
.BgClassName
{
background-color: #4F101D;
}
</style>
border-color css
<style>
span { border-color: #4F101D; }
span { border-color: rgb(79,16,29); }
td.TdClassName
{
border-color: #4F101D;
}
.TagClassName
{
border-color: #4F101D;
}
</style>