Shades of Bordeaux #4F151C
Tints of Bordeaux #4F151C
RGB
CMYK
RGB Variations
Color information
#4F151C (or 0x4F151C) is known color: Bordeaux. HEX triplet: 4F, 15 and 1C. RGB value is (79,21,28). Sum of RGB (Red+Green+Blue) = 79+21+28=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F151C is #B0EAE3. Grayscale: #272727. Windows color (decimal): -11594468 or 1840463. OLE color: 1840463.
HSL color Cylindrical-coordinate representation of color #4F151C: hue angle of 352.76º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F151C is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 28 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.69 |
| HSL | 352.76º | 0.58% | 0.2% | - |
| HSV(B) | 352.76º | 0.73% | 0.31% | - |
| XYZ | 3.7 | 2.28 | 1.34 | - |
| YUV | 39.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 28 | 0 | 0.73 | 0.65 | 0.69 | 352.76 | 0.58 | 0.2 |
| Hex | 4F | 15 | 1C | 0 | 49 | 41 | 45 | 161 | 3A | 14 |
| Octal | 117 | 25 | 34 | 0 | 111 | 101 | 105 | 541 | 72 | 24 |
| Binary | 1001111 | 10101 | 11100 | 0 | 1001001 | 1000001 | 1000101 | 101100001 | 111010 | 10100 |
Color Harmonies of #4F151C
Complementary color
Monochromatic Colors of #4F151C
Black with #4F151C
Text Example
Text Example
White with #4F151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F151C; }
p { color: rgb(79,21,28); }
H1.HeaderClassName
{
color: #4F151C;
}
.AnyTagClassName
{
color: #4F151C;
}
</style>
background-color css
<style>
a { background-color: #4F151C; }
a { background-color: rgb(79,21,28); }
div.DivClassName
{
background-color: #4F151C;
}
.BgClassName
{
background-color: #4F151C;
}
</style>
border-color css
<style>
span { border-color: #4F151C; }
span { border-color: rgb(79,21,28); }
td.TdClassName
{
border-color: #4F151C;
}
.TagClassName
{
border-color: #4F151C;
}
</style>