Shades of Bordeaux #460619
Tints of Bordeaux #460619
RGB
CMYK
RGB Variations
Color information
#460619 (or 0x460619) is known color: Bordeaux. HEX triplet: 46, 06 and 19. RGB value is (70,6,25). Sum of RGB (Red+Green+Blue) = 70+6+25=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #460619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460619 is #B9F9E6. Grayscale: #1B1B1B. Windows color (decimal): -12188135 or 1640006. OLE color: 1640006.
HSL color Cylindrical-coordinate representation of color #460619: hue angle of 342.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460619 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 25 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.73 |
| HSL | 342.19º | 0.84% | 0.15% | - |
| HSV(B) | 342.19º | 0.91% | 0.27% | - |
| XYZ | 2.77 | 1.5 | 1.06 | - |
| YUV | 27.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 25 | 0 | 0.91 | 0.64 | 0.73 | 342.19 | 0.84 | 0.15 |
| Hex | 46 | 6 | 19 | 0 | 5B | 40 | 49 | 156 | 54 | F |
| Octal | 106 | 6 | 31 | 0 | 133 | 100 | 111 | 526 | 124 | 17 |
| Binary | 1000110 | 110 | 11001 | 0 | 1011011 | 1000000 | 1001001 | 101010110 | 1010100 | 1111 |
Color Harmonies of #460619
Complementary color
Monochromatic Colors of #460619
Black with #460619
Text Example
Text Example
White with #460619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460619; }
p { color: rgb(70,6,25); }
H1.HeaderClassName
{
color: #460619;
}
.AnyTagClassName
{
color: #460619;
}
</style>
background-color css
<style>
a { background-color: #460619; }
a { background-color: rgb(70,6,25); }
div.DivClassName
{
background-color: #460619;
}
.BgClassName
{
background-color: #460619;
}
</style>
border-color css
<style>
span { border-color: #460619; }
span { border-color: rgb(70,6,25); }
td.TdClassName
{
border-color: #460619;
}
.TagClassName
{
border-color: #460619;
}
</style>