Shades of Bordeaux #46191E
Tints of Bordeaux #46191E
RGB
CMYK
RGB Variations
Color information
#46191E (or 0x46191E) is known color: Bordeaux. HEX triplet: 46, 19 and 1E. RGB value is (70,25,30). Sum of RGB (Red+Green+Blue) = 70+25+30=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #46191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46191E is #B9E6E1. Grayscale: #272727. Windows color (decimal): -12183266 or 1972550. OLE color: 1972550.
HSL color Cylindrical-coordinate representation of color #46191E: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46191E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 30 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.73 |
| HSL | 353.33º | 0.47% | 0.19% | - |
| HSV(B) | 353.33º | 0.64% | 0.27% | - |
| XYZ | 3.11 | 2.09 | 1.47 | - |
| YUV | 39.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 30 | 0 | 0.64 | 0.57 | 0.73 | 353.33 | 0.47 | 0.19 |
| Hex | 46 | 19 | 1E | 0 | 40 | 39 | 49 | 161 | 2F | 13 |
| Octal | 106 | 31 | 36 | 0 | 100 | 71 | 111 | 541 | 57 | 23 |
| Binary | 1000110 | 11001 | 11110 | 0 | 1000000 | 111001 | 1001001 | 101100001 | 101111 | 10011 |
Color Harmonies of #46191E
Complementary color
Monochromatic Colors of #46191E
Black with #46191E
Text Example
Text Example
White with #46191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46191E; }
p { color: rgb(70,25,30); }
H1.HeaderClassName
{
color: #46191E;
}
.AnyTagClassName
{
color: #46191E;
}
</style>
background-color css
<style>
a { background-color: #46191E; }
a { background-color: rgb(70,25,30); }
div.DivClassName
{
background-color: #46191E;
}
.BgClassName
{
background-color: #46191E;
}
</style>
border-color css
<style>
span { border-color: #46191E; }
span { border-color: rgb(70,25,30); }
td.TdClassName
{
border-color: #46191E;
}
.TagClassName
{
border-color: #46191E;
}
</style>