Shades of Bordeaux #4F1E2A
Tints of Bordeaux #4F1E2A
RGB
CMYK
RGB Variations
Color information
#4F1E2A (or 0x4F1E2A) is known color: Bordeaux. HEX triplet: 4F, 1E and 2A. RGB value is (79,30,42). Sum of RGB (Red+Green+Blue) = 79+30+42=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E2A is #B0E1D5. Grayscale: #2E2E2E. Windows color (decimal): -11592150 or 2760271. OLE color: 2760271.
HSL color Cylindrical-coordinate representation of color #4F1E2A: hue angle of 345.31º 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 #4F1E2A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 42 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.69 |
| HSL | 345.31º | 0.45% | 0.21% | - |
| HSV(B) | 345.31º | 0.62% | 0.31% | - |
| XYZ | 4.11 | 2.76 | 2.51 | - |
| YUV | 46.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 42 | 0 | 0.62 | 0.47 | 0.69 | 345.31 | 0.45 | 0.21 |
| Hex | 4F | 1E | 2A | 0 | 3E | 2F | 45 | 159 | 2D | 15 |
| Octal | 117 | 36 | 52 | 0 | 76 | 57 | 105 | 531 | 55 | 25 |
| Binary | 1001111 | 11110 | 101010 | 0 | 111110 | 101111 | 1000101 | 101011001 | 101101 | 10101 |
Color Harmonies of #4F1E2A
Complementary color
Monochromatic Colors of #4F1E2A
Black with #4F1E2A
Text Example
Text Example
White with #4F1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E2A; }
p { color: rgb(79,30,42); }
H1.HeaderClassName
{
color: #4F1E2A;
}
.AnyTagClassName
{
color: #4F1E2A;
}
</style>
background-color css
<style>
a { background-color: #4F1E2A; }
a { background-color: rgb(79,30,42); }
div.DivClassName
{
background-color: #4F1E2A;
}
.BgClassName
{
background-color: #4F1E2A;
}
</style>
border-color css
<style>
span { border-color: #4F1E2A; }
span { border-color: rgb(79,30,42); }
td.TdClassName
{
border-color: #4F1E2A;
}
.TagClassName
{
border-color: #4F1E2A;
}
</style>