Shades of Bordeaux #4F1D26
Tints of Bordeaux #4F1D26
RGB
CMYK
RGB Variations
Color information
#4F1D26 (or 0x4F1D26) is known color: Bordeaux. HEX triplet: 4F, 1D and 26. RGB value is (79,29,38). Sum of RGB (Red+Green+Blue) = 79+29+38=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D26 is #B0E2D9. Grayscale: #2C2C2C. Windows color (decimal): -11592410 or 2497871. OLE color: 2497871.
HSL color Cylindrical-coordinate representation of color #4F1D26: hue angle of 349.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D26 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 38 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.69 |
| HSL | 349.2º | 0.46% | 0.21% | - |
| HSV(B) | 349.2º | 0.63% | 0.31% | - |
| XYZ | 4.01 | 2.68 | 2.14 | - |
| YUV | 44.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 38 | 0 | 0.63 | 0.52 | 0.69 | 349.2 | 0.46 | 0.21 |
| Hex | 4F | 1D | 26 | 0 | 3F | 34 | 45 | 15D | 2E | 15 |
| Octal | 117 | 35 | 46 | 0 | 77 | 64 | 105 | 535 | 56 | 25 |
| Binary | 1001111 | 11101 | 100110 | 0 | 111111 | 110100 | 1000101 | 101011101 | 101110 | 10101 |
Color Harmonies of #4F1D26
Complementary color
Monochromatic Colors of #4F1D26
Black with #4F1D26
Text Example
Text Example
White with #4F1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D26; }
p { color: rgb(79,29,38); }
H1.HeaderClassName
{
color: #4F1D26;
}
.AnyTagClassName
{
color: #4F1D26;
}
</style>
background-color css
<style>
a { background-color: #4F1D26; }
a { background-color: rgb(79,29,38); }
div.DivClassName
{
background-color: #4F1D26;
}
.BgClassName
{
background-color: #4F1D26;
}
</style>
border-color css
<style>
span { border-color: #4F1D26; }
span { border-color: rgb(79,29,38); }
td.TdClassName
{
border-color: #4F1D26;
}
.TagClassName
{
border-color: #4F1D26;
}
</style>