Shades of Bistre #42291B
Tints of Bistre #42291B
RGB
CMYK
RGB Variations
Color information
#42291B (or 0x42291B) is known color: Bistre. HEX triplet: 42, 29 and 1B. RGB value is (66,41,27). Sum of RGB (Red+Green+Blue) = 66+41+27=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42291B is #BDD6E4. Grayscale: #2E2E2E. Windows color (decimal): -12441317 or 1780034. OLE color: 1780034.
HSL color Cylindrical-coordinate representation of color #42291B: hue angle of 21.54º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42291B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 27 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.74 |
| HSL | 21.54º | 0.42% | 0.18% | - |
| HSV(B) | 21.54º | 0.59% | 0.26% | - |
| XYZ | 3.24 | 2.82 | 1.41 | - |
| YUV | 46.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 27 | 0 | 0.38 | 0.59 | 0.74 | 21.54 | 0.42 | 0.18 |
| Hex | 42 | 29 | 1B | 0 | 26 | 3B | 4A | 16 | 2A | 12 |
| Octal | 102 | 51 | 33 | 0 | 46 | 73 | 112 | 26 | 52 | 22 |
| Binary | 1000010 | 101001 | 11011 | 0 | 100110 | 111011 | 1001010 | 10110 | 101010 | 10010 |
Color Harmonies of #42291B
Complementary color
Monochromatic Colors of #42291B
Black with #42291B
Text Example
Text Example
White with #42291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42291B; }
p { color: rgb(66,41,27); }
H1.HeaderClassName
{
color: #42291B;
}
.AnyTagClassName
{
color: #42291B;
}
</style>
background-color css
<style>
a { background-color: #42291B; }
a { background-color: rgb(66,41,27); }
div.DivClassName
{
background-color: #42291B;
}
.BgClassName
{
background-color: #42291B;
}
</style>
border-color css
<style>
span { border-color: #42291B; }
span { border-color: rgb(66,41,27); }
td.TdClassName
{
border-color: #42291B;
}
.TagClassName
{
border-color: #42291B;
}
</style>