Shades of Bordeaux #46101D
Tints of Bordeaux #46101D
RGB
CMYK
RGB Variations
Color information
#46101D (or 0x46101D) is known color: Bordeaux. HEX triplet: 46, 10 and 1D. RGB value is (70,16,29). Sum of RGB (Red+Green+Blue) = 70+16+29=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46101D is #B9EFE2. Grayscale: #212121. Windows color (decimal): -12185571 or 1904710. OLE color: 1904710.
HSL color Cylindrical-coordinate representation of color #46101D: hue angle of 345.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46101D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 29 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.73 |
| HSL | 345.56º | 0.63% | 0.17% | - |
| HSV(B) | 345.56º | 0.77% | 0.27% | - |
| XYZ | 2.93 | 1.76 | 1.35 | - |
| YUV | 33.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 29 | 0 | 0.77 | 0.59 | 0.73 | 345.56 | 0.63 | 0.17 |
| Hex | 46 | 10 | 1D | 0 | 4D | 3B | 49 | 15A | 3F | 11 |
| Octal | 106 | 20 | 35 | 0 | 115 | 73 | 111 | 532 | 77 | 21 |
| Binary | 1000110 | 10000 | 11101 | 0 | 1001101 | 111011 | 1001001 | 101011010 | 111111 | 10001 |
Color Harmonies of #46101D
Complementary color
Monochromatic Colors of #46101D
Black with #46101D
Text Example
Text Example
White with #46101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46101D; }
p { color: rgb(70,16,29); }
H1.HeaderClassName
{
color: #46101D;
}
.AnyTagClassName
{
color: #46101D;
}
</style>
background-color css
<style>
a { background-color: #46101D; }
a { background-color: rgb(70,16,29); }
div.DivClassName
{
background-color: #46101D;
}
.BgClassName
{
background-color: #46101D;
}
</style>
border-color css
<style>
span { border-color: #46101D; }
span { border-color: rgb(70,16,29); }
td.TdClassName
{
border-color: #46101D;
}
.TagClassName
{
border-color: #46101D;
}
</style>