Shades of Bordeaux #4F0722
Tints of Bordeaux #4F0722
RGB
CMYK
RGB Variations
Color information
#4F0722 (or 0x4F0722) is known color: Bordeaux. HEX triplet: 4F, 07 and 22. RGB value is (79,7,34). Sum of RGB (Red+Green+Blue) = 79+7+34=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0722 is #B0F8DD. Grayscale: #1F1F1F. Windows color (decimal): -11598046 or 2230095. OLE color: 2230095.
HSL color Cylindrical-coordinate representation of color #4F0722: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0722 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 34 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.69 |
| HSL | 337.5º | 0.84% | 0.17% | - |
| HSV(B) | 337.5º | 0.91% | 0.31% | - |
| XYZ | 3.59 | 1.93 | 1.7 | - |
| YUV | 31.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 34 | 0 | 0.91 | 0.57 | 0.69 | 337.5 | 0.84 | 0.17 |
| Hex | 4F | 7 | 22 | 0 | 5B | 39 | 45 | 152 | 54 | 11 |
| Octal | 117 | 7 | 42 | 0 | 133 | 71 | 105 | 522 | 124 | 21 |
| Binary | 1001111 | 111 | 100010 | 0 | 1011011 | 111001 | 1000101 | 101010010 | 1010100 | 10001 |
Color Harmonies of #4F0722
Complementary color
Monochromatic Colors of #4F0722
Black with #4F0722
Text Example
Text Example
White with #4F0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0722; }
p { color: rgb(79,7,34); }
H1.HeaderClassName
{
color: #4F0722;
}
.AnyTagClassName
{
color: #4F0722;
}
</style>
background-color css
<style>
a { background-color: #4F0722; }
a { background-color: rgb(79,7,34); }
div.DivClassName
{
background-color: #4F0722;
}
.BgClassName
{
background-color: #4F0722;
}
</style>
border-color css
<style>
span { border-color: #4F0722; }
span { border-color: rgb(79,7,34); }
td.TdClassName
{
border-color: #4F0722;
}
.TagClassName
{
border-color: #4F0722;
}
</style>