Shades of Bistre #402B1B
Tints of Bistre #402B1B
RGB
CMYK
RGB Variations
Color information
#402B1B (or 0x402B1B) is known color: Bistre. HEX triplet: 40, 2B and 1B. RGB value is (64,43,27). Sum of RGB (Red+Green+Blue) = 64+43+27=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B1B is #BFD4E4. Grayscale: #2F2F2F. Windows color (decimal): -12571877 or 1780544. OLE color: 1780544.
HSL color Cylindrical-coordinate representation of color #402B1B: hue angle of 25.95º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402B1B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 27 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.75 |
| HSL | 25.95º | 0.41% | 0.18% | - |
| HSV(B) | 25.95º | 0.58% | 0.25% | - |
| XYZ | 3.18 | 2.9 | 1.43 | - |
| YUV | 47.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 27 | 0 | 0.33 | 0.58 | 0.75 | 25.95 | 0.41 | 0.18 |
| Hex | 40 | 2B | 1B | 0 | 21 | 3A | 4B | 1A | 29 | 12 |
| Octal | 100 | 53 | 33 | 0 | 41 | 72 | 113 | 32 | 51 | 22 |
| Binary | 1000000 | 101011 | 11011 | 0 | 100001 | 111010 | 1001011 | 11010 | 101001 | 10010 |
Color Harmonies of #402B1B
Complementary color
Monochromatic Colors of #402B1B
Black with #402B1B
Text Example
Text Example
White with #402B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B1B; }
p { color: rgb(64,43,27); }
H1.HeaderClassName
{
color: #402B1B;
}
.AnyTagClassName
{
color: #402B1B;
}
</style>
background-color css
<style>
a { background-color: #402B1B; }
a { background-color: rgb(64,43,27); }
div.DivClassName
{
background-color: #402B1B;
}
.BgClassName
{
background-color: #402B1B;
}
</style>
border-color css
<style>
span { border-color: #402B1B; }
span { border-color: rgb(64,43,27); }
td.TdClassName
{
border-color: #402B1B;
}
.TagClassName
{
border-color: #402B1B;
}
</style>