Shades of Bistre #40291D
Tints of Bistre #40291D
RGB
CMYK
RGB Variations
Color information
#40291D (or 0x40291D) is known color: Bistre. HEX triplet: 40, 29 and 1D. RGB value is (64,41,29). Sum of RGB (Red+Green+Blue) = 64+41+29=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291D is #BFD6E2. Grayscale: #2E2E2E. Windows color (decimal): -12572387 or 1911104. OLE color: 1911104.
HSL color Cylindrical-coordinate representation of color #40291D: hue angle of 20.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40291D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 29 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.75 |
| HSL | 20.57º | 0.38% | 0.18% | - |
| HSV(B) | 20.57º | 0.55% | 0.25% | - |
| XYZ | 3.13 | 2.76 | 1.53 | - |
| YUV | 46.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 29 | 0 | 0.36 | 0.55 | 0.75 | 20.57 | 0.38 | 0.18 |
| Hex | 40 | 29 | 1D | 0 | 24 | 37 | 4B | 15 | 26 | 12 |
| Octal | 100 | 51 | 35 | 0 | 44 | 67 | 113 | 25 | 46 | 22 |
| Binary | 1000000 | 101001 | 11101 | 0 | 100100 | 110111 | 1001011 | 10101 | 100110 | 10010 |
Color Harmonies of #40291D
Complementary color
Monochromatic Colors of #40291D
Black with #40291D
Text Example
Text Example
White with #40291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40291D; }
p { color: rgb(64,41,29); }
H1.HeaderClassName
{
color: #40291D;
}
.AnyTagClassName
{
color: #40291D;
}
</style>
background-color css
<style>
a { background-color: #40291D; }
a { background-color: rgb(64,41,29); }
div.DivClassName
{
background-color: #40291D;
}
.BgClassName
{
background-color: #40291D;
}
</style>
border-color css
<style>
span { border-color: #40291D; }
span { border-color: rgb(64,41,29); }
td.TdClassName
{
border-color: #40291D;
}
.TagClassName
{
border-color: #40291D;
}
</style>