Shades of Bordeaux #4F0821
Tints of Bordeaux #4F0821
RGB
CMYK
RGB Variations
Color information
#4F0821 (or 0x4F0821) is known color: Bordeaux. HEX triplet: 4F, 08 and 21. RGB value is (79,8,33). Sum of RGB (Red+Green+Blue) = 79+8+33=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0821 is #B0F7DE. Grayscale: #202020. Windows color (decimal): -11597791 or 2164815. OLE color: 2164815.
HSL color Cylindrical-coordinate representation of color #4F0821: hue angle of 338.87º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0821 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 33 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.69 |
| HSL | 338.87º | 0.82% | 0.17% | - |
| HSV(B) | 338.87º | 0.9% | 0.31% | - |
| XYZ | 3.59 | 1.95 | 1.63 | - |
| YUV | 32.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 33 | 0 | 0.90 | 0.58 | 0.69 | 338.87 | 0.82 | 0.17 |
| Hex | 4F | 8 | 21 | 0 | 5A | 3A | 45 | 153 | 52 | 11 |
| Octal | 117 | 10 | 41 | 0 | 132 | 72 | 105 | 523 | 122 | 21 |
| Binary | 1001111 | 1000 | 100001 | 0 | 1011010 | 111010 | 1000101 | 101010011 | 1010010 | 10001 |
Color Harmonies of #4F0821
Complementary color
Monochromatic Colors of #4F0821
Black with #4F0821
Text Example
Text Example
White with #4F0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0821; }
p { color: rgb(79,8,33); }
H1.HeaderClassName
{
color: #4F0821;
}
.AnyTagClassName
{
color: #4F0821;
}
</style>
background-color css
<style>
a { background-color: #4F0821; }
a { background-color: rgb(79,8,33); }
div.DivClassName
{
background-color: #4F0821;
}
.BgClassName
{
background-color: #4F0821;
}
</style>
border-color css
<style>
span { border-color: #4F0821; }
span { border-color: rgb(79,8,33); }
td.TdClassName
{
border-color: #4F0821;
}
.TagClassName
{
border-color: #4F0821;
}
</style>