Shades of Bordeaux #4F0E26
Tints of Bordeaux #4F0E26
RGB
CMYK
RGB Variations
Color information
#4F0E26 (or 0x4F0E26) is known color: Bordeaux. HEX triplet: 4F, 0E and 26. RGB value is (79,14,38). Sum of RGB (Red+Green+Blue) = 79+14+38=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E26 is #B0F1D9. Grayscale: #242424. Windows color (decimal): -11596250 or 2494031. OLE color: 2494031.
HSL color Cylindrical-coordinate representation of color #4F0E26: hue angle of 337.85º 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 #4F0E26 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 14 | 38 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.69 |
| HSL | 337.85º | 0.7% | 0.18% | - |
| HSV(B) | 337.85º | 0.82% | 0.31% | - |
| XYZ | 3.73 | 2.12 | 2.05 | - |
| YUV | 36.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 38 | 0 | 0.82 | 0.52 | 0.69 | 337.85 | 0.7 | 0.18 |
| Hex | 4F | E | 26 | 0 | 52 | 34 | 45 | 152 | 46 | 12 |
| Octal | 117 | 16 | 46 | 0 | 122 | 64 | 105 | 522 | 106 | 22 |
| Binary | 1001111 | 1110 | 100110 | 0 | 1010010 | 110100 | 1000101 | 101010010 | 1000110 | 10010 |
Color Harmonies of #4F0E26
Complementary color
Monochromatic Colors of #4F0E26
Black with #4F0E26
Text Example
Text Example
White with #4F0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E26; }
p { color: rgb(79,14,38); }
H1.HeaderClassName
{
color: #4F0E26;
}
.AnyTagClassName
{
color: #4F0E26;
}
</style>
background-color css
<style>
a { background-color: #4F0E26; }
a { background-color: rgb(79,14,38); }
div.DivClassName
{
background-color: #4F0E26;
}
.BgClassName
{
background-color: #4F0E26;
}
</style>
border-color css
<style>
span { border-color: #4F0E26; }
span { border-color: rgb(79,14,38); }
td.TdClassName
{
border-color: #4F0E26;
}
.TagClassName
{
border-color: #4F0E26;
}
</style>