Shades of Bistre #412B1B
Tints of Bistre #412B1B
RGB
CMYK
RGB Variations
Color information
#412B1B (or 0x412B1B) is known color: Bistre. HEX triplet: 41, 2B and 1B. RGB value is (65,43,27). Sum of RGB (Red+Green+Blue) = 65+43+27=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B1B is #BED4E4. Grayscale: #2F2F2F. Windows color (decimal): -12506341 or 1780545. OLE color: 1780545.
HSL color Cylindrical-coordinate representation of color #412B1B: hue angle of 25.26º 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 #412B1B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 27 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.75 |
| HSL | 25.26º | 0.41% | 0.18% | - |
| HSV(B) | 25.26º | 0.58% | 0.25% | - |
| XYZ | 3.24 | 2.93 | 1.43 | - |
| YUV | 47.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 27 | 0 | 0.34 | 0.58 | 0.75 | 25.26 | 0.41 | 0.18 |
| Hex | 41 | 2B | 1B | 0 | 22 | 3A | 4B | 19 | 29 | 12 |
| Octal | 101 | 53 | 33 | 0 | 42 | 72 | 113 | 31 | 51 | 22 |
| Binary | 1000001 | 101011 | 11011 | 0 | 100010 | 111010 | 1001011 | 11001 | 101001 | 10010 |
Color Harmonies of #412B1B
Complementary color
Monochromatic Colors of #412B1B
Black with #412B1B
Text Example
Text Example
White with #412B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B1B; }
p { color: rgb(65,43,27); }
H1.HeaderClassName
{
color: #412B1B;
}
.AnyTagClassName
{
color: #412B1B;
}
</style>
background-color css
<style>
a { background-color: #412B1B; }
a { background-color: rgb(65,43,27); }
div.DivClassName
{
background-color: #412B1B;
}
.BgClassName
{
background-color: #412B1B;
}
</style>
border-color css
<style>
span { border-color: #412B1B; }
span { border-color: rgb(65,43,27); }
td.TdClassName
{
border-color: #412B1B;
}
.TagClassName
{
border-color: #412B1B;
}
</style>