Shades of Bistre #40290D
Tints of Bistre #40290D
RGB
CMYK
RGB Variations
Color information
#40290D (or 0x40290D) is known color: Bistre. HEX triplet: 40, 29 and 0D. RGB value is (64,41,13). Sum of RGB (Red+Green+Blue) = 64+41+13=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290D is #BFD6F2. Grayscale: #2C2C2C. Windows color (decimal): -12572403 or 862528. OLE color: 862528.
HSL color Cylindrical-coordinate representation of color #40290D: hue angle of 32.94º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40290D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 41 | 13 | - |
CMYK | 0 | 0.36 | 0.80 | 0.75 |
HSL | 32.94º | 0.66% | 0.15% | - |
HSV(B) | 32.94º | 0.8% | 0.25% | - |
XYZ | 2.98 | 2.7 | 0.75 | - |
YUV | 44.69 | 110.12 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 41 | 13 | 0 | 0.36 | 0.80 | 0.75 | 32.94 | 0.66 | 0.15 |
Hex | 40 | 29 | D | 0 | 24 | 50 | 4B | 21 | 42 | F |
Octal | 100 | 51 | 15 | 0 | 44 | 120 | 113 | 41 | 102 | 17 |
Binary | 1000000 | 101001 | 1101 | 0 | 100100 | 1010000 | 1001011 | 100001 | 1000010 | 1111 |
Color Harmonies of #40290D
Complementary color
Monochromatic Colors of #40290D
Black with #40290D
Text Example
Text Example
White with #40290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40290D; }
p { color: rgb(64,41,13); }
H1.HeaderClassName
{
color: #40290D;
}
.AnyTagClassName
{
color: #40290D;
}
</style>
background-color css
<style>
a { background-color: #40290D; }
a { background-color: rgb(64,41,13); }
div.DivClassName
{
background-color: #40290D;
}
.BgClassName
{
background-color: #40290D;
}
</style>
border-color css
<style>
span { border-color: #40290D; }
span { border-color: rgb(64,41,13); }
td.TdClassName
{
border-color: #40290D;
}
.TagClassName
{
border-color: #40290D;
}
</style>