Shades of Bordeaux #4F0D1C
Tints of Bordeaux #4F0D1C
RGB
CMYK
RGB Variations
Color information
#4F0D1C (or 0x4F0D1C) is known color: Bordeaux. HEX triplet: 4F, 0D and 1C. RGB value is (79,13,28). Sum of RGB (Red+Green+Blue) = 79+13+28=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D1C is #B0F2E3. Grayscale: #222222. Windows color (decimal): -11596516 or 1838415. OLE color: 1838415.
HSL color Cylindrical-coordinate representation of color #4F0D1C: hue angle of 346.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D1C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 28 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.69 |
| HSL | 346.36º | 0.72% | 0.18% | - |
| HSV(B) | 346.36º | 0.84% | 0.31% | - |
| XYZ | 3.58 | 2.03 | 1.3 | - |
| YUV | 34.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 28 | 0 | 0.84 | 0.65 | 0.69 | 346.36 | 0.72 | 0.18 |
| Hex | 4F | D | 1C | 0 | 54 | 41 | 45 | 15A | 48 | 12 |
| Octal | 117 | 15 | 34 | 0 | 124 | 101 | 105 | 532 | 110 | 22 |
| Binary | 1001111 | 1101 | 11100 | 0 | 1010100 | 1000001 | 1000101 | 101011010 | 1001000 | 10010 |
Color Harmonies of #4F0D1C
Complementary color
Monochromatic Colors of #4F0D1C
Black with #4F0D1C
Text Example
Text Example
White with #4F0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D1C; }
p { color: rgb(79,13,28); }
H1.HeaderClassName
{
color: #4F0D1C;
}
.AnyTagClassName
{
color: #4F0D1C;
}
</style>
background-color css
<style>
a { background-color: #4F0D1C; }
a { background-color: rgb(79,13,28); }
div.DivClassName
{
background-color: #4F0D1C;
}
.BgClassName
{
background-color: #4F0D1C;
}
</style>
border-color css
<style>
span { border-color: #4F0D1C; }
span { border-color: rgb(79,13,28); }
td.TdClassName
{
border-color: #4F0D1C;
}
.TagClassName
{
border-color: #4F0D1C;
}
</style>