Shades of Bordeaux #46161C
Tints of Bordeaux #46161C
RGB
CMYK
RGB Variations
Color information
#46161C (or 0x46161C) is known color: Bordeaux. HEX triplet: 46, 16 and 1C. RGB value is (70,22,28). Sum of RGB (Red+Green+Blue) = 70+22+28=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161C is #B9E9E3. Grayscale: #252525. Windows color (decimal): -12184036 or 1840710. OLE color: 1840710.
HSL color Cylindrical-coordinate representation of color #46161C: hue angle of 352.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161C is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 28 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.73 |
| HSL | 352.5º | 0.52% | 0.18% | - |
| HSV(B) | 352.5º | 0.69% | 0.27% | - |
| XYZ | 3.02 | 1.96 | 1.32 | - |
| YUV | 37.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 28 | 0 | 0.69 | 0.60 | 0.73 | 352.5 | 0.52 | 0.18 |
| Hex | 46 | 16 | 1C | 0 | 45 | 3C | 49 | 160 | 34 | 12 |
| Octal | 106 | 26 | 34 | 0 | 105 | 74 | 111 | 540 | 64 | 22 |
| Binary | 1000110 | 10110 | 11100 | 0 | 1000101 | 111100 | 1001001 | 101100000 | 110100 | 10010 |
Color Harmonies of #46161C
Complementary color
Monochromatic Colors of #46161C
Black with #46161C
Text Example
Text Example
White with #46161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46161C; }
p { color: rgb(70,22,28); }
H1.HeaderClassName
{
color: #46161C;
}
.AnyTagClassName
{
color: #46161C;
}
</style>
background-color css
<style>
a { background-color: #46161C; }
a { background-color: rgb(70,22,28); }
div.DivClassName
{
background-color: #46161C;
}
.BgClassName
{
background-color: #46161C;
}
</style>
border-color css
<style>
span { border-color: #46161C; }
span { border-color: rgb(70,22,28); }
td.TdClassName
{
border-color: #46161C;
}
.TagClassName
{
border-color: #46161C;
}
</style>