Shades of Bordeaux #4F0912
Tints of Bordeaux #4F0912
RGB
CMYK
RGB Variations
Color information
#4F0912 (or 0x4F0912) is known color: Bordeaux. HEX triplet: 4F, 09 and 12. RGB value is (79,9,18). Sum of RGB (Red+Green+Blue) = 79+9+18=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0912 is #B0F6ED. Grayscale: #1E1E1E. Windows color (decimal): -11597550 or 1182031. OLE color: 1182031.
HSL color Cylindrical-coordinate representation of color #4F0912: hue angle of 352.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0912 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 18 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.69 |
| HSL | 352.29º | 0.8% | 0.17% | - |
| HSV(B) | 352.29º | 0.89% | 0.31% | - |
| XYZ | 3.43 | 1.9 | 0.76 | - |
| YUV | 30.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 18 | 0 | 0.89 | 0.77 | 0.69 | 352.29 | 0.8 | 0.17 |
| Hex | 4F | 9 | 12 | 0 | 59 | 4D | 45 | 160 | 50 | 11 |
| Octal | 117 | 11 | 22 | 0 | 131 | 115 | 105 | 540 | 120 | 21 |
| Binary | 1001111 | 1001 | 10010 | 0 | 1011001 | 1001101 | 1000101 | 101100000 | 1010000 | 10001 |
Color Harmonies of #4F0912
Complementary color
Monochromatic Colors of #4F0912
Black with #4F0912
Text Example
Text Example
White with #4F0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0912; }
p { color: rgb(79,9,18); }
H1.HeaderClassName
{
color: #4F0912;
}
.AnyTagClassName
{
color: #4F0912;
}
</style>
background-color css
<style>
a { background-color: #4F0912; }
a { background-color: rgb(79,9,18); }
div.DivClassName
{
background-color: #4F0912;
}
.BgClassName
{
background-color: #4F0912;
}
</style>
border-color css
<style>
span { border-color: #4F0912; }
span { border-color: rgb(79,9,18); }
td.TdClassName
{
border-color: #4F0912;
}
.TagClassName
{
border-color: #4F0912;
}
</style>