Shades of Bordeaux #461D26
Tints of Bordeaux #461D26
RGB
CMYK
RGB Variations
Color information
#461D26 (or 0x461D26) is known color: Bordeaux. HEX triplet: 46, 1D and 26. RGB value is (70,29,38). Sum of RGB (Red+Green+Blue) = 70+29+38=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #461D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D26 is #B9E2D9. Grayscale: #2A2A2A. Windows color (decimal): -12182234 or 2497862. OLE color: 2497862.
HSL color Cylindrical-coordinate representation of color #461D26: hue angle of 346.83º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D26 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 38 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.73 |
| HSL | 346.83º | 0.41% | 0.19% | - |
| HSV(B) | 346.83º | 0.59% | 0.27% | - |
| XYZ | 3.32 | 2.32 | 2.11 | - |
| YUV | 42.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 38 | 0 | 0.59 | 0.46 | 0.73 | 346.83 | 0.41 | 0.19 |
| Hex | 46 | 1D | 26 | 0 | 3B | 2E | 49 | 15B | 29 | 13 |
| Octal | 106 | 35 | 46 | 0 | 73 | 56 | 111 | 533 | 51 | 23 |
| Binary | 1000110 | 11101 | 100110 | 0 | 111011 | 101110 | 1001001 | 101011011 | 101001 | 10011 |
Color Harmonies of #461D26
Complementary color
Monochromatic Colors of #461D26
Black with #461D26
Text Example
Text Example
White with #461D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D26; }
p { color: rgb(70,29,38); }
H1.HeaderClassName
{
color: #461D26;
}
.AnyTagClassName
{
color: #461D26;
}
</style>
background-color css
<style>
a { background-color: #461D26; }
a { background-color: rgb(70,29,38); }
div.DivClassName
{
background-color: #461D26;
}
.BgClassName
{
background-color: #461D26;
}
</style>
border-color css
<style>
span { border-color: #461D26; }
span { border-color: rgb(70,29,38); }
td.TdClassName
{
border-color: #461D26;
}
.TagClassName
{
border-color: #461D26;
}
</style>