Shades of Bistre #42270B
Tints of Bistre #42270B
RGB
CMYK
RGB Variations
Color information
#42270B (or 0x42270B) is known color: Bistre. HEX triplet: 42, 27 and 0B. RGB value is (66,39,11). Sum of RGB (Red+Green+Blue) = 66+39+11=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42270B is #BDD8F4. Grayscale: #2C2C2C. Windows color (decimal): -12441845 or 730946. OLE color: 730946.
HSL color Cylindrical-coordinate representation of color #42270B: hue angle of 30.55º 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 #42270B is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 11 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.74 |
| HSL | 30.55º | 0.71% | 0.15% | - |
| HSV(B) | 30.55º | 0.83% | 0.26% | - |
| XYZ | 3.03 | 2.63 | 0.67 | - |
| YUV | 43.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 11 | 0 | 0.41 | 0.83 | 0.74 | 30.55 | 0.71 | 0.15 |
| Hex | 42 | 27 | B | 0 | 29 | 53 | 4A | 1F | 47 | F |
| Octal | 102 | 47 | 13 | 0 | 51 | 123 | 112 | 37 | 107 | 17 |
| Binary | 1000010 | 100111 | 1011 | 0 | 101001 | 1010011 | 1001010 | 11111 | 1000111 | 1111 |
Color Harmonies of #42270B
Complementary color
Monochromatic Colors of #42270B
Black with #42270B
Text Example
Text Example
White with #42270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42270B; }
p { color: rgb(66,39,11); }
H1.HeaderClassName
{
color: #42270B;
}
.AnyTagClassName
{
color: #42270B;
}
</style>
background-color css
<style>
a { background-color: #42270B; }
a { background-color: rgb(66,39,11); }
div.DivClassName
{
background-color: #42270B;
}
.BgClassName
{
background-color: #42270B;
}
</style>
border-color css
<style>
span { border-color: #42270B; }
span { border-color: rgb(66,39,11); }
td.TdClassName
{
border-color: #42270B;
}
.TagClassName
{
border-color: #42270B;
}
</style>