Shades of Bistre #41250E
Tints of Bistre #41250E
RGB
CMYK
RGB Variations
Color information
#41250E (or 0x41250E) is known color: Bistre. HEX triplet: 41, 25 and 0E. RGB value is (65,37,14). Sum of RGB (Red+Green+Blue) = 65+37+14=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250E is #BEDAF1. Grayscale: #2A2A2A. Windows color (decimal): -12507890 or 927041. OLE color: 927041.
HSL color Cylindrical-coordinate representation of color #41250E: hue angle of 27.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41250E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 14 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.75 |
| HSL | 27.06º | 0.65% | 0.15% | - |
| HSV(B) | 27.06º | 0.78% | 0.25% | - |
| XYZ | 2.92 | 2.48 | 0.74 | - |
| YUV | 42.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 14 | 0 | 0.43 | 0.78 | 0.75 | 27.06 | 0.65 | 0.15 |
| Hex | 41 | 25 | E | 0 | 2B | 4E | 4B | 1B | 41 | F |
| Octal | 101 | 45 | 16 | 0 | 53 | 116 | 113 | 33 | 101 | 17 |
| Binary | 1000001 | 100101 | 1110 | 0 | 101011 | 1001110 | 1001011 | 11011 | 1000001 | 1111 |
Color Harmonies of #41250E
Complementary color
Monochromatic Colors of #41250E
Black with #41250E
Text Example
Text Example
White with #41250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41250E; }
p { color: rgb(65,37,14); }
H1.HeaderClassName
{
color: #41250E;
}
.AnyTagClassName
{
color: #41250E;
}
</style>
background-color css
<style>
a { background-color: #41250E; }
a { background-color: rgb(65,37,14); }
div.DivClassName
{
background-color: #41250E;
}
.BgClassName
{
background-color: #41250E;
}
</style>
border-color css
<style>
span { border-color: #41250E; }
span { border-color: rgb(65,37,14); }
td.TdClassName
{
border-color: #41250E;
}
.TagClassName
{
border-color: #41250E;
}
</style>