Shades of Bistre #3D281D
Tints of Bistre #3D281D
RGB
CMYK
RGB Variations
Color information
#3D281D (or 0x3D281D) is known color: Bistre. HEX triplet: 3D, 28 and 1D. RGB value is (61,40,29). Sum of RGB (Red+Green+Blue) = 61+40+29=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D281D is #C2D7E2. Grayscale: #2D2D2D. Windows color (decimal): -12769251 or 1910845. OLE color: 1910845.
HSL color Cylindrical-coordinate representation of color #3D281D: hue angle of 20.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D281D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 29 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.76 |
| HSL | 20.63º | 0.36% | 0.18% | - |
| HSV(B) | 20.63º | 0.52% | 0.24% | - |
| XYZ | 2.91 | 2.6 | 1.51 | - |
| YUV | 45.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 29 | 0 | 0.34 | 0.52 | 0.76 | 20.63 | 0.36 | 0.18 |
| Hex | 3D | 28 | 1D | 0 | 22 | 34 | 4C | 15 | 24 | 12 |
| Octal | 75 | 50 | 35 | 0 | 42 | 64 | 114 | 25 | 44 | 22 |
| Binary | 111101 | 101000 | 11101 | 0 | 100010 | 110100 | 1001100 | 10101 | 100100 | 10010 |
Color Harmonies of #3D281D
Complementary color
Monochromatic Colors of #3D281D
Black with #3D281D
Text Example
Text Example
White with #3D281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D281D; }
p { color: rgb(61,40,29); }
H1.HeaderClassName
{
color: #3D281D;
}
.AnyTagClassName
{
color: #3D281D;
}
</style>
background-color css
<style>
a { background-color: #3D281D; }
a { background-color: rgb(61,40,29); }
div.DivClassName
{
background-color: #3D281D;
}
.BgClassName
{
background-color: #3D281D;
}
</style>
border-color css
<style>
span { border-color: #3D281D; }
span { border-color: rgb(61,40,29); }
td.TdClassName
{
border-color: #3D281D;
}
.TagClassName
{
border-color: #3D281D;
}
</style>