Shades of Bordeaux #4F001B
Tints of Bordeaux #4F001B
RGB
CMYK
RGB Variations
Color information
#4F001B (or 0x4F001B) is known color: Bordeaux. HEX triplet: 4F, 00 and 1B. RGB value is (79,0,27). Sum of RGB (Red+Green+Blue) = 79+0+27=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F001B is #B0FFE4. Grayscale: #1A1A1A. Windows color (decimal): -11599845 or 1769551. OLE color: 1769551.
HSL color Cylindrical-coordinate representation of color #4F001B: hue angle of 339.49º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F001B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.66 | 0.69 |
| HSL | 339.49º | 1% | 0.15% | - |
| HSV(B) | 339.49º | 1% | 0.31% | - |
| XYZ | 3.42 | 1.74 | 1.19 | - |
| YUV | 26.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 27 | 0 | 1 | 0.66 | 0.69 | 339.49 | 1 | 0.15 |
| Hex | 4F | 0 | 1B | 0 | 64 | 42 | 45 | 153 | 64 | F |
| Octal | 117 | 0 | 33 | 0 | 144 | 102 | 105 | 523 | 144 | 17 |
| Binary | 1001111 | 0 | 11011 | 0 | 1100100 | 1000010 | 1000101 | 101010011 | 1100100 | 1111 |
Color Harmonies of #4F001B
Complementary color
Monochromatic Colors of #4F001B
Black with #4F001B
Text Example
Text Example
White with #4F001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F001B; }
p { color: rgb(79,0,27); }
H1.HeaderClassName
{
color: #4F001B;
}
.AnyTagClassName
{
color: #4F001B;
}
</style>
background-color css
<style>
a { background-color: #4F001B; }
a { background-color: rgb(79,0,27); }
div.DivClassName
{
background-color: #4F001B;
}
.BgClassName
{
background-color: #4F001B;
}
</style>
border-color css
<style>
span { border-color: #4F001B; }
span { border-color: rgb(79,0,27); }
td.TdClassName
{
border-color: #4F001B;
}
.TagClassName
{
border-color: #4F001B;
}
</style>