Shades of Bordeaux #46031B
Tints of Bordeaux #46031B
RGB
CMYK
RGB Variations
Color information
#46031B (or 0x46031B) is known color: Bordeaux. HEX triplet: 46, 03 and 1B. RGB value is (70,3,27). Sum of RGB (Red+Green+Blue) = 70+3+27=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46031B is #B9FCE4. Grayscale: #191919. Windows color (decimal): -12188901 or 1770310. OLE color: 1770310.
HSL color Cylindrical-coordinate representation of color #46031B: hue angle of 338.51º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46031B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 27 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.73 |
| HSL | 338.51º | 0.92% | 0.14% | - |
| HSV(B) | 338.51º | 0.96% | 0.27% | - |
| XYZ | 2.76 | 1.45 | 1.17 | - |
| YUV | 25.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 27 | 0 | 0.96 | 0.61 | 0.73 | 338.51 | 0.92 | 0.14 |
| Hex | 46 | 3 | 1B | 0 | 60 | 3D | 49 | 153 | 5C | E |
| Octal | 106 | 3 | 33 | 0 | 140 | 75 | 111 | 523 | 134 | 16 |
| Binary | 1000110 | 11 | 11011 | 0 | 1100000 | 111101 | 1001001 | 101010011 | 1011100 | 1110 |
Color Harmonies of #46031B
Complementary color
Monochromatic Colors of #46031B
Black with #46031B
Text Example
Text Example
White with #46031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46031B; }
p { color: rgb(70,3,27); }
H1.HeaderClassName
{
color: #46031B;
}
.AnyTagClassName
{
color: #46031B;
}
</style>
background-color css
<style>
a { background-color: #46031B; }
a { background-color: rgb(70,3,27); }
div.DivClassName
{
background-color: #46031B;
}
.BgClassName
{
background-color: #46031B;
}
</style>
border-color css
<style>
span { border-color: #46031B; }
span { border-color: rgb(70,3,27); }
td.TdClassName
{
border-color: #46031B;
}
.TagClassName
{
border-color: #46031B;
}
</style>