Shades of Bistre #402819
Tints of Bistre #402819
RGB
CMYK
RGB Variations
Color information
#402819 (or 0x402819) is known color: Bistre. HEX triplet: 40, 28 and 19. RGB value is (64,40,25). Sum of RGB (Red+Green+Blue) = 64+40+25=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #402819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402819 is #BFD7E6. Grayscale: #2D2D2D. Windows color (decimal): -12572647 or 1648704. OLE color: 1648704.
HSL color Cylindrical-coordinate representation of color #402819: hue angle of 23.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402819 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 25 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.75 |
| HSL | 23.08º | 0.44% | 0.17% | - |
| HSV(B) | 23.08º | 0.61% | 0.25% | - |
| XYZ | 3.05 | 2.68 | 1.28 | - |
| YUV | 45.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 25 | 0 | 0.38 | 0.61 | 0.75 | 23.08 | 0.44 | 0.17 |
| Hex | 40 | 28 | 19 | 0 | 26 | 3D | 4B | 17 | 2C | 11 |
| Octal | 100 | 50 | 31 | 0 | 46 | 75 | 113 | 27 | 54 | 21 |
| Binary | 1000000 | 101000 | 11001 | 0 | 100110 | 111101 | 1001011 | 10111 | 101100 | 10001 |
Color Harmonies of #402819
Complementary color
Monochromatic Colors of #402819
Black with #402819
Text Example
Text Example
White with #402819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402819; }
p { color: rgb(64,40,25); }
H1.HeaderClassName
{
color: #402819;
}
.AnyTagClassName
{
color: #402819;
}
</style>
background-color css
<style>
a { background-color: #402819; }
a { background-color: rgb(64,40,25); }
div.DivClassName
{
background-color: #402819;
}
.BgClassName
{
background-color: #402819;
}
</style>
border-color css
<style>
span { border-color: #402819; }
span { border-color: rgb(64,40,25); }
td.TdClassName
{
border-color: #402819;
}
.TagClassName
{
border-color: #402819;
}
</style>