Shades of Bordeaux #4F1415
Tints of Bordeaux #4F1415
RGB
CMYK
RGB Variations
Color information
#4F1415 (or 0x4F1415) is known color: Bordeaux. HEX triplet: 4F, 14 and 15. RGB value is (79,20,21). Sum of RGB (Red+Green+Blue) = 79+20+21=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1415 is #B0EBEA. Grayscale: #252525. Windows color (decimal): -11594731 or 1381455. OLE color: 1381455.
HSL color Cylindrical-coordinate representation of color #4F1415: hue angle of 358.98º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1415 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 21 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.69 |
| HSL | 358.98º | 0.6% | 0.19% | - |
| HSV(B) | 358.98º | 0.75% | 0.31% | - |
| XYZ | 3.61 | 2.22 | 0.95 | - |
| YUV | 37.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 21 | 0 | 0.75 | 0.73 | 0.69 | 358.98 | 0.6 | 0.19 |
| Hex | 4F | 14 | 15 | 0 | 4B | 49 | 45 | 167 | 3C | 13 |
| Octal | 117 | 24 | 25 | 0 | 113 | 111 | 105 | 547 | 74 | 23 |
| Binary | 1001111 | 10100 | 10101 | 0 | 1001011 | 1001001 | 1000101 | 101100111 | 111100 | 10011 |
Color Harmonies of #4F1415
Complementary color
Monochromatic Colors of #4F1415
Black with #4F1415
Text Example
Text Example
White with #4F1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1415; }
p { color: rgb(79,20,21); }
H1.HeaderClassName
{
color: #4F1415;
}
.AnyTagClassName
{
color: #4F1415;
}
</style>
background-color css
<style>
a { background-color: #4F1415; }
a { background-color: rgb(79,20,21); }
div.DivClassName
{
background-color: #4F1415;
}
.BgClassName
{
background-color: #4F1415;
}
</style>
border-color css
<style>
span { border-color: #4F1415; }
span { border-color: rgb(79,20,21); }
td.TdClassName
{
border-color: #4F1415;
}
.TagClassName
{
border-color: #4F1415;
}
</style>