Shades of Bordeaux #46041A
Tints of Bordeaux #46041A
RGB
CMYK
RGB Variations
Color information
#46041A (or 0x46041A) is known color: Bordeaux. HEX triplet: 46, 04 and 1A. RGB value is (70,4,26). Sum of RGB (Red+Green+Blue) = 70+4+26=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46041A is #B9FBE5. Grayscale: #1A1A1A. Windows color (decimal): -12188646 or 1705030. OLE color: 1705030.
HSL color Cylindrical-coordinate representation of color #46041A: hue angle of 340º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46041A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 26 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.73 |
| HSL | 340º | 0.89% | 0.15% | - |
| HSV(B) | 340º | 0.94% | 0.27% | - |
| XYZ | 2.76 | 1.46 | 1.11 | - |
| YUV | 26.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 26 | 0 | 0.94 | 0.63 | 0.73 | 340 | 0.89 | 0.15 |
| Hex | 46 | 4 | 1A | 0 | 5E | 3F | 49 | 154 | 59 | F |
| Octal | 106 | 4 | 32 | 0 | 136 | 77 | 111 | 524 | 131 | 17 |
| Binary | 1000110 | 100 | 11010 | 0 | 1011110 | 111111 | 1001001 | 101010100 | 1011001 | 1111 |
Color Harmonies of #46041A
Complementary color
Monochromatic Colors of #46041A
Black with #46041A
Text Example
Text Example
White with #46041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46041A; }
p { color: rgb(70,4,26); }
H1.HeaderClassName
{
color: #46041A;
}
.AnyTagClassName
{
color: #46041A;
}
</style>
background-color css
<style>
a { background-color: #46041A; }
a { background-color: rgb(70,4,26); }
div.DivClassName
{
background-color: #46041A;
}
.BgClassName
{
background-color: #46041A;
}
</style>
border-color css
<style>
span { border-color: #46041A; }
span { border-color: rgb(70,4,26); }
td.TdClassName
{
border-color: #46041A;
}
.TagClassName
{
border-color: #46041A;
}
</style>