Shades of Bordeaux #460019
Tints of Bordeaux #460019
RGB
CMYK
RGB Variations
Color information
#460019 (or 0x460019) is known color: Bordeaux. HEX triplet: 46, 00 and 19. RGB value is (70,0,25). Sum of RGB (Red+Green+Blue) = 70+0+25=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460019 is #B9FFE6. Grayscale: #171717. Windows color (decimal): -12189671 or 1638470. OLE color: 1638470.
HSL color Cylindrical-coordinate representation of color #460019: hue angle of 338.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460019 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.64 | 0.73 |
| HSL | 338.57º | 1% | 0.14% | - |
| HSV(B) | 338.57º | 1% | 0.27% | - |
| XYZ | 2.7 | 1.37 | 1.04 | - |
| YUV | 23.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 25 | 0 | 1 | 0.64 | 0.73 | 338.57 | 1 | 0.14 |
| Hex | 46 | 0 | 19 | 0 | 64 | 40 | 49 | 153 | 64 | E |
| Octal | 106 | 0 | 31 | 0 | 144 | 100 | 111 | 523 | 144 | 16 |
| Binary | 1000110 | 0 | 11001 | 0 | 1100100 | 1000000 | 1001001 | 101010011 | 1100100 | 1110 |
Color Harmonies of #460019
Complementary color
Monochromatic Colors of #460019
Black with #460019
Text Example
Text Example
White with #460019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460019; }
p { color: rgb(70,0,25); }
H1.HeaderClassName
{
color: #460019;
}
.AnyTagClassName
{
color: #460019;
}
</style>
background-color css
<style>
a { background-color: #460019; }
a { background-color: rgb(70,0,25); }
div.DivClassName
{
background-color: #460019;
}
.BgClassName
{
background-color: #460019;
}
</style>
border-color css
<style>
span { border-color: #460019; }
span { border-color: rgb(70,0,25); }
td.TdClassName
{
border-color: #460019;
}
.TagClassName
{
border-color: #460019;
}
</style>