Shades of Bistre #42290F
Tints of Bistre #42290F
RGB
CMYK
RGB Variations
Color information
#42290F (or 0x42290F) is known color: Bistre. HEX triplet: 42, 29 and 0F. RGB value is (66,41,15). Sum of RGB (Red+Green+Blue) = 66+41+15=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #42290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42290F is #BDD6F0. Grayscale: #2D2D2D. Windows color (decimal): -12441329 or 993602. OLE color: 993602.
HSL color Cylindrical-coordinate representation of color #42290F: hue angle of 30.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42290F is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 15 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.74 |
| HSL | 30.59º | 0.63% | 0.16% | - |
| HSV(B) | 30.59º | 0.77% | 0.26% | - |
| XYZ | 3.13 | 2.78 | 0.82 | - |
| YUV | 45.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 15 | 0 | 0.38 | 0.77 | 0.74 | 30.59 | 0.63 | 0.16 |
| Hex | 42 | 29 | F | 0 | 26 | 4D | 4A | 1F | 3F | 10 |
| Octal | 102 | 51 | 17 | 0 | 46 | 115 | 112 | 37 | 77 | 20 |
| Binary | 1000010 | 101001 | 1111 | 0 | 100110 | 1001101 | 1001010 | 11111 | 111111 | 10000 |
Color Harmonies of #42290F
Complementary color
Monochromatic Colors of #42290F
Black with #42290F
Text Example
Text Example
White with #42290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42290F; }
p { color: rgb(66,41,15); }
H1.HeaderClassName
{
color: #42290F;
}
.AnyTagClassName
{
color: #42290F;
}
</style>
background-color css
<style>
a { background-color: #42290F; }
a { background-color: rgb(66,41,15); }
div.DivClassName
{
background-color: #42290F;
}
.BgClassName
{
background-color: #42290F;
}
</style>
border-color css
<style>
span { border-color: #42290F; }
span { border-color: rgb(66,41,15); }
td.TdClassName
{
border-color: #42290F;
}
.TagClassName
{
border-color: #42290F;
}
</style>