Shades of Bistre #42240B
Tints of Bistre #42240B
RGB
CMYK
RGB Variations
Color information
#42240B (or 0x42240B) is known color: Bistre. HEX triplet: 42, 24 and 0B. RGB value is (66,36,11). Sum of RGB (Red+Green+Blue) = 66+36+11=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42240B is #BDDBF4. Grayscale: #2A2A2A. Windows color (decimal): -12442613 or 730178. OLE color: 730178.
HSL color Cylindrical-coordinate representation of color #42240B: hue angle of 27.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42240B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 36 | 11 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.74 |
| HSL | 27.27º | 0.71% | 0.15% | - |
| HSV(B) | 27.27º | 0.83% | 0.26% | - |
| XYZ | 2.94 | 2.44 | 0.63 | - |
| YUV | 42.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 11 | 0 | 0.45 | 0.83 | 0.74 | 27.27 | 0.71 | 0.15 |
| Hex | 42 | 24 | B | 0 | 2D | 53 | 4A | 1B | 47 | F |
| Octal | 102 | 44 | 13 | 0 | 55 | 123 | 112 | 33 | 107 | 17 |
| Binary | 1000010 | 100100 | 1011 | 0 | 101101 | 1010011 | 1001010 | 11011 | 1000111 | 1111 |
Color Harmonies of #42240B
Complementary color
Monochromatic Colors of #42240B
Black with #42240B
Text Example
Text Example
White with #42240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42240B; }
p { color: rgb(66,36,11); }
H1.HeaderClassName
{
color: #42240B;
}
.AnyTagClassName
{
color: #42240B;
}
</style>
background-color css
<style>
a { background-color: #42240B; }
a { background-color: rgb(66,36,11); }
div.DivClassName
{
background-color: #42240B;
}
.BgClassName
{
background-color: #42240B;
}
</style>
border-color css
<style>
span { border-color: #42240B; }
span { border-color: rgb(66,36,11); }
td.TdClassName
{
border-color: #42240B;
}
.TagClassName
{
border-color: #42240B;
}
</style>