Shades of Bordeaux #4F212C
Tints of Bordeaux #4F212C
RGB
CMYK
RGB Variations
Color information
#4F212C (or 0x4F212C) is known color: Bordeaux. HEX triplet: 4F, 21 and 2C. RGB value is (79,33,44). Sum of RGB (Red+Green+Blue) = 79+33+44=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F212C is #B0DED3. Grayscale: #303030. Windows color (decimal): -11591380 or 2892111. OLE color: 2892111.
HSL color Cylindrical-coordinate representation of color #4F212C: hue angle of 345.65º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F212C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 44 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.69 |
| HSL | 345.65º | 0.41% | 0.22% | - |
| HSV(B) | 345.65º | 0.58% | 0.31% | - |
| XYZ | 4.22 | 2.93 | 2.73 | - |
| YUV | 48.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 44 | 0 | 0.58 | 0.44 | 0.69 | 345.65 | 0.41 | 0.22 |
| Hex | 4F | 21 | 2C | 0 | 3A | 2C | 45 | 15A | 29 | 16 |
| Octal | 117 | 41 | 54 | 0 | 72 | 54 | 105 | 532 | 51 | 26 |
| Binary | 1001111 | 100001 | 101100 | 0 | 111010 | 101100 | 1000101 | 101011010 | 101001 | 10110 |
Color Harmonies of #4F212C
Complementary color
Monochromatic Colors of #4F212C
Black with #4F212C
Text Example
Text Example
White with #4F212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F212C; }
p { color: rgb(79,33,44); }
H1.HeaderClassName
{
color: #4F212C;
}
.AnyTagClassName
{
color: #4F212C;
}
</style>
background-color css
<style>
a { background-color: #4F212C; }
a { background-color: rgb(79,33,44); }
div.DivClassName
{
background-color: #4F212C;
}
.BgClassName
{
background-color: #4F212C;
}
</style>
border-color css
<style>
span { border-color: #4F212C; }
span { border-color: rgb(79,33,44); }
td.TdClassName
{
border-color: #4F212C;
}
.TagClassName
{
border-color: #4F212C;
}
</style>