Shades of Bordeaux #4F242C
Tints of Bordeaux #4F242C
RGB
CMYK
RGB Variations
Color information
#4F242C (or 0x4F242C) is known color: Bordeaux. HEX triplet: 4F, 24 and 2C. RGB value is (79,36,44). Sum of RGB (Red+Green+Blue) = 79+36+44=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F242C is #B0DBD3. Grayscale: #313131. Windows color (decimal): -11590612 or 2892879. OLE color: 2892879.
HSL color Cylindrical-coordinate representation of color #4F242C: hue angle of 348.84º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F242C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 44 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.69 |
| HSL | 348.84º | 0.37% | 0.23% | - |
| HSV(B) | 348.84º | 0.54% | 0.31% | - |
| XYZ | 4.31 | 3.11 | 2.76 | - |
| YUV | 49.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 44 | 0 | 0.54 | 0.44 | 0.69 | 348.84 | 0.37 | 0.23 |
| Hex | 4F | 24 | 2C | 0 | 36 | 2C | 45 | 15D | 25 | 17 |
| Octal | 117 | 44 | 54 | 0 | 66 | 54 | 105 | 535 | 45 | 27 |
| Binary | 1001111 | 100100 | 101100 | 0 | 110110 | 101100 | 1000101 | 101011101 | 100101 | 10111 |
Color Harmonies of #4F242C
Complementary color
Monochromatic Colors of #4F242C
Black with #4F242C
Text Example
Text Example
White with #4F242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F242C; }
p { color: rgb(79,36,44); }
H1.HeaderClassName
{
color: #4F242C;
}
.AnyTagClassName
{
color: #4F242C;
}
</style>
background-color css
<style>
a { background-color: #4F242C; }
a { background-color: rgb(79,36,44); }
div.DivClassName
{
background-color: #4F242C;
}
.BgClassName
{
background-color: #4F242C;
}
</style>
border-color css
<style>
span { border-color: #4F242C; }
span { border-color: rgb(79,36,44); }
td.TdClassName
{
border-color: #4F242C;
}
.TagClassName
{
border-color: #4F242C;
}
</style>