Shades of Bordeaux #4F131C
Tints of Bordeaux #4F131C
RGB
CMYK
RGB Variations
Color information
#4F131C (or 0x4F131C) is known color: Bordeaux. HEX triplet: 4F, 13 and 1C. RGB value is (79,19,28). Sum of RGB (Red+Green+Blue) = 79+19+28=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F131C is #B0ECE3. Grayscale: #252525. Windows color (decimal): -11594980 or 1839951. OLE color: 1839951.
HSL color Cylindrical-coordinate representation of color #4F131C: hue angle of 351º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F131C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 28 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.69 |
| HSL | 351º | 0.61% | 0.19% | - |
| HSV(B) | 351º | 0.76% | 0.31% | - |
| XYZ | 3.67 | 2.21 | 1.33 | - |
| YUV | 37.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 28 | 0 | 0.76 | 0.65 | 0.69 | 351 | 0.61 | 0.19 |
| Hex | 4F | 13 | 1C | 0 | 4C | 41 | 45 | 15F | 3D | 13 |
| Octal | 117 | 23 | 34 | 0 | 114 | 101 | 105 | 537 | 75 | 23 |
| Binary | 1001111 | 10011 | 11100 | 0 | 1001100 | 1000001 | 1000101 | 101011111 | 111101 | 10011 |
Color Harmonies of #4F131C
Complementary color
Monochromatic Colors of #4F131C
Black with #4F131C
Text Example
Text Example
White with #4F131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F131C; }
p { color: rgb(79,19,28); }
H1.HeaderClassName
{
color: #4F131C;
}
.AnyTagClassName
{
color: #4F131C;
}
</style>
background-color css
<style>
a { background-color: #4F131C; }
a { background-color: rgb(79,19,28); }
div.DivClassName
{
background-color: #4F131C;
}
.BgClassName
{
background-color: #4F131C;
}
</style>
border-color css
<style>
span { border-color: #4F131C; }
span { border-color: rgb(79,19,28); }
td.TdClassName
{
border-color: #4F131C;
}
.TagClassName
{
border-color: #4F131C;
}
</style>