Shades of Bordeaux #4F0921
Tints of Bordeaux #4F0921
RGB
CMYK
RGB Variations
Color information
#4F0921 (or 0x4F0921) is known color: Bordeaux. HEX triplet: 4F, 09 and 21. RGB value is (79,9,33). Sum of RGB (Red+Green+Blue) = 79+9+33=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0921 is #B0F6DE. Grayscale: #202020. Windows color (decimal): -11597535 or 2165071. OLE color: 2165071.
HSL color Cylindrical-coordinate representation of color #4F0921: hue angle of 339.43º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0921 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 33 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.69 |
| HSL | 339.43º | 0.8% | 0.17% | - |
| HSV(B) | 339.43º | 0.89% | 0.31% | - |
| XYZ | 3.6 | 1.97 | 1.63 | - |
| YUV | 32.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 33 | 0 | 0.89 | 0.58 | 0.69 | 339.43 | 0.8 | 0.17 |
| Hex | 4F | 9 | 21 | 0 | 59 | 3A | 45 | 153 | 50 | 11 |
| Octal | 117 | 11 | 41 | 0 | 131 | 72 | 105 | 523 | 120 | 21 |
| Binary | 1001111 | 1001 | 100001 | 0 | 1011001 | 111010 | 1000101 | 101010011 | 1010000 | 10001 |
Color Harmonies of #4F0921
Complementary color
Monochromatic Colors of #4F0921
Black with #4F0921
Text Example
Text Example
White with #4F0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0921; }
p { color: rgb(79,9,33); }
H1.HeaderClassName
{
color: #4F0921;
}
.AnyTagClassName
{
color: #4F0921;
}
</style>
background-color css
<style>
a { background-color: #4F0921; }
a { background-color: rgb(79,9,33); }
div.DivClassName
{
background-color: #4F0921;
}
.BgClassName
{
background-color: #4F0921;
}
</style>
border-color css
<style>
span { border-color: #4F0921; }
span { border-color: rgb(79,9,33); }
td.TdClassName
{
border-color: #4F0921;
}
.TagClassName
{
border-color: #4F0921;
}
</style>