Shades of Thunderbird #8F372D
Tints of Thunderbird #8F372D
RGB
CMYK
RGB Variations
Color information
#8F372D (or 0x8F372D) is known color: Thunderbird. HEX triplet: 8F, 37 and 2D. RGB value is (143,55,45). Sum of RGB (Red+Green+Blue) = 143+55+45=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F372D is #70C8D2. Grayscale: #505050. Windows color (decimal): -7391443 or 2963343. OLE color: 2963343.
HSL color Cylindrical-coordinate representation of color #8F372D: hue angle of 6.12º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F372D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 55 | 45 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.44 |
| HSL | 6.12º | 0.52% | 0.37% | - |
| HSV(B) | 6.12º | 0.69% | 0.56% | - |
| XYZ | 13.17 | 8.76 | 3.48 | - |
| YUV | 80.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 45 | 0 | 0.62 | 0.69 | 0.44 | 6.12 | 0.52 | 0.37 |
| Hex | 8F | 37 | 2D | 0 | 3E | 45 | 2C | 6 | 34 | 25 |
| Octal | 217 | 67 | 55 | 0 | 76 | 105 | 54 | 6 | 64 | 45 |
| Binary | 10001111 | 110111 | 101101 | 0 | 111110 | 1000101 | 101100 | 110 | 110100 | 100101 |
Color Harmonies of #8F372D
Complementary color
Monochromatic Colors of #8F372D
Black with #8F372D
Text Example
Text Example
White with #8F372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F372D; }
p { color: rgb(143,55,45); }
H1.HeaderClassName
{
color: #8F372D;
}
.AnyTagClassName
{
color: #8F372D;
}
</style>
background-color css
<style>
a { background-color: #8F372D; }
a { background-color: rgb(143,55,45); }
div.DivClassName
{
background-color: #8F372D;
}
.BgClassName
{
background-color: #8F372D;
}
</style>
border-color css
<style>
span { border-color: #8F372D; }
span { border-color: rgb(143,55,45); }
td.TdClassName
{
border-color: #8F372D;
}
.TagClassName
{
border-color: #8F372D;
}
</style>