Shades of Bordeaux #462026
Tints of Bordeaux #462026
RGB
CMYK
RGB Variations
Color information
#462026 (or 0x462026) is known color: Bordeaux. HEX triplet: 46, 20 and 26. RGB value is (70,32,38). Sum of RGB (Red+Green+Blue) = 70+32+38=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462026 is #B9DFD9. Grayscale: #2C2C2C. Windows color (decimal): -12181466 or 2498630. OLE color: 2498630.
HSL color Cylindrical-coordinate representation of color #462026: hue angle of 350.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462026 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 38 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.73 |
| HSL | 350.53º | 0.37% | 0.2% | - |
| HSV(B) | 350.53º | 0.54% | 0.27% | - |
| XYZ | 3.39 | 2.48 | 2.13 | - |
| YUV | 44.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 38 | 0 | 0.54 | 0.46 | 0.73 | 350.53 | 0.37 | 0.2 |
| Hex | 46 | 20 | 26 | 0 | 36 | 2E | 49 | 15F | 25 | 14 |
| Octal | 106 | 40 | 46 | 0 | 66 | 56 | 111 | 537 | 45 | 24 |
| Binary | 1000110 | 100000 | 100110 | 0 | 110110 | 101110 | 1001001 | 101011111 | 100101 | 10100 |
Color Harmonies of #462026
Complementary color
Monochromatic Colors of #462026
Black with #462026
Text Example
Text Example
White with #462026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462026; }
p { color: rgb(70,32,38); }
H1.HeaderClassName
{
color: #462026;
}
.AnyTagClassName
{
color: #462026;
}
</style>
background-color css
<style>
a { background-color: #462026; }
a { background-color: rgb(70,32,38); }
div.DivClassName
{
background-color: #462026;
}
.BgClassName
{
background-color: #462026;
}
</style>
border-color css
<style>
span { border-color: #462026; }
span { border-color: rgb(70,32,38); }
td.TdClassName
{
border-color: #462026;
}
.TagClassName
{
border-color: #462026;
}
</style>