Shades of Bordeaux #4F0314
Tints of Bordeaux #4F0314
RGB
CMYK
RGB Variations
Color information
#4F0314 (or 0x4F0314) is known color: Bordeaux. HEX triplet: 4F, 03 and 14. RGB value is (79,3,20). Sum of RGB (Red+Green+Blue) = 79+3+20=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0314 is #B0FCEB. Grayscale: #1B1B1B. Windows color (decimal): -11599084 or 1311567. OLE color: 1311567.
HSL color Cylindrical-coordinate representation of color #4F0314: hue angle of 346.58º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0314 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 3 | 20 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.69 |
| HSL | 346.58º | 0.93% | 0.16% | - |
| HSV(B) | 346.58º | 0.96% | 0.31% | - |
| XYZ | 3.38 | 1.78 | 0.83 | - |
| YUV | 27.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 20 | 0 | 0.96 | 0.75 | 0.69 | 346.58 | 0.93 | 0.16 |
| Hex | 4F | 3 | 14 | 0 | 60 | 4B | 45 | 15B | 5D | 10 |
| Octal | 117 | 3 | 24 | 0 | 140 | 113 | 105 | 533 | 135 | 20 |
| Binary | 1001111 | 11 | 10100 | 0 | 1100000 | 1001011 | 1000101 | 101011011 | 1011101 | 10000 |
Color Harmonies of #4F0314
Complementary color
Monochromatic Colors of #4F0314
Black with #4F0314
Text Example
Text Example
White with #4F0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0314; }
p { color: rgb(79,3,20); }
H1.HeaderClassName
{
color: #4F0314;
}
.AnyTagClassName
{
color: #4F0314;
}
</style>
background-color css
<style>
a { background-color: #4F0314; }
a { background-color: rgb(79,3,20); }
div.DivClassName
{
background-color: #4F0314;
}
.BgClassName
{
background-color: #4F0314;
}
</style>
border-color css
<style>
span { border-color: #4F0314; }
span { border-color: rgb(79,3,20); }
td.TdClassName
{
border-color: #4F0314;
}
.TagClassName
{
border-color: #4F0314;
}
</style>