Shades of Bistre #422202
Tints of Bistre #422202
RGB
CMYK
RGB Variations
Color information
#422202 (or 0x422202) is known color: Bistre. HEX triplet: 42, 22 and 02. RGB value is (66,34,2). Sum of RGB (Red+Green+Blue) = 66+34+2=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #422202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422202 is #BDDDFD. Grayscale: #282828. Windows color (decimal): -12443134 or 139842. OLE color: 139842.
HSL color Cylindrical-coordinate representation of color #422202: hue angle of 30º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422202 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 2 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.74 |
| HSL | 30º | 0.94% | 0.13% | - |
| HSV(B) | 30º | 0.97% | 0.26% | - |
| XYZ | 2.83 | 2.31 | 0.35 | - |
| YUV | 39.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 2 | 0 | 0.48 | 0.97 | 0.74 | 30 | 0.94 | 0.13 |
| Hex | 42 | 22 | 2 | 0 | 30 | 61 | 4A | 1E | 5E | D |
| Octal | 102 | 42 | 2 | 0 | 60 | 141 | 112 | 36 | 136 | 15 |
| Binary | 1000010 | 100010 | 10 | 0 | 110000 | 1100001 | 1001010 | 11110 | 1011110 | 1101 |
Color Harmonies of #422202
Complementary color
Monochromatic Colors of #422202
Black with #422202
Text Example
Text Example
White with #422202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422202; }
p { color: rgb(66,34,2); }
H1.HeaderClassName
{
color: #422202;
}
.AnyTagClassName
{
color: #422202;
}
</style>
background-color css
<style>
a { background-color: #422202; }
a { background-color: rgb(66,34,2); }
div.DivClassName
{
background-color: #422202;
}
.BgClassName
{
background-color: #422202;
}
</style>
border-color css
<style>
span { border-color: #422202; }
span { border-color: rgb(66,34,2); }
td.TdClassName
{
border-color: #422202;
}
.TagClassName
{
border-color: #422202;
}
</style>