Shades of Bistre #402D21
Tints of Bistre #402D21
RGB
CMYK
RGB Variations
Color information
#402D21 (or 0x402D21) is known color: Bistre. HEX triplet: 40, 2D and 21. RGB value is (64,45,33). Sum of RGB (Red+Green+Blue) = 64+45+33=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D21 is #BFD2DE. Grayscale: #313131. Windows color (decimal): -12571359 or 2174272. OLE color: 2174272.
HSL color Cylindrical-coordinate representation of color #402D21: hue angle of 23.23º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402D21 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 33 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.75 |
| HSL | 23.23º | 0.32% | 0.19% | - |
| HSV(B) | 23.23º | 0.48% | 0.25% | - |
| XYZ | 3.33 | 3.08 | 1.86 | - |
| YUV | 49.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 33 | 0 | 0.30 | 0.48 | 0.75 | 23.23 | 0.32 | 0.19 |
| Hex | 40 | 2D | 21 | 0 | 1E | 30 | 4B | 17 | 20 | 13 |
| Octal | 100 | 55 | 41 | 0 | 36 | 60 | 113 | 27 | 40 | 23 |
| Binary | 1000000 | 101101 | 100001 | 0 | 11110 | 110000 | 1001011 | 10111 | 100000 | 10011 |
Color Harmonies of #402D21
Complementary color
Monochromatic Colors of #402D21
Black with #402D21
Text Example
Text Example
White with #402D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D21; }
p { color: rgb(64,45,33); }
H1.HeaderClassName
{
color: #402D21;
}
.AnyTagClassName
{
color: #402D21;
}
</style>
background-color css
<style>
a { background-color: #402D21; }
a { background-color: rgb(64,45,33); }
div.DivClassName
{
background-color: #402D21;
}
.BgClassName
{
background-color: #402D21;
}
</style>
border-color css
<style>
span { border-color: #402D21; }
span { border-color: rgb(64,45,33); }
td.TdClassName
{
border-color: #402D21;
}
.TagClassName
{
border-color: #402D21;
}
</style>