Shades of Bordeaux #4F021B
Tints of Bordeaux #4F021B
RGB
CMYK
RGB Variations
Color information
#4F021B (or 0x4F021B) is known color: Bordeaux. HEX triplet: 4F, 02 and 1B. RGB value is (79,2,27). Sum of RGB (Red+Green+Blue) = 79+2+27=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F021B is #B0FDE4. Grayscale: #1B1B1B. Windows color (decimal): -11599333 or 1770063. OLE color: 1770063.
HSL color Cylindrical-coordinate representation of color #4F021B: hue angle of 340.52º 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 #4F021B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.69 |
| HSL | 340.52º | 0.95% | 0.16% | - |
| HSV(B) | 340.52º | 0.97% | 0.31% | - |
| XYZ | 3.44 | 1.78 | 1.2 | - |
| YUV | 27.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 27 | 0 | 0.97 | 0.66 | 0.69 | 340.52 | 0.95 | 0.16 |
| Hex | 4F | 2 | 1B | 0 | 61 | 42 | 45 | 155 | 5F | 10 |
| Octal | 117 | 2 | 33 | 0 | 141 | 102 | 105 | 525 | 137 | 20 |
| Binary | 1001111 | 10 | 11011 | 0 | 1100001 | 1000010 | 1000101 | 101010101 | 1011111 | 10000 |
Color Harmonies of #4F021B
Complementary color
Monochromatic Colors of #4F021B
Black with #4F021B
Text Example
Text Example
White with #4F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F021B; }
p { color: rgb(79,2,27); }
H1.HeaderClassName
{
color: #4F021B;
}
.AnyTagClassName
{
color: #4F021B;
}
</style>
background-color css
<style>
a { background-color: #4F021B; }
a { background-color: rgb(79,2,27); }
div.DivClassName
{
background-color: #4F021B;
}
.BgClassName
{
background-color: #4F021B;
}
</style>
border-color css
<style>
span { border-color: #4F021B; }
span { border-color: rgb(79,2,27); }
td.TdClassName
{
border-color: #4F021B;
}
.TagClassName
{
border-color: #4F021B;
}
</style>