Shades of Bordeaux #4F0E1B
Tints of Bordeaux #4F0E1B
RGB
CMYK
RGB Variations
Color information
#4F0E1B (or 0x4F0E1B) is known color: Bordeaux. HEX triplet: 4F, 0E and 1B. RGB value is (79,14,27). Sum of RGB (Red+Green+Blue) = 79+14+27=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E1B is #B0F1E4. Grayscale: #222222. Windows color (decimal): -11596261 or 1773135. OLE color: 1773135.
HSL color Cylindrical-coordinate representation of color #4F0E1B: hue angle of 348º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F0E1B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 14 | 27 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.69 |
| HSL | 348º | 0.7% | 0.18% | - |
| HSV(B) | 348º | 0.82% | 0.31% | - |
| XYZ | 3.58 | 2.06 | 1.25 | - |
| YUV | 34.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 27 | 0 | 0.82 | 0.66 | 0.69 | 348 | 0.7 | 0.18 |
| Hex | 4F | E | 1B | 0 | 52 | 42 | 45 | 15C | 46 | 12 |
| Octal | 117 | 16 | 33 | 0 | 122 | 102 | 105 | 534 | 106 | 22 |
| Binary | 1001111 | 1110 | 11011 | 0 | 1010010 | 1000010 | 1000101 | 101011100 | 1000110 | 10010 |
Color Harmonies of #4F0E1B
Complementary color
Monochromatic Colors of #4F0E1B
Black with #4F0E1B
Text Example
Text Example
White with #4F0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E1B; }
p { color: rgb(79,14,27); }
H1.HeaderClassName
{
color: #4F0E1B;
}
.AnyTagClassName
{
color: #4F0E1B;
}
</style>
background-color css
<style>
a { background-color: #4F0E1B; }
a { background-color: rgb(79,14,27); }
div.DivClassName
{
background-color: #4F0E1B;
}
.BgClassName
{
background-color: #4F0E1B;
}
</style>
border-color css
<style>
span { border-color: #4F0E1B; }
span { border-color: rgb(79,14,27); }
td.TdClassName
{
border-color: #4F0E1B;
}
.TagClassName
{
border-color: #4F0E1B;
}
</style>