Shades of Bordeaux #4F021A
Tints of Bordeaux #4F021A
RGB
CMYK
RGB Variations
Color information
#4F021A (or 0x4F021A) is known color: Bordeaux. HEX triplet: 4F, 02 and 1A. RGB value is (79,2,26). Sum of RGB (Red+Green+Blue) = 79+2+26=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F021A is #B0FDE5. Grayscale: #1B1B1B. Windows color (decimal): -11599334 or 1704527. OLE color: 1704527.
HSL color Cylindrical-coordinate representation of color #4F021A: hue angle of 341.3º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F021A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 26 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.69 |
| HSL | 341.3º | 0.95% | 0.16% | - |
| HSV(B) | 341.3º | 0.97% | 0.31% | - |
| XYZ | 3.43 | 1.78 | 1.14 | - |
| YUV | 27.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 26 | 0 | 0.97 | 0.67 | 0.69 | 341.3 | 0.95 | 0.16 |
| Hex | 4F | 2 | 1A | 0 | 61 | 43 | 45 | 155 | 5F | 10 |
| Octal | 117 | 2 | 32 | 0 | 141 | 103 | 105 | 525 | 137 | 20 |
| Binary | 1001111 | 10 | 11010 | 0 | 1100001 | 1000011 | 1000101 | 101010101 | 1011111 | 10000 |
Color Harmonies of #4F021A
Complementary color
Monochromatic Colors of #4F021A
Black with #4F021A
Text Example
Text Example
White with #4F021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F021A; }
p { color: rgb(79,2,26); }
H1.HeaderClassName
{
color: #4F021A;
}
.AnyTagClassName
{
color: #4F021A;
}
</style>
background-color css
<style>
a { background-color: #4F021A; }
a { background-color: rgb(79,2,26); }
div.DivClassName
{
background-color: #4F021A;
}
.BgClassName
{
background-color: #4F021A;
}
</style>
border-color css
<style>
span { border-color: #4F021A; }
span { border-color: rgb(79,2,26); }
td.TdClassName
{
border-color: #4F021A;
}
.TagClassName
{
border-color: #4F021A;
}
</style>