Shades of Bistre #432302
Tints of Bistre #432302
RGB
CMYK
RGB Variations
Color information
#432302 (or 0x432302) is known color: Bistre. HEX triplet: 43, 23 and 02. RGB value is (67,35,2). Sum of RGB (Red+Green+Blue) = 67+35+2=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #432302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432302 is #BCDCFD. Grayscale: #282828. Windows color (decimal): -12377342 or 140099. OLE color: 140099.
HSL color Cylindrical-coordinate representation of color #432302: hue angle of 30.46º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #432302 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 35 | 2 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.74 |
| HSL | 30.46º | 0.94% | 0.14% | - |
| HSV(B) | 30.46º | 0.97% | 0.26% | - |
| XYZ | 2.93 | 2.4 | 0.37 | - |
| YUV | 40.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 2 | 0 | 0.48 | 0.97 | 0.74 | 30.46 | 0.94 | 0.14 |
| Hex | 43 | 23 | 2 | 0 | 30 | 61 | 4A | 1E | 5E | E |
| Octal | 103 | 43 | 2 | 0 | 60 | 141 | 112 | 36 | 136 | 16 |
| Binary | 1000011 | 100011 | 10 | 0 | 110000 | 1100001 | 1001010 | 11110 | 1011110 | 1110 |
Color Harmonies of #432302
Complementary color
Monochromatic Colors of #432302
Black with #432302
Text Example
Text Example
White with #432302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432302; }
p { color: rgb(67,35,2); }
H1.HeaderClassName
{
color: #432302;
}
.AnyTagClassName
{
color: #432302;
}
</style>
background-color css
<style>
a { background-color: #432302; }
a { background-color: rgb(67,35,2); }
div.DivClassName
{
background-color: #432302;
}
.BgClassName
{
background-color: #432302;
}
</style>
border-color css
<style>
span { border-color: #432302; }
span { border-color: rgb(67,35,2); }
td.TdClassName
{
border-color: #432302;
}
.TagClassName
{
border-color: #432302;
}
</style>