Shades of Bistre #42250A
Tints of Bistre #42250A
RGB
CMYK
RGB Variations
Color information
#42250A (or 0x42250A) is known color: Bistre. HEX triplet: 42, 25 and 0A. RGB value is (66,37,10). Sum of RGB (Red+Green+Blue) = 66+37+10=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42250A is #BDDAF5. Grayscale: #2A2A2A. Windows color (decimal): -12442358 or 664898. OLE color: 664898.
HSL color Cylindrical-coordinate representation of color #42250A: hue angle of 28.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42250A is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 10 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.74 |
| HSL | 28.93º | 0.74% | 0.15% | - |
| HSV(B) | 28.93º | 0.85% | 0.26% | - |
| XYZ | 2.96 | 2.5 | 0.61 | - |
| YUV | 42.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 10 | 0 | 0.44 | 0.85 | 0.74 | 28.93 | 0.74 | 0.15 |
| Hex | 42 | 25 | A | 0 | 2C | 55 | 4A | 1D | 4A | F |
| Octal | 102 | 45 | 12 | 0 | 54 | 125 | 112 | 35 | 112 | 17 |
| Binary | 1000010 | 100101 | 1010 | 0 | 101100 | 1010101 | 1001010 | 11101 | 1001010 | 1111 |
Color Harmonies of #42250A
Complementary color
Monochromatic Colors of #42250A
Black with #42250A
Text Example
Text Example
White with #42250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42250A; }
p { color: rgb(66,37,10); }
H1.HeaderClassName
{
color: #42250A;
}
.AnyTagClassName
{
color: #42250A;
}
</style>
background-color css
<style>
a { background-color: #42250A; }
a { background-color: rgb(66,37,10); }
div.DivClassName
{
background-color: #42250A;
}
.BgClassName
{
background-color: #42250A;
}
</style>
border-color css
<style>
span { border-color: #42250A; }
span { border-color: rgb(66,37,10); }
td.TdClassName
{
border-color: #42250A;
}
.TagClassName
{
border-color: #42250A;
}
</style>