Shades of Bordeaux #4F041A
Tints of Bordeaux #4F041A
RGB
CMYK
RGB Variations
Color information
#4F041A (or 0x4F041A) is known color: Bordeaux. HEX triplet: 4F, 04 and 1A. RGB value is (79,4,26). Sum of RGB (Red+Green+Blue) = 79+4+26=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F041A is #B0FBE5. Grayscale: #1C1C1C. Windows color (decimal): -11598822 or 1705039. OLE color: 1705039.
HSL color Cylindrical-coordinate representation of color #4F041A: hue angle of 342.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F041A is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 26 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.69 |
| HSL | 342.4º | 0.9% | 0.16% | - |
| HSV(B) | 342.4º | 0.95% | 0.31% | - |
| XYZ | 3.45 | 1.82 | 1.15 | - |
| YUV | 28.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 26 | 0 | 0.95 | 0.67 | 0.69 | 342.4 | 0.9 | 0.16 |
| Hex | 4F | 4 | 1A | 0 | 5F | 43 | 45 | 156 | 5A | 10 |
| Octal | 117 | 4 | 32 | 0 | 137 | 103 | 105 | 526 | 132 | 20 |
| Binary | 1001111 | 100 | 11010 | 0 | 1011111 | 1000011 | 1000101 | 101010110 | 1011010 | 10000 |
Color Harmonies of #4F041A
Complementary color
Monochromatic Colors of #4F041A
Black with #4F041A
Text Example
Text Example
White with #4F041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F041A; }
p { color: rgb(79,4,26); }
H1.HeaderClassName
{
color: #4F041A;
}
.AnyTagClassName
{
color: #4F041A;
}
</style>
background-color css
<style>
a { background-color: #4F041A; }
a { background-color: rgb(79,4,26); }
div.DivClassName
{
background-color: #4F041A;
}
.BgClassName
{
background-color: #4F041A;
}
</style>
border-color css
<style>
span { border-color: #4F041A; }
span { border-color: rgb(79,4,26); }
td.TdClassName
{
border-color: #4F041A;
}
.TagClassName
{
border-color: #4F041A;
}
</style>