Shades of Bistre #40240D
Tints of Bistre #40240D
RGB
CMYK
RGB Variations
Color information
#40240D (or 0x40240D) is known color: Bistre. HEX triplet: 40, 24 and 0D. RGB value is (64,36,13). Sum of RGB (Red+Green+Blue) = 64+36+13=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40240D is #BFDBF2. Grayscale: #292929. Windows color (decimal): -12573683 or 861248. OLE color: 861248.
HSL color Cylindrical-coordinate representation of color #40240D: hue angle of 27.06º 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 #40240D is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 13 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.75 |
| HSL | 27.06º | 0.66% | 0.15% | - |
| HSV(B) | 27.06º | 0.8% | 0.25% | - |
| XYZ | 2.82 | 2.38 | 0.69 | - |
| YUV | 41.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 13 | 0 | 0.44 | 0.80 | 0.75 | 27.06 | 0.66 | 0.15 |
| Hex | 40 | 24 | D | 0 | 2C | 50 | 4B | 1B | 42 | F |
| Octal | 100 | 44 | 15 | 0 | 54 | 120 | 113 | 33 | 102 | 17 |
| Binary | 1000000 | 100100 | 1101 | 0 | 101100 | 1010000 | 1001011 | 11011 | 1000010 | 1111 |
Color Harmonies of #40240D
Complementary color
Monochromatic Colors of #40240D
Black with #40240D
Text Example
Text Example
White with #40240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40240D; }
p { color: rgb(64,36,13); }
H1.HeaderClassName
{
color: #40240D;
}
.AnyTagClassName
{
color: #40240D;
}
</style>
background-color css
<style>
a { background-color: #40240D; }
a { background-color: rgb(64,36,13); }
div.DivClassName
{
background-color: #40240D;
}
.BgClassName
{
background-color: #40240D;
}
</style>
border-color css
<style>
span { border-color: #40240D; }
span { border-color: rgb(64,36,13); }
td.TdClassName
{
border-color: #40240D;
}
.TagClassName
{
border-color: #40240D;
}
</style>