Shades of Bistre #41281B
Tints of Bistre #41281B
RGB
CMYK
RGB Variations
Color information
#41281B (or 0x41281B) is known color: Bistre. HEX triplet: 41, 28 and 1B. RGB value is (65,40,27). Sum of RGB (Red+Green+Blue) = 65+40+27=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41281B is #BED7E4. Grayscale: #2E2E2E. Windows color (decimal): -12507109 or 1779777. OLE color: 1779777.
HSL color Cylindrical-coordinate representation of color #41281B: hue angle of 20.53º 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 #41281B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 27 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.75 |
| HSL | 20.53º | 0.41% | 0.18% | - |
| HSV(B) | 20.53º | 0.58% | 0.25% | - |
| XYZ | 3.14 | 2.72 | 1.4 | - |
| YUV | 45.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 27 | 0 | 0.38 | 0.58 | 0.75 | 20.53 | 0.41 | 0.18 |
| Hex | 41 | 28 | 1B | 0 | 26 | 3A | 4B | 15 | 29 | 12 |
| Octal | 101 | 50 | 33 | 0 | 46 | 72 | 113 | 25 | 51 | 22 |
| Binary | 1000001 | 101000 | 11011 | 0 | 100110 | 111010 | 1001011 | 10101 | 101001 | 10010 |
Color Harmonies of #41281B
Complementary color
Monochromatic Colors of #41281B
Black with #41281B
Text Example
Text Example
White with #41281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41281B; }
p { color: rgb(65,40,27); }
H1.HeaderClassName
{
color: #41281B;
}
.AnyTagClassName
{
color: #41281B;
}
</style>
background-color css
<style>
a { background-color: #41281B; }
a { background-color: rgb(65,40,27); }
div.DivClassName
{
background-color: #41281B;
}
.BgClassName
{
background-color: #41281B;
}
</style>
border-color css
<style>
span { border-color: #41281B; }
span { border-color: rgb(65,40,27); }
td.TdClassName
{
border-color: #41281B;
}
.TagClassName
{
border-color: #41281B;
}
</style>