Shades of Bordeaux #4F081D
Tints of Bordeaux #4F081D
RGB
CMYK
RGB Variations
Color information
#4F081D (or 0x4F081D) is known color: Bordeaux. HEX triplet: 4F, 08 and 1D. RGB value is (79,8,29). Sum of RGB (Red+Green+Blue) = 79+8+29=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F081D is #B0F7E2. Grayscale: #1F1F1F. Windows color (decimal): -11597795 or 1902671. OLE color: 1902671.
HSL color Cylindrical-coordinate representation of color #4F081D: hue angle of 342.25º 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 #4F081D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 29 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.69 |
| HSL | 342.25º | 0.82% | 0.17% | - |
| HSV(B) | 342.25º | 0.9% | 0.31% | - |
| XYZ | 3.53 | 1.92 | 1.35 | - |
| YUV | 31.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 29 | 0 | 0.90 | 0.63 | 0.69 | 342.25 | 0.82 | 0.17 |
| Hex | 4F | 8 | 1D | 0 | 5A | 3F | 45 | 156 | 52 | 11 |
| Octal | 117 | 10 | 35 | 0 | 132 | 77 | 105 | 526 | 122 | 21 |
| Binary | 1001111 | 1000 | 11101 | 0 | 1011010 | 111111 | 1000101 | 101010110 | 1010010 | 10001 |
Color Harmonies of #4F081D
Complementary color
Monochromatic Colors of #4F081D
Black with #4F081D
Text Example
Text Example
White with #4F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F081D; }
p { color: rgb(79,8,29); }
H1.HeaderClassName
{
color: #4F081D;
}
.AnyTagClassName
{
color: #4F081D;
}
</style>
background-color css
<style>
a { background-color: #4F081D; }
a { background-color: rgb(79,8,29); }
div.DivClassName
{
background-color: #4F081D;
}
.BgClassName
{
background-color: #4F081D;
}
</style>
border-color css
<style>
span { border-color: #4F081D; }
span { border-color: rgb(79,8,29); }
td.TdClassName
{
border-color: #4F081D;
}
.TagClassName
{
border-color: #4F081D;
}
</style>