Shades of Bordeaux #46151B
Tints of Bordeaux #46151B
RGB
CMYK
RGB Variations
Color information
#46151B (or 0x46151B) is known color: Bordeaux. HEX triplet: 46, 15 and 1B. RGB value is (70,21,27). Sum of RGB (Red+Green+Blue) = 70+21+27=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151B is #B9EAE4. Grayscale: #242424. Windows color (decimal): -12184293 or 1774918. OLE color: 1774918.
HSL color Cylindrical-coordinate representation of color #46151B: hue angle of 352.65º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46151B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 27 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.73 |
| HSL | 352.65º | 0.54% | 0.18% | - |
| HSV(B) | 352.65º | 0.7% | 0.27% | - |
| XYZ | 2.99 | 1.92 | 1.25 | - |
| YUV | 36.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 27 | 0 | 0.70 | 0.61 | 0.73 | 352.65 | 0.54 | 0.18 |
| Hex | 46 | 15 | 1B | 0 | 46 | 3D | 49 | 161 | 36 | 12 |
| Octal | 106 | 25 | 33 | 0 | 106 | 75 | 111 | 541 | 66 | 22 |
| Binary | 1000110 | 10101 | 11011 | 0 | 1000110 | 111101 | 1001001 | 101100001 | 110110 | 10010 |
Color Harmonies of #46151B
Complementary color
Monochromatic Colors of #46151B
Black with #46151B
Text Example
Text Example
White with #46151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46151B; }
p { color: rgb(70,21,27); }
H1.HeaderClassName
{
color: #46151B;
}
.AnyTagClassName
{
color: #46151B;
}
</style>
background-color css
<style>
a { background-color: #46151B; }
a { background-color: rgb(70,21,27); }
div.DivClassName
{
background-color: #46151B;
}
.BgClassName
{
background-color: #46151B;
}
</style>
border-color css
<style>
span { border-color: #46151B; }
span { border-color: rgb(70,21,27); }
td.TdClassName
{
border-color: #46151B;
}
.TagClassName
{
border-color: #46151B;
}
</style>