Shades of Bordeaux #461221
Tints of Bordeaux #461221
RGB
CMYK
RGB Variations
Color information
#461221 (or 0x461221) is known color: Bordeaux. HEX triplet: 46, 12 and 21. RGB value is (70,18,33). Sum of RGB (Red+Green+Blue) = 70+18+33=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461221 is #B9EDDE. Grayscale: #232323. Windows color (decimal): -12185055 or 2167366. OLE color: 2167366.
HSL color Cylindrical-coordinate representation of color #461221: hue angle of 342.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461221 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 33 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.73 |
| HSL | 342.69º | 0.59% | 0.17% | - |
| HSV(B) | 342.69º | 0.74% | 0.27% | - |
| XYZ | 3.02 | 1.84 | 1.64 | - |
| YUV | 35.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 33 | 0 | 0.74 | 0.53 | 0.73 | 342.69 | 0.59 | 0.17 |
| Hex | 46 | 12 | 21 | 0 | 4A | 35 | 49 | 157 | 3B | 11 |
| Octal | 106 | 22 | 41 | 0 | 112 | 65 | 111 | 527 | 73 | 21 |
| Binary | 1000110 | 10010 | 100001 | 0 | 1001010 | 110101 | 1001001 | 101010111 | 111011 | 10001 |
Color Harmonies of #461221
Complementary color
Monochromatic Colors of #461221
Black with #461221
Text Example
Text Example
White with #461221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461221; }
p { color: rgb(70,18,33); }
H1.HeaderClassName
{
color: #461221;
}
.AnyTagClassName
{
color: #461221;
}
</style>
background-color css
<style>
a { background-color: #461221; }
a { background-color: rgb(70,18,33); }
div.DivClassName
{
background-color: #461221;
}
.BgClassName
{
background-color: #461221;
}
</style>
border-color css
<style>
span { border-color: #461221; }
span { border-color: rgb(70,18,33); }
td.TdClassName
{
border-color: #461221;
}
.TagClassName
{
border-color: #461221;
}
</style>