Shades of Bordeaux #460217
Tints of Bordeaux #460217
RGB
CMYK
RGB Variations
Color information
#460217 (or 0x460217) is known color: Bordeaux. HEX triplet: 46, 02 and 17. RGB value is (70,2,23). Sum of RGB (Red+Green+Blue) = 70+2+23=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460217 is #B9FDE8. Grayscale: #181818. Windows color (decimal): -12189161 or 1507910. OLE color: 1507910.
HSL color Cylindrical-coordinate representation of color #460217: hue angle of 341.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460217 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 23 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.73 |
| HSL | 341.47º | 0.94% | 0.14% | - |
| HSV(B) | 341.47º | 0.97% | 0.27% | - |
| XYZ | 2.7 | 1.41 | 0.94 | - |
| YUV | 24.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 23 | 0 | 0.97 | 0.67 | 0.73 | 341.47 | 0.94 | 0.14 |
| Hex | 46 | 2 | 17 | 0 | 61 | 43 | 49 | 155 | 5E | E |
| Octal | 106 | 2 | 27 | 0 | 141 | 103 | 111 | 525 | 136 | 16 |
| Binary | 1000110 | 10 | 10111 | 0 | 1100001 | 1000011 | 1001001 | 101010101 | 1011110 | 1110 |
Color Harmonies of #460217
Complementary color
Monochromatic Colors of #460217
Black with #460217
Text Example
Text Example
White with #460217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460217; }
p { color: rgb(70,2,23); }
H1.HeaderClassName
{
color: #460217;
}
.AnyTagClassName
{
color: #460217;
}
</style>
background-color css
<style>
a { background-color: #460217; }
a { background-color: rgb(70,2,23); }
div.DivClassName
{
background-color: #460217;
}
.BgClassName
{
background-color: #460217;
}
</style>
border-color css
<style>
span { border-color: #460217; }
span { border-color: rgb(70,2,23); }
td.TdClassName
{
border-color: #460217;
}
.TagClassName
{
border-color: #460217;
}
</style>