Shades of Bordeaux #4F1E2B
Tints of Bordeaux #4F1E2B
RGB
CMYK
RGB Variations
Color information
#4F1E2B (or 0x4F1E2B) is known color: Bordeaux. HEX triplet: 4F, 1E and 2B. RGB value is (79,30,43). Sum of RGB (Red+Green+Blue) = 79+30+43=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E2B is #B0E1D4. Grayscale: #2E2E2E. Windows color (decimal): -11592149 or 2825807. OLE color: 2825807.
HSL color Cylindrical-coordinate representation of color #4F1E2B: hue angle of 344.08º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E2B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 43 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.69 |
| HSL | 344.08º | 0.45% | 0.21% | - |
| HSV(B) | 344.08º | 0.62% | 0.31% | - |
| XYZ | 4.12 | 2.77 | 2.6 | - |
| YUV | 46.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 43 | 0 | 0.62 | 0.46 | 0.69 | 344.08 | 0.45 | 0.21 |
| Hex | 4F | 1E | 2B | 0 | 3E | 2E | 45 | 158 | 2D | 15 |
| Octal | 117 | 36 | 53 | 0 | 76 | 56 | 105 | 530 | 55 | 25 |
| Binary | 1001111 | 11110 | 101011 | 0 | 111110 | 101110 | 1000101 | 101011000 | 101101 | 10101 |
Color Harmonies of #4F1E2B
Complementary color
Monochromatic Colors of #4F1E2B
Black with #4F1E2B
Text Example
Text Example
White with #4F1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E2B; }
p { color: rgb(79,30,43); }
H1.HeaderClassName
{
color: #4F1E2B;
}
.AnyTagClassName
{
color: #4F1E2B;
}
</style>
background-color css
<style>
a { background-color: #4F1E2B; }
a { background-color: rgb(79,30,43); }
div.DivClassName
{
background-color: #4F1E2B;
}
.BgClassName
{
background-color: #4F1E2B;
}
</style>
border-color css
<style>
span { border-color: #4F1E2B; }
span { border-color: rgb(79,30,43); }
td.TdClassName
{
border-color: #4F1E2B;
}
.TagClassName
{
border-color: #4F1E2B;
}
</style>