Shades of Bistre #43250E
Tints of Bistre #43250E
RGB
CMYK
RGB Variations
Color information
#43250E (or 0x43250E) is known color: Bistre. HEX triplet: 43, 25 and 0E. RGB value is (67,37,14). Sum of RGB (Red+Green+Blue) = 67+37+14=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #43250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43250E is #BCDAF1. Grayscale: #2B2B2B. Windows color (decimal): -12376818 or 927043. OLE color: 927043.
HSL color Cylindrical-coordinate representation of color #43250E: hue angle of 26.04º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43250E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 14 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.74 |
| HSL | 26.04º | 0.65% | 0.16% | - |
| HSV(B) | 26.04º | 0.79% | 0.26% | - |
| XYZ | 3.06 | 2.55 | 0.75 | - |
| YUV | 43.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 14 | 0 | 0.45 | 0.79 | 0.74 | 26.04 | 0.65 | 0.16 |
| Hex | 43 | 25 | E | 0 | 2D | 4F | 4A | 1A | 41 | 10 |
| Octal | 103 | 45 | 16 | 0 | 55 | 117 | 112 | 32 | 101 | 20 |
| Binary | 1000011 | 100101 | 1110 | 0 | 101101 | 1001111 | 1001010 | 11010 | 1000001 | 10000 |
Color Harmonies of #43250E
Complementary color
Monochromatic Colors of #43250E
Black with #43250E
Text Example
Text Example
White with #43250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43250E; }
p { color: rgb(67,37,14); }
H1.HeaderClassName
{
color: #43250E;
}
.AnyTagClassName
{
color: #43250E;
}
</style>
background-color css
<style>
a { background-color: #43250E; }
a { background-color: rgb(67,37,14); }
div.DivClassName
{
background-color: #43250E;
}
.BgClassName
{
background-color: #43250E;
}
</style>
border-color css
<style>
span { border-color: #43250E; }
span { border-color: rgb(67,37,14); }
td.TdClassName
{
border-color: #43250E;
}
.TagClassName
{
border-color: #43250E;
}
</style>