Shades of Bordeaux #4F010F
Tints of Bordeaux #4F010F
RGB
CMYK
RGB Variations
Color information
#4F010F (or 0x4F010F) is known color: Bordeaux. HEX triplet: 4F, 01 and 0F. RGB value is (79,1,15). Sum of RGB (Red+Green+Blue) = 79+1+15=95 (12% of max value = 765). Red value is 79 (31.25% from 255 or 83.16% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 79 - color contains mainly: red. Hex color #4F010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F010F is #B0FEF0. Grayscale: #191919. Windows color (decimal): -11599601 or 983375. OLE color: 983375.
HSL color Cylindrical-coordinate representation of color #4F010F: hue angle of 349.23º 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 #4F010F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.69 |
| HSL | 349.23º | 0.98% | 0.16% | - |
| HSV(B) | 349.23º | 0.99% | 0.31% | - |
| XYZ | 3.32 | 1.72 | 0.61 | - |
| YUV | 25.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 15 | 0 | 0.99 | 0.81 | 0.69 | 349.23 | 0.98 | 0.16 |
| Hex | 4F | 1 | F | 0 | 63 | 51 | 45 | 15D | 62 | 10 |
| Octal | 117 | 1 | 17 | 0 | 143 | 121 | 105 | 535 | 142 | 20 |
| Binary | 1001111 | 1 | 1111 | 0 | 1100011 | 1010001 | 1000101 | 101011101 | 1100010 | 10000 |
Color Harmonies of #4F010F
Complementary color
Monochromatic Colors of #4F010F
Black with #4F010F
Text Example
Text Example
White with #4F010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F010F; }
p { color: rgb(79,1,15); }
H1.HeaderClassName
{
color: #4F010F;
}
.AnyTagClassName
{
color: #4F010F;
}
</style>
background-color css
<style>
a { background-color: #4F010F; }
a { background-color: rgb(79,1,15); }
div.DivClassName
{
background-color: #4F010F;
}
.BgClassName
{
background-color: #4F010F;
}
</style>
border-color css
<style>
span { border-color: #4F010F; }
span { border-color: rgb(79,1,15); }
td.TdClassName
{
border-color: #4F010F;
}
.TagClassName
{
border-color: #4F010F;
}
</style>