Shades of Thunderbird #8F3932
Tints of Thunderbird #8F3932
RGB
CMYK
RGB Variations
Color information
#8F3932 (or 0x8F3932) is known color: Thunderbird. HEX triplet: 8F, 39 and 32. RGB value is (143,57,50). Sum of RGB (Red+Green+Blue) = 143+57+50=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3932 is #70C6CD. Grayscale: #525252. Windows color (decimal): -7390926 or 3291535. OLE color: 3291535.
HSL color Cylindrical-coordinate representation of color #8F3932: hue angle of 4.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3932 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 50 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.44 |
| HSL | 4.52º | 0.48% | 0.38% | - |
| HSV(B) | 4.52º | 0.65% | 0.56% | - |
| XYZ | 13.37 | 9 | 4.05 | - |
| YUV | 81.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 50 | 0 | 0.60 | 0.65 | 0.44 | 4.52 | 0.48 | 0.38 |
| Hex | 8F | 39 | 32 | 0 | 3C | 41 | 2C | 5 | 30 | 26 |
| Octal | 217 | 71 | 62 | 0 | 74 | 101 | 54 | 5 | 60 | 46 |
| Binary | 10001111 | 111001 | 110010 | 0 | 111100 | 1000001 | 101100 | 101 | 110000 | 100110 |
Color Harmonies of #8F3932
Complementary color
Monochromatic Colors of #8F3932
Black with #8F3932
Text Example
Text Example
White with #8F3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3932; }
p { color: rgb(143,57,50); }
H1.HeaderClassName
{
color: #8F3932;
}
.AnyTagClassName
{
color: #8F3932;
}
</style>
background-color css
<style>
a { background-color: #8F3932; }
a { background-color: rgb(143,57,50); }
div.DivClassName
{
background-color: #8F3932;
}
.BgClassName
{
background-color: #8F3932;
}
</style>
border-color css
<style>
span { border-color: #8F3932; }
span { border-color: rgb(143,57,50); }
td.TdClassName
{
border-color: #8F3932;
}
.TagClassName
{
border-color: #8F3932;
}
</style>