Shades of Bordeaux #4F051E
Tints of Bordeaux #4F051E
RGB
CMYK
RGB Variations
Color information
#4F051E (or 0x4F051E) is known color: Bordeaux. HEX triplet: 4F, 05 and 1E. RGB value is (79,5,30). Sum of RGB (Red+Green+Blue) = 79+5+30=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F051E is #B0FAE1. Grayscale: #1D1D1D. Windows color (decimal): -11598562 or 1967439. OLE color: 1967439.
HSL color Cylindrical-coordinate representation of color #4F051E: hue angle of 339.73º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F051E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 30 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.69 |
| HSL | 339.73º | 0.88% | 0.16% | - |
| HSV(B) | 339.73º | 0.94% | 0.31% | - |
| XYZ | 3.51 | 1.86 | 1.4 | - |
| YUV | 29.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 30 | 0 | 0.94 | 0.62 | 0.69 | 339.73 | 0.88 | 0.16 |
| Hex | 4F | 5 | 1E | 0 | 5E | 3E | 45 | 154 | 58 | 10 |
| Octal | 117 | 5 | 36 | 0 | 136 | 76 | 105 | 524 | 130 | 20 |
| Binary | 1001111 | 101 | 11110 | 0 | 1011110 | 111110 | 1000101 | 101010100 | 1011000 | 10000 |
Color Harmonies of #4F051E
Complementary color
Monochromatic Colors of #4F051E
Black with #4F051E
Text Example
Text Example
White with #4F051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F051E; }
p { color: rgb(79,5,30); }
H1.HeaderClassName
{
color: #4F051E;
}
.AnyTagClassName
{
color: #4F051E;
}
</style>
background-color css
<style>
a { background-color: #4F051E; }
a { background-color: rgb(79,5,30); }
div.DivClassName
{
background-color: #4F051E;
}
.BgClassName
{
background-color: #4F051E;
}
</style>
border-color css
<style>
span { border-color: #4F051E; }
span { border-color: rgb(79,5,30); }
td.TdClassName
{
border-color: #4F051E;
}
.TagClassName
{
border-color: #4F051E;
}
</style>