Shades of Bistre #412711
Tints of Bistre #412711
RGB
CMYK
RGB Variations
Color information
#412711 (or 0x412711) is known color: Bistre. HEX triplet: 41, 27 and 11. RGB value is (65,39,17). Sum of RGB (Red+Green+Blue) = 65+39+17=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412711 is #BED8EE. Grayscale: #2C2C2C. Windows color (decimal): -12507375 or 1124161. OLE color: 1124161.
HSL color Cylindrical-coordinate representation of color #412711: hue angle of 27.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412711 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 17 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.75 |
| HSL | 27.5º | 0.59% | 0.16% | - |
| HSV(B) | 27.5º | 0.74% | 0.25% | - |
| XYZ | 3.01 | 2.62 | 0.88 | - |
| YUV | 44.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 17 | 0 | 0.40 | 0.74 | 0.75 | 27.5 | 0.59 | 0.16 |
| Hex | 41 | 27 | 11 | 0 | 28 | 4A | 4B | 1C | 3B | 10 |
| Octal | 101 | 47 | 21 | 0 | 50 | 112 | 113 | 34 | 73 | 20 |
| Binary | 1000001 | 100111 | 10001 | 0 | 101000 | 1001010 | 1001011 | 11100 | 111011 | 10000 |
Color Harmonies of #412711
Complementary color
Monochromatic Colors of #412711
Black with #412711
Text Example
Text Example
White with #412711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412711; }
p { color: rgb(65,39,17); }
H1.HeaderClassName
{
color: #412711;
}
.AnyTagClassName
{
color: #412711;
}
</style>
background-color css
<style>
a { background-color: #412711; }
a { background-color: rgb(65,39,17); }
div.DivClassName
{
background-color: #412711;
}
.BgClassName
{
background-color: #412711;
}
</style>
border-color css
<style>
span { border-color: #412711; }
span { border-color: rgb(65,39,17); }
td.TdClassName
{
border-color: #412711;
}
.TagClassName
{
border-color: #412711;
}
</style>