Shades of Bordeaux #4F0E21
Tints of Bordeaux #4F0E21
RGB
CMYK
RGB Variations
Color information
#4F0E21 (or 0x4F0E21) is known color: Bordeaux. HEX triplet: 4F, 0E and 21. RGB value is (79,14,33). Sum of RGB (Red+Green+Blue) = 79+14+33=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E21 is #B0F1DE. Grayscale: #232323. Windows color (decimal): -11596255 or 2166351. OLE color: 2166351.
HSL color Cylindrical-coordinate representation of color #4F0E21: hue angle of 342.46º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F0E21 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 14 | 33 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.69 |
| HSL | 342.46º | 0.7% | 0.18% | - |
| HSV(B) | 342.46º | 0.82% | 0.31% | - |
| XYZ | 3.66 | 2.09 | 1.65 | - |
| YUV | 35.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 33 | 0 | 0.82 | 0.58 | 0.69 | 342.46 | 0.7 | 0.18 |
| Hex | 4F | E | 21 | 0 | 52 | 3A | 45 | 156 | 46 | 12 |
| Octal | 117 | 16 | 41 | 0 | 122 | 72 | 105 | 526 | 106 | 22 |
| Binary | 1001111 | 1110 | 100001 | 0 | 1010010 | 111010 | 1000101 | 101010110 | 1000110 | 10010 |
Color Harmonies of #4F0E21
Complementary color
Monochromatic Colors of #4F0E21
Black with #4F0E21
Text Example
Text Example
White with #4F0E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E21; }
p { color: rgb(79,14,33); }
H1.HeaderClassName
{
color: #4F0E21;
}
.AnyTagClassName
{
color: #4F0E21;
}
</style>
background-color css
<style>
a { background-color: #4F0E21; }
a { background-color: rgb(79,14,33); }
div.DivClassName
{
background-color: #4F0E21;
}
.BgClassName
{
background-color: #4F0E21;
}
</style>
border-color css
<style>
span { border-color: #4F0E21; }
span { border-color: rgb(79,14,33); }
td.TdClassName
{
border-color: #4F0E21;
}
.TagClassName
{
border-color: #4F0E21;
}
</style>