Shades of Bistre #432501
Tints of Bistre #432501
RGB
CMYK
RGB Variations
Color information
#432501 (or 0x432501) is known color: Bistre. HEX triplet: 43, 25 and 01. RGB value is (67,37,1). Sum of RGB (Red+Green+Blue) = 67+37+1=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432501 is #BCDAFE. Grayscale: #2A2A2A. Windows color (decimal): -12376831 or 75075. OLE color: 75075.
HSL color Cylindrical-coordinate representation of color #432501: hue angle of 32.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #432501 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.74 |
| HSL | 32.73º | 0.97% | 0.13% | - |
| HSV(B) | 32.73º | 0.99% | 0.26% | - |
| XYZ | 2.98 | 2.52 | 0.36 | - |
| YUV | 41.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 1 | 0 | 0.45 | 0.99 | 0.74 | 32.73 | 0.97 | 0.13 |
| Hex | 43 | 25 | 1 | 0 | 2D | 63 | 4A | 21 | 61 | D |
| Octal | 103 | 45 | 1 | 0 | 55 | 143 | 112 | 41 | 141 | 15 |
| Binary | 1000011 | 100101 | 1 | 0 | 101101 | 1100011 | 1001010 | 100001 | 1100001 | 1101 |
Color Harmonies of #432501
Complementary color
Monochromatic Colors of #432501
Black with #432501
Text Example
Text Example
White with #432501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432501; }
p { color: rgb(67,37,1); }
H1.HeaderClassName
{
color: #432501;
}
.AnyTagClassName
{
color: #432501;
}
</style>
background-color css
<style>
a { background-color: #432501; }
a { background-color: rgb(67,37,1); }
div.DivClassName
{
background-color: #432501;
}
.BgClassName
{
background-color: #432501;
}
</style>
border-color css
<style>
span { border-color: #432501; }
span { border-color: rgb(67,37,1); }
td.TdClassName
{
border-color: #432501;
}
.TagClassName
{
border-color: #432501;
}
</style>