Shades of Bordeaux #4F161D
Tints of Bordeaux #4F161D
RGB
CMYK
RGB Variations
Color information
#4F161D (or 0x4F161D) is known color: Bordeaux. HEX triplet: 4F, 16 and 1D. RGB value is (79,22,29). Sum of RGB (Red+Green+Blue) = 79+22+29=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F161D is #B0E9E2. Grayscale: #272727. Windows color (decimal): -11594211 or 1906255. OLE color: 1906255.
HSL color Cylindrical-coordinate representation of color #4F161D: hue angle of 352.63º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F161D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 29 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.69 |
| HSL | 352.63º | 0.56% | 0.2% | - |
| HSV(B) | 352.63º | 0.72% | 0.31% | - |
| XYZ | 3.73 | 2.32 | 1.41 | - |
| YUV | 39.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 29 | 0 | 0.72 | 0.63 | 0.69 | 352.63 | 0.56 | 0.2 |
| Hex | 4F | 16 | 1D | 0 | 48 | 3F | 45 | 161 | 38 | 14 |
| Octal | 117 | 26 | 35 | 0 | 110 | 77 | 105 | 541 | 70 | 24 |
| Binary | 1001111 | 10110 | 11101 | 0 | 1001000 | 111111 | 1000101 | 101100001 | 111000 | 10100 |
Color Harmonies of #4F161D
Complementary color
Monochromatic Colors of #4F161D
Black with #4F161D
Text Example
Text Example
White with #4F161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F161D; }
p { color: rgb(79,22,29); }
H1.HeaderClassName
{
color: #4F161D;
}
.AnyTagClassName
{
color: #4F161D;
}
</style>
background-color css
<style>
a { background-color: #4F161D; }
a { background-color: rgb(79,22,29); }
div.DivClassName
{
background-color: #4F161D;
}
.BgClassName
{
background-color: #4F161D;
}
</style>
border-color css
<style>
span { border-color: #4F161D; }
span { border-color: rgb(79,22,29); }
td.TdClassName
{
border-color: #4F161D;
}
.TagClassName
{
border-color: #4F161D;
}
</style>