Shades of Bistre #41240C
Tints of Bistre #41240C
RGB
CMYK
RGB Variations
Color information
#41240C (or 0x41240C) is known color: Bistre. HEX triplet: 41, 24 and 0C. RGB value is (65,36,12). Sum of RGB (Red+Green+Blue) = 65+36+12=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240C is #BEDBF3. Grayscale: #2A2A2A. Windows color (decimal): -12508148 or 795713. OLE color: 795713.
HSL color Cylindrical-coordinate representation of color #41240C: hue angle of 27.17º 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 #41240C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 12 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.75 |
| HSL | 27.17º | 0.69% | 0.15% | - |
| HSV(B) | 27.17º | 0.82% | 0.25% | - |
| XYZ | 2.88 | 2.41 | 0.66 | - |
| YUV | 41.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 12 | 0 | 0.45 | 0.82 | 0.75 | 27.17 | 0.69 | 0.15 |
| Hex | 41 | 24 | C | 0 | 2D | 52 | 4B | 1B | 45 | F |
| Octal | 101 | 44 | 14 | 0 | 55 | 122 | 113 | 33 | 105 | 17 |
| Binary | 1000001 | 100100 | 1100 | 0 | 101101 | 1010010 | 1001011 | 11011 | 1000101 | 1111 |
Color Harmonies of #41240C
Complementary color
Monochromatic Colors of #41240C
Black with #41240C
Text Example
Text Example
White with #41240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41240C; }
p { color: rgb(65,36,12); }
H1.HeaderClassName
{
color: #41240C;
}
.AnyTagClassName
{
color: #41240C;
}
</style>
background-color css
<style>
a { background-color: #41240C; }
a { background-color: rgb(65,36,12); }
div.DivClassName
{
background-color: #41240C;
}
.BgClassName
{
background-color: #41240C;
}
</style>
border-color css
<style>
span { border-color: #41240C; }
span { border-color: rgb(65,36,12); }
td.TdClassName
{
border-color: #41240C;
}
.TagClassName
{
border-color: #41240C;
}
</style>