Shades of Bordeaux #4F101B
Tints of Bordeaux #4F101B
RGB
CMYK
RGB Variations
Color information
#4F101B (or 0x4F101B) is known color: Bordeaux. HEX triplet: 4F, 10 and 1B. RGB value is (79,16,27). Sum of RGB (Red+Green+Blue) = 79+16+27=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101B is #B0EFE4. Grayscale: #242424. Windows color (decimal): -11595749 or 1773647. OLE color: 1773647.
HSL color Cylindrical-coordinate representation of color #4F101B: hue angle of 349.52º 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 #4F101B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 27 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.69 |
| HSL | 349.52º | 0.66% | 0.19% | - |
| HSV(B) | 349.52º | 0.8% | 0.31% | - |
| XYZ | 3.61 | 2.11 | 1.25 | - |
| YUV | 36.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 27 | 0 | 0.80 | 0.66 | 0.69 | 349.52 | 0.66 | 0.19 |
| Hex | 4F | 10 | 1B | 0 | 50 | 42 | 45 | 15E | 42 | 13 |
| Octal | 117 | 20 | 33 | 0 | 120 | 102 | 105 | 536 | 102 | 23 |
| Binary | 1001111 | 10000 | 11011 | 0 | 1010000 | 1000010 | 1000101 | 101011110 | 1000010 | 10011 |
Color Harmonies of #4F101B
Complementary color
Monochromatic Colors of #4F101B
Black with #4F101B
Text Example
Text Example
White with #4F101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F101B; }
p { color: rgb(79,16,27); }
H1.HeaderClassName
{
color: #4F101B;
}
.AnyTagClassName
{
color: #4F101B;
}
</style>
background-color css
<style>
a { background-color: #4F101B; }
a { background-color: rgb(79,16,27); }
div.DivClassName
{
background-color: #4F101B;
}
.BgClassName
{
background-color: #4F101B;
}
</style>
border-color css
<style>
span { border-color: #4F101B; }
span { border-color: rgb(79,16,27); }
td.TdClassName
{
border-color: #4F101B;
}
.TagClassName
{
border-color: #4F101B;
}
</style>