Shades of Bordeaux #4F1A1D
Tints of Bordeaux #4F1A1D
RGB
CMYK
RGB Variations
Color information
#4F1A1D (or 0x4F1A1D) is known color: Bordeaux. HEX triplet: 4F, 1A and 1D. RGB value is (79,26,29). Sum of RGB (Red+Green+Blue) = 79+26+29=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A1D is #B0E5E2. Grayscale: #2A2A2A. Windows color (decimal): -11593187 or 1907279. OLE color: 1907279.
HSL color Cylindrical-coordinate representation of color #4F1A1D: hue angle of 356.6º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1A1D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 29 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.69 |
| HSL | 356.6º | 0.5% | 0.21% | - |
| HSV(B) | 356.6º | 0.67% | 0.31% | - |
| XYZ | 3.82 | 2.49 | 1.44 | - |
| YUV | 42.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 29 | 0 | 0.67 | 0.63 | 0.69 | 356.6 | 0.5 | 0.21 |
| Hex | 4F | 1A | 1D | 0 | 43 | 3F | 45 | 165 | 32 | 15 |
| Octal | 117 | 32 | 35 | 0 | 103 | 77 | 105 | 545 | 62 | 25 |
| Binary | 1001111 | 11010 | 11101 | 0 | 1000011 | 111111 | 1000101 | 101100101 | 110010 | 10101 |
Color Harmonies of #4F1A1D
Complementary color
Monochromatic Colors of #4F1A1D
Black with #4F1A1D
Text Example
Text Example
White with #4F1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A1D; }
p { color: rgb(79,26,29); }
H1.HeaderClassName
{
color: #4F1A1D;
}
.AnyTagClassName
{
color: #4F1A1D;
}
</style>
background-color css
<style>
a { background-color: #4F1A1D; }
a { background-color: rgb(79,26,29); }
div.DivClassName
{
background-color: #4F1A1D;
}
.BgClassName
{
background-color: #4F1A1D;
}
</style>
border-color css
<style>
span { border-color: #4F1A1D; }
span { border-color: rgb(79,26,29); }
td.TdClassName
{
border-color: #4F1A1D;
}
.TagClassName
{
border-color: #4F1A1D;
}
</style>