Shades of Bistre #41270C
Tints of Bistre #41270C
RGB
CMYK
RGB Variations
Color information
#41270C (or 0x41270C) is known color: Bistre. HEX triplet: 41, 27 and 0C. RGB value is (65,39,12). Sum of RGB (Red+Green+Blue) = 65+39+12=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270C is #BED8F3. Grayscale: #2B2B2B. Windows color (decimal): -12507380 or 796481. OLE color: 796481.
HSL color Cylindrical-coordinate representation of color #41270C: hue angle of 30.57º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41270C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 12 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.75 |
| HSL | 30.57º | 0.69% | 0.15% | - |
| HSV(B) | 30.57º | 0.82% | 0.25% | - |
| XYZ | 2.97 | 2.6 | 0.69 | - |
| YUV | 43.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 12 | 0 | 0.40 | 0.82 | 0.75 | 30.57 | 0.69 | 0.15 |
| Hex | 41 | 27 | C | 0 | 28 | 52 | 4B | 1F | 45 | F |
| Octal | 101 | 47 | 14 | 0 | 50 | 122 | 113 | 37 | 105 | 17 |
| Binary | 1000001 | 100111 | 1100 | 0 | 101000 | 1010010 | 1001011 | 11111 | 1000101 | 1111 |
Color Harmonies of #41270C
Complementary color
Monochromatic Colors of #41270C
Black with #41270C
Text Example
Text Example
White with #41270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41270C; }
p { color: rgb(65,39,12); }
H1.HeaderClassName
{
color: #41270C;
}
.AnyTagClassName
{
color: #41270C;
}
</style>
background-color css
<style>
a { background-color: #41270C; }
a { background-color: rgb(65,39,12); }
div.DivClassName
{
background-color: #41270C;
}
.BgClassName
{
background-color: #41270C;
}
</style>
border-color css
<style>
span { border-color: #41270C; }
span { border-color: rgb(65,39,12); }
td.TdClassName
{
border-color: #41270C;
}
.TagClassName
{
border-color: #41270C;
}
</style>