Shades of Bordeaux #4F191B
Tints of Bordeaux #4F191B
RGB
CMYK
RGB Variations
Color information
#4F191B (or 0x4F191B) is known color: Bordeaux. HEX triplet: 4F, 19 and 1B. RGB value is (79,25,27). Sum of RGB (Red+Green+Blue) = 79+25+27=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191B is #B0E6E4. Grayscale: #292929. Windows color (decimal): -11593445 or 1775951. OLE color: 1775951.
HSL color Cylindrical-coordinate representation of color #4F191B: hue angle of 357.78º 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 #4F191B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 27 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.69 |
| HSL | 357.78º | 0.52% | 0.2% | - |
| HSV(B) | 357.78º | 0.68% | 0.31% | - |
| XYZ | 3.77 | 2.44 | 1.31 | - |
| YUV | 41.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 27 | 0 | 0.68 | 0.66 | 0.69 | 357.78 | 0.52 | 0.2 |
| Hex | 4F | 19 | 1B | 0 | 44 | 42 | 45 | 166 | 34 | 14 |
| Octal | 117 | 31 | 33 | 0 | 104 | 102 | 105 | 546 | 64 | 24 |
| Binary | 1001111 | 11001 | 11011 | 0 | 1000100 | 1000010 | 1000101 | 101100110 | 110100 | 10100 |
Color Harmonies of #4F191B
Complementary color
Monochromatic Colors of #4F191B
Black with #4F191B
Text Example
Text Example
White with #4F191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F191B; }
p { color: rgb(79,25,27); }
H1.HeaderClassName
{
color: #4F191B;
}
.AnyTagClassName
{
color: #4F191B;
}
</style>
background-color css
<style>
a { background-color: #4F191B; }
a { background-color: rgb(79,25,27); }
div.DivClassName
{
background-color: #4F191B;
}
.BgClassName
{
background-color: #4F191B;
}
</style>
border-color css
<style>
span { border-color: #4F191B; }
span { border-color: rgb(79,25,27); }
td.TdClassName
{
border-color: #4F191B;
}
.TagClassName
{
border-color: #4F191B;
}
</style>