Shades of Bordeaux #4F0116
Tints of Bordeaux #4F0116
RGB
CMYK
RGB Variations
Color information
#4F0116 (or 0x4F0116) is known color: Bordeaux. HEX triplet: 4F, 01 and 16. RGB value is (79,1,22). Sum of RGB (Red+Green+Blue) = 79+1+22=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0116 is #B0FEE9. Grayscale: #1A1A1A. Windows color (decimal): -11599594 or 1442127. OLE color: 1442127.
HSL color Cylindrical-coordinate representation of color #4F0116: hue angle of 343.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0116 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.69 |
| HSL | 343.85º | 0.98% | 0.16% | - |
| HSV(B) | 343.85º | 0.99% | 0.31% | - |
| XYZ | 3.38 | 1.74 | 0.92 | - |
| YUV | 26.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 22 | 0 | 0.99 | 0.72 | 0.69 | 343.85 | 0.98 | 0.16 |
| Hex | 4F | 1 | 16 | 0 | 63 | 48 | 45 | 158 | 62 | 10 |
| Octal | 117 | 1 | 26 | 0 | 143 | 110 | 105 | 530 | 142 | 20 |
| Binary | 1001111 | 1 | 10110 | 0 | 1100011 | 1001000 | 1000101 | 101011000 | 1100010 | 10000 |
Color Harmonies of #4F0116
Complementary color
Monochromatic Colors of #4F0116
Black with #4F0116
Text Example
Text Example
White with #4F0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0116; }
p { color: rgb(79,1,22); }
H1.HeaderClassName
{
color: #4F0116;
}
.AnyTagClassName
{
color: #4F0116;
}
</style>
background-color css
<style>
a { background-color: #4F0116; }
a { background-color: rgb(79,1,22); }
div.DivClassName
{
background-color: #4F0116;
}
.BgClassName
{
background-color: #4F0116;
}
</style>
border-color css
<style>
span { border-color: #4F0116; }
span { border-color: rgb(79,1,22); }
td.TdClassName
{
border-color: #4F0116;
}
.TagClassName
{
border-color: #4F0116;
}
</style>