Shades of Bordeaux #460819
Tints of Bordeaux #460819
RGB
CMYK
RGB Variations
Color information
#460819 (or 0x460819) is known color: Bordeaux. HEX triplet: 46, 08 and 19. RGB value is (70,8,25). Sum of RGB (Red+Green+Blue) = 70+8+25=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #460819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460819 is #B9F7E6. Grayscale: #1C1C1C. Windows color (decimal): -12187623 or 1640518. OLE color: 1640518.
HSL color Cylindrical-coordinate representation of color #460819: hue angle of 343.55º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460819 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 25 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.73 |
| HSL | 343.55º | 0.79% | 0.15% | - |
| HSV(B) | 343.55º | 0.89% | 0.27% | - |
| XYZ | 2.79 | 1.55 | 1.07 | - |
| YUV | 28.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 25 | 0 | 0.89 | 0.64 | 0.73 | 343.55 | 0.79 | 0.15 |
| Hex | 46 | 8 | 19 | 0 | 59 | 40 | 49 | 158 | 4F | F |
| Octal | 106 | 10 | 31 | 0 | 131 | 100 | 111 | 530 | 117 | 17 |
| Binary | 1000110 | 1000 | 11001 | 0 | 1011001 | 1000000 | 1001001 | 101011000 | 1001111 | 1111 |
Color Harmonies of #460819
Complementary color
Monochromatic Colors of #460819
Black with #460819
Text Example
Text Example
White with #460819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460819; }
p { color: rgb(70,8,25); }
H1.HeaderClassName
{
color: #460819;
}
.AnyTagClassName
{
color: #460819;
}
</style>
background-color css
<style>
a { background-color: #460819; }
a { background-color: rgb(70,8,25); }
div.DivClassName
{
background-color: #460819;
}
.BgClassName
{
background-color: #460819;
}
</style>
border-color css
<style>
span { border-color: #460819; }
span { border-color: rgb(70,8,25); }
td.TdClassName
{
border-color: #460819;
}
.TagClassName
{
border-color: #460819;
}
</style>