Shades of Bistre #402813
Tints of Bistre #402813
RGB
CMYK
RGB Variations
Color information
#402813 (or 0x402813) is known color: Bistre. HEX triplet: 40, 28 and 13. RGB value is (64,40,19). Sum of RGB (Red+Green+Blue) = 64+40+19=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402813 is #BFD7EC. Grayscale: #2C2C2C. Windows color (decimal): -12572653 or 1255488. OLE color: 1255488.
HSL color Cylindrical-coordinate representation of color #402813: hue angle of 28º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402813 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 19 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.75 |
| HSL | 28º | 0.54% | 0.16% | - |
| HSV(B) | 28º | 0.7% | 0.25% | - |
| XYZ | 2.99 | 2.65 | 0.97 | - |
| YUV | 44.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 19 | 0 | 0.38 | 0.70 | 0.75 | 28 | 0.54 | 0.16 |
| Hex | 40 | 28 | 13 | 0 | 26 | 46 | 4B | 1C | 36 | 10 |
| Octal | 100 | 50 | 23 | 0 | 46 | 106 | 113 | 34 | 66 | 20 |
| Binary | 1000000 | 101000 | 10011 | 0 | 100110 | 1000110 | 1001011 | 11100 | 110110 | 10000 |
Color Harmonies of #402813
Complementary color
Monochromatic Colors of #402813
Black with #402813
Text Example
Text Example
White with #402813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402813; }
p { color: rgb(64,40,19); }
H1.HeaderClassName
{
color: #402813;
}
.AnyTagClassName
{
color: #402813;
}
</style>
background-color css
<style>
a { background-color: #402813; }
a { background-color: rgb(64,40,19); }
div.DivClassName
{
background-color: #402813;
}
.BgClassName
{
background-color: #402813;
}
</style>
border-color css
<style>
span { border-color: #402813; }
span { border-color: rgb(64,40,19); }
td.TdClassName
{
border-color: #402813;
}
.TagClassName
{
border-color: #402813;
}
</style>