Shades of Bordeaux #4F121B
Tints of Bordeaux #4F121B
RGB
CMYK
RGB Variations
Color information
#4F121B (or 0x4F121B) is known color: Bordeaux. HEX triplet: 4F, 12 and 1B. RGB value is (79,18,27). Sum of RGB (Red+Green+Blue) = 79+18+27=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F121B is #B0EDE4. Grayscale: #252525. Windows color (decimal): -11595237 or 1774159. OLE color: 1774159.
HSL color Cylindrical-coordinate representation of color #4F121B: hue angle of 351.15º 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 #4F121B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 27 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.69 |
| HSL | 351.15º | 0.63% | 0.19% | - |
| HSV(B) | 351.15º | 0.77% | 0.31% | - |
| XYZ | 3.64 | 2.17 | 1.26 | - |
| YUV | 37.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 27 | 0 | 0.77 | 0.66 | 0.69 | 351.15 | 0.63 | 0.19 |
| Hex | 4F | 12 | 1B | 0 | 4D | 42 | 45 | 15F | 3F | 13 |
| Octal | 117 | 22 | 33 | 0 | 115 | 102 | 105 | 537 | 77 | 23 |
| Binary | 1001111 | 10010 | 11011 | 0 | 1001101 | 1000010 | 1000101 | 101011111 | 111111 | 10011 |
Color Harmonies of #4F121B
Complementary color
Monochromatic Colors of #4F121B
Black with #4F121B
Text Example
Text Example
White with #4F121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F121B; }
p { color: rgb(79,18,27); }
H1.HeaderClassName
{
color: #4F121B;
}
.AnyTagClassName
{
color: #4F121B;
}
</style>
background-color css
<style>
a { background-color: #4F121B; }
a { background-color: rgb(79,18,27); }
div.DivClassName
{
background-color: #4F121B;
}
.BgClassName
{
background-color: #4F121B;
}
</style>
border-color css
<style>
span { border-color: #4F121B; }
span { border-color: rgb(79,18,27); }
td.TdClassName
{
border-color: #4F121B;
}
.TagClassName
{
border-color: #4F121B;
}
</style>