Shades of Bordeaux #4F121F
Tints of Bordeaux #4F121F
RGB
CMYK
RGB Variations
Color information
#4F121F (or 0x4F121F) is known color: Bordeaux. HEX triplet: 4F, 12 and 1F. RGB value is (79,18,31). Sum of RGB (Red+Green+Blue) = 79+18+31=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F121F is #B0EDE0. Grayscale: #252525. Windows color (decimal): -11595233 or 2036303. OLE color: 2036303.
HSL color Cylindrical-coordinate representation of color #4F121F: hue angle of 347.21º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F121F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 31 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.69 |
| HSL | 347.21º | 0.63% | 0.19% | - |
| HSV(B) | 347.21º | 0.77% | 0.31% | - |
| XYZ | 3.69 | 2.19 | 1.53 | - |
| YUV | 37.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 31 | 0 | 0.77 | 0.61 | 0.69 | 347.21 | 0.63 | 0.19 |
| Hex | 4F | 12 | 1F | 0 | 4D | 3D | 45 | 15B | 3F | 13 |
| Octal | 117 | 22 | 37 | 0 | 115 | 75 | 105 | 533 | 77 | 23 |
| Binary | 1001111 | 10010 | 11111 | 0 | 1001101 | 111101 | 1000101 | 101011011 | 111111 | 10011 |
Color Harmonies of #4F121F
Complementary color
Monochromatic Colors of #4F121F
Black with #4F121F
Text Example
Text Example
White with #4F121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F121F; }
p { color: rgb(79,18,31); }
H1.HeaderClassName
{
color: #4F121F;
}
.AnyTagClassName
{
color: #4F121F;
}
</style>
background-color css
<style>
a { background-color: #4F121F; }
a { background-color: rgb(79,18,31); }
div.DivClassName
{
background-color: #4F121F;
}
.BgClassName
{
background-color: #4F121F;
}
</style>
border-color css
<style>
span { border-color: #4F121F; }
span { border-color: rgb(79,18,31); }
td.TdClassName
{
border-color: #4F121F;
}
.TagClassName
{
border-color: #4F121F;
}
</style>