Shades of Bordeaux #4F191D
Tints of Bordeaux #4F191D
RGB
CMYK
RGB Variations
Color information
#4F191D (or 0x4F191D) is known color: Bordeaux. HEX triplet: 4F, 19 and 1D. RGB value is (79,25,29). Sum of RGB (Red+Green+Blue) = 79+25+29=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191D is #B0E6E2. Grayscale: #292929. Windows color (decimal): -11593443 or 1907023. OLE color: 1907023.
HSL color Cylindrical-coordinate representation of color #4F191D: hue angle of 355.56º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F191D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 29 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.69 |
| HSL | 355.56º | 0.52% | 0.2% | - |
| HSV(B) | 355.56º | 0.68% | 0.31% | - |
| XYZ | 3.79 | 2.45 | 1.43 | - |
| YUV | 41.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 29 | 0 | 0.68 | 0.63 | 0.69 | 355.56 | 0.52 | 0.2 |
| Hex | 4F | 19 | 1D | 0 | 44 | 3F | 45 | 164 | 34 | 14 |
| Octal | 117 | 31 | 35 | 0 | 104 | 77 | 105 | 544 | 64 | 24 |
| Binary | 1001111 | 11001 | 11101 | 0 | 1000100 | 111111 | 1000101 | 101100100 | 110100 | 10100 |
Color Harmonies of #4F191D
Complementary color
Monochromatic Colors of #4F191D
Black with #4F191D
Text Example
Text Example
White with #4F191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F191D; }
p { color: rgb(79,25,29); }
H1.HeaderClassName
{
color: #4F191D;
}
.AnyTagClassName
{
color: #4F191D;
}
</style>
background-color css
<style>
a { background-color: #4F191D; }
a { background-color: rgb(79,25,29); }
div.DivClassName
{
background-color: #4F191D;
}
.BgClassName
{
background-color: #4F191D;
}
</style>
border-color css
<style>
span { border-color: #4F191D; }
span { border-color: rgb(79,25,29); }
td.TdClassName
{
border-color: #4F191D;
}
.TagClassName
{
border-color: #4F191D;
}
</style>