Shades of Bordeaux #4F101C
Tints of Bordeaux #4F101C
RGB
CMYK
RGB Variations
Color information
#4F101C (or 0x4F101C) is known color: Bordeaux. HEX triplet: 4F, 10 and 1C. RGB value is (79,16,28). Sum of RGB (Red+Green+Blue) = 79+16+28=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101C is #B0EFE3. Grayscale: #242424. Windows color (decimal): -11595748 or 1839183. OLE color: 1839183.
HSL color Cylindrical-coordinate representation of color #4F101C: hue angle of 348.57º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F101C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 28 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.69 |
| HSL | 348.57º | 0.66% | 0.19% | - |
| HSV(B) | 348.57º | 0.8% | 0.31% | - |
| XYZ | 3.62 | 2.12 | 1.32 | - |
| YUV | 36.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 28 | 0 | 0.80 | 0.65 | 0.69 | 348.57 | 0.66 | 0.19 |
| Hex | 4F | 10 | 1C | 0 | 50 | 41 | 45 | 15D | 42 | 13 |
| Octal | 117 | 20 | 34 | 0 | 120 | 101 | 105 | 535 | 102 | 23 |
| Binary | 1001111 | 10000 | 11100 | 0 | 1010000 | 1000001 | 1000101 | 101011101 | 1000010 | 10011 |
Color Harmonies of #4F101C
Complementary color
Monochromatic Colors of #4F101C
Black with #4F101C
Text Example
Text Example
White with #4F101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F101C; }
p { color: rgb(79,16,28); }
H1.HeaderClassName
{
color: #4F101C;
}
.AnyTagClassName
{
color: #4F101C;
}
</style>
background-color css
<style>
a { background-color: #4F101C; }
a { background-color: rgb(79,16,28); }
div.DivClassName
{
background-color: #4F101C;
}
.BgClassName
{
background-color: #4F101C;
}
</style>
border-color css
<style>
span { border-color: #4F101C; }
span { border-color: rgb(79,16,28); }
td.TdClassName
{
border-color: #4F101C;
}
.TagClassName
{
border-color: #4F101C;
}
</style>