Shades of Bistre #41270E
Tints of Bistre #41270E
RGB
CMYK
RGB Variations
Color information
#41270E (or 0x41270E) is known color: Bistre. HEX triplet: 41, 27 and 0E. RGB value is (65,39,14). Sum of RGB (Red+Green+Blue) = 65+39+14=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270E is #BED8F1. Grayscale: #2C2C2C. Windows color (decimal): -12507378 or 927553. OLE color: 927553.
HSL color Cylindrical-coordinate representation of color #41270E: hue angle of 29.41º 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 #41270E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 14 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.75 |
| HSL | 29.41º | 0.65% | 0.15% | - |
| HSV(B) | 29.41º | 0.78% | 0.25% | - |
| XYZ | 2.98 | 2.61 | 0.76 | - |
| YUV | 43.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 14 | 0 | 0.40 | 0.78 | 0.75 | 29.41 | 0.65 | 0.15 |
| Hex | 41 | 27 | E | 0 | 28 | 4E | 4B | 1D | 41 | F |
| Octal | 101 | 47 | 16 | 0 | 50 | 116 | 113 | 35 | 101 | 17 |
| Binary | 1000001 | 100111 | 1110 | 0 | 101000 | 1001110 | 1001011 | 11101 | 1000001 | 1111 |
Color Harmonies of #41270E
Complementary color
Monochromatic Colors of #41270E
Black with #41270E
Text Example
Text Example
White with #41270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41270E; }
p { color: rgb(65,39,14); }
H1.HeaderClassName
{
color: #41270E;
}
.AnyTagClassName
{
color: #41270E;
}
</style>
background-color css
<style>
a { background-color: #41270E; }
a { background-color: rgb(65,39,14); }
div.DivClassName
{
background-color: #41270E;
}
.BgClassName
{
background-color: #41270E;
}
</style>
border-color css
<style>
span { border-color: #41270E; }
span { border-color: rgb(65,39,14); }
td.TdClassName
{
border-color: #41270E;
}
.TagClassName
{
border-color: #41270E;
}
</style>