Shades of Bistre #41291B
Tints of Bistre #41291B
RGB
CMYK
RGB Variations
Color information
#41291B (or 0x41291B) is known color: Bistre. HEX triplet: 41, 29 and 1B. RGB value is (65,41,27). Sum of RGB (Red+Green+Blue) = 65+41+27=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291B is #BED6E4. Grayscale: #2E2E2E. Windows color (decimal): -12506853 or 1780033. OLE color: 1780033.
HSL color Cylindrical-coordinate representation of color #41291B: hue angle of 22.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41291B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 27 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.75 |
| HSL | 22.11º | 0.41% | 0.18% | - |
| HSV(B) | 22.11º | 0.58% | 0.25% | - |
| XYZ | 3.17 | 2.79 | 1.41 | - |
| YUV | 46.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 27 | 0 | 0.37 | 0.58 | 0.75 | 22.11 | 0.41 | 0.18 |
| Hex | 41 | 29 | 1B | 0 | 25 | 3A | 4B | 16 | 29 | 12 |
| Octal | 101 | 51 | 33 | 0 | 45 | 72 | 113 | 26 | 51 | 22 |
| Binary | 1000001 | 101001 | 11011 | 0 | 100101 | 111010 | 1001011 | 10110 | 101001 | 10010 |
Color Harmonies of #41291B
Complementary color
Monochromatic Colors of #41291B
Black with #41291B
Text Example
Text Example
White with #41291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41291B; }
p { color: rgb(65,41,27); }
H1.HeaderClassName
{
color: #41291B;
}
.AnyTagClassName
{
color: #41291B;
}
</style>
background-color css
<style>
a { background-color: #41291B; }
a { background-color: rgb(65,41,27); }
div.DivClassName
{
background-color: #41291B;
}
.BgClassName
{
background-color: #41291B;
}
</style>
border-color css
<style>
span { border-color: #41291B; }
span { border-color: rgb(65,41,27); }
td.TdClassName
{
border-color: #41291B;
}
.TagClassName
{
border-color: #41291B;
}
</style>