Shades of Bistre #42270D
Tints of Bistre #42270D
RGB
CMYK
RGB Variations
Color information
#42270D (or 0x42270D) is known color: Bistre. HEX triplet: 42, 27 and 0D. RGB value is (66,39,13). Sum of RGB (Red+Green+Blue) = 66+39+13=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42270D is #BDD8F2. Grayscale: #2C2C2C. Windows color (decimal): -12441843 or 862018. OLE color: 862018.
HSL color Cylindrical-coordinate representation of color #42270D: hue angle of 29.43º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42270D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 13 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.74 |
| HSL | 29.43º | 0.67% | 0.15% | - |
| HSV(B) | 29.43º | 0.8% | 0.26% | - |
| XYZ | 3.04 | 2.64 | 0.73 | - |
| YUV | 44.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 13 | 0 | 0.41 | 0.80 | 0.74 | 29.43 | 0.67 | 0.15 |
| Hex | 42 | 27 | D | 0 | 29 | 50 | 4A | 1D | 43 | F |
| Octal | 102 | 47 | 15 | 0 | 51 | 120 | 112 | 35 | 103 | 17 |
| Binary | 1000010 | 100111 | 1101 | 0 | 101001 | 1010000 | 1001010 | 11101 | 1000011 | 1111 |
Color Harmonies of #42270D
Complementary color
Monochromatic Colors of #42270D
Black with #42270D
Text Example
Text Example
White with #42270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42270D; }
p { color: rgb(66,39,13); }
H1.HeaderClassName
{
color: #42270D;
}
.AnyTagClassName
{
color: #42270D;
}
</style>
background-color css
<style>
a { background-color: #42270D; }
a { background-color: rgb(66,39,13); }
div.DivClassName
{
background-color: #42270D;
}
.BgClassName
{
background-color: #42270D;
}
</style>
border-color css
<style>
span { border-color: #42270D; }
span { border-color: rgb(66,39,13); }
td.TdClassName
{
border-color: #42270D;
}
.TagClassName
{
border-color: #42270D;
}
</style>