Shades of Bordeaux #461122
Tints of Bordeaux #461122
RGB
CMYK
RGB Variations
Color information
#461122 (or 0x461122) is known color: Bordeaux. HEX triplet: 46, 11 and 22. RGB value is (70,17,34). Sum of RGB (Red+Green+Blue) = 70+17+34=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461122 is #B9EEDD. Grayscale: #222222. Windows color (decimal): -12185310 or 2232646. OLE color: 2232646.
HSL color Cylindrical-coordinate representation of color #461122: hue angle of 340.75º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461122 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 34 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.73 |
| HSL | 340.75º | 0.61% | 0.17% | - |
| HSV(B) | 340.75º | 0.76% | 0.27% | - |
| XYZ | 3.01 | 1.82 | 1.71 | - |
| YUV | 34.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 34 | 0 | 0.76 | 0.51 | 0.73 | 340.75 | 0.61 | 0.17 |
| Hex | 46 | 11 | 22 | 0 | 4C | 33 | 49 | 155 | 3D | 11 |
| Octal | 106 | 21 | 42 | 0 | 114 | 63 | 111 | 525 | 75 | 21 |
| Binary | 1000110 | 10001 | 100010 | 0 | 1001100 | 110011 | 1001001 | 101010101 | 111101 | 10001 |
Color Harmonies of #461122
Complementary color
Monochromatic Colors of #461122
Black with #461122
Text Example
Text Example
White with #461122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461122; }
p { color: rgb(70,17,34); }
H1.HeaderClassName
{
color: #461122;
}
.AnyTagClassName
{
color: #461122;
}
</style>
background-color css
<style>
a { background-color: #461122; }
a { background-color: rgb(70,17,34); }
div.DivClassName
{
background-color: #461122;
}
.BgClassName
{
background-color: #461122;
}
</style>
border-color css
<style>
span { border-color: #461122; }
span { border-color: rgb(70,17,34); }
td.TdClassName
{
border-color: #461122;
}
.TagClassName
{
border-color: #461122;
}
</style>