Shades of Bordeaux #461123
Tints of Bordeaux #461123
RGB
CMYK
RGB Variations
Color information
#461123 (or 0x461123) is known color: Bordeaux. HEX triplet: 46, 11 and 23. RGB value is (70,17,35). Sum of RGB (Red+Green+Blue) = 70+17+35=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461123 is #B9EEDC. Grayscale: #222222. Windows color (decimal): -12185309 or 2298182. OLE color: 2298182.
HSL color Cylindrical-coordinate representation of color #461123: hue angle of 339.62º 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 #461123 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 35 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.73 |
| HSL | 339.62º | 0.61% | 0.17% | - |
| HSV(B) | 339.62º | 0.76% | 0.27% | - |
| XYZ | 3.03 | 1.82 | 1.78 | - |
| YUV | 34.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 35 | 0 | 0.76 | 0.5 | 0.73 | 339.62 | 0.61 | 0.17 |
| Hex | 46 | 11 | 23 | 0 | 4C | 32 | 49 | 154 | 3D | 11 |
| Octal | 106 | 21 | 43 | 0 | 114 | 62 | 111 | 524 | 75 | 21 |
| Binary | 1000110 | 10001 | 100011 | 0 | 1001100 | 110010 | 1001001 | 101010100 | 111101 | 10001 |
Color Harmonies of #461123
Complementary color
Monochromatic Colors of #461123
Black with #461123
Text Example
Text Example
White with #461123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461123; }
p { color: rgb(70,17,35); }
H1.HeaderClassName
{
color: #461123;
}
.AnyTagClassName
{
color: #461123;
}
</style>
background-color css
<style>
a { background-color: #461123; }
a { background-color: rgb(70,17,35); }
div.DivClassName
{
background-color: #461123;
}
.BgClassName
{
background-color: #461123;
}
</style>
border-color css
<style>
span { border-color: #461123; }
span { border-color: rgb(70,17,35); }
td.TdClassName
{
border-color: #461123;
}
.TagClassName
{
border-color: #461123;
}
</style>