Shades of Bistre #40250C
Tints of Bistre #40250C
RGB
CMYK
RGB Variations
Color information
#40250C (or 0x40250C) is known color: Bistre. HEX triplet: 40, 25 and 0C. RGB value is (64,37,12). Sum of RGB (Red+Green+Blue) = 64+37+12=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250C is #BFDAF3. Grayscale: #2A2A2A. Windows color (decimal): -12573428 or 795968. OLE color: 795968.
HSL color Cylindrical-coordinate representation of color #40250C: hue angle of 28.85º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40250C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 12 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.75 |
| HSL | 28.85º | 0.68% | 0.15% | - |
| HSV(B) | 28.85º | 0.81% | 0.25% | - |
| XYZ | 2.84 | 2.44 | 0.67 | - |
| YUV | 42.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 12 | 0 | 0.42 | 0.81 | 0.75 | 28.85 | 0.68 | 0.15 |
| Hex | 40 | 25 | C | 0 | 2A | 51 | 4B | 1D | 44 | F |
| Octal | 100 | 45 | 14 | 0 | 52 | 121 | 113 | 35 | 104 | 17 |
| Binary | 1000000 | 100101 | 1100 | 0 | 101010 | 1010001 | 1001011 | 11101 | 1000100 | 1111 |
Color Harmonies of #40250C
Complementary color
Monochromatic Colors of #40250C
Black with #40250C
Text Example
Text Example
White with #40250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40250C; }
p { color: rgb(64,37,12); }
H1.HeaderClassName
{
color: #40250C;
}
.AnyTagClassName
{
color: #40250C;
}
</style>
background-color css
<style>
a { background-color: #40250C; }
a { background-color: rgb(64,37,12); }
div.DivClassName
{
background-color: #40250C;
}
.BgClassName
{
background-color: #40250C;
}
</style>
border-color css
<style>
span { border-color: #40250C; }
span { border-color: rgb(64,37,12); }
td.TdClassName
{
border-color: #40250C;
}
.TagClassName
{
border-color: #40250C;
}
</style>