Shades of Bordeaux #46061B
Tints of Bordeaux #46061B
RGB
CMYK
RGB Variations
Color information
#46061B (or 0x46061B) is known color: Bordeaux. HEX triplet: 46, 06 and 1B. RGB value is (70,6,27). Sum of RGB (Red+Green+Blue) = 70+6+27=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061B is #B9F9E4. Grayscale: #1B1B1B. Windows color (decimal): -12188133 or 1771078. OLE color: 1771078.
HSL color Cylindrical-coordinate representation of color #46061B: hue angle of 340.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46061B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 27 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.73 |
| HSL | 340.31º | 0.84% | 0.15% | - |
| HSV(B) | 340.31º | 0.91% | 0.27% | - |
| XYZ | 2.79 | 1.51 | 1.18 | - |
| YUV | 27.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 27 | 0 | 0.91 | 0.61 | 0.73 | 340.31 | 0.84 | 0.15 |
| Hex | 46 | 6 | 1B | 0 | 5B | 3D | 49 | 154 | 54 | F |
| Octal | 106 | 6 | 33 | 0 | 133 | 75 | 111 | 524 | 124 | 17 |
| Binary | 1000110 | 110 | 11011 | 0 | 1011011 | 111101 | 1001001 | 101010100 | 1010100 | 1111 |
Color Harmonies of #46061B
Complementary color
Monochromatic Colors of #46061B
Black with #46061B
Text Example
Text Example
White with #46061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46061B; }
p { color: rgb(70,6,27); }
H1.HeaderClassName
{
color: #46061B;
}
.AnyTagClassName
{
color: #46061B;
}
</style>
background-color css
<style>
a { background-color: #46061B; }
a { background-color: rgb(70,6,27); }
div.DivClassName
{
background-color: #46061B;
}
.BgClassName
{
background-color: #46061B;
}
</style>
border-color css
<style>
span { border-color: #46061B; }
span { border-color: rgb(70,6,27); }
td.TdClassName
{
border-color: #46061B;
}
.TagClassName
{
border-color: #46061B;
}
</style>