Shades of Thunderbird #8F3635
Tints of Thunderbird #8F3635
RGB
CMYK
RGB Variations
Color information
#8F3635 (or 0x8F3635) is known color: Thunderbird. HEX triplet: 8F, 36 and 35. RGB value is (143,54,53). Sum of RGB (Red+Green+Blue) = 143+54+53=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3635 is #70C9CA. Grayscale: #505050. Windows color (decimal): -7391691 or 3487375. OLE color: 3487375.
HSL color Cylindrical-coordinate representation of color #8F3635: hue angle of 0.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3635 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 53 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.44 |
| HSL | 0.67º | 0.46% | 0.38% | - |
| HSV(B) | 0.67º | 0.63% | 0.56% | - |
| XYZ | 13.29 | 8.74 | 4.35 | - |
| YUV | 80.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 53 | 0 | 0.62 | 0.63 | 0.44 | 0.67 | 0.46 | 0.38 |
| Hex | 8F | 36 | 35 | 0 | 3E | 3F | 2C | 1 | 2E | 26 |
| Octal | 217 | 66 | 65 | 0 | 76 | 77 | 54 | 1 | 56 | 46 |
| Binary | 10001111 | 110110 | 110101 | 0 | 111110 | 111111 | 101100 | 1 | 101110 | 100110 |
Color Harmonies of #8F3635
Complementary color
Monochromatic Colors of #8F3635
Black with #8F3635
Text Example
Text Example
White with #8F3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3635; }
p { color: rgb(143,54,53); }
H1.HeaderClassName
{
color: #8F3635;
}
.AnyTagClassName
{
color: #8F3635;
}
</style>
background-color css
<style>
a { background-color: #8F3635; }
a { background-color: rgb(143,54,53); }
div.DivClassName
{
background-color: #8F3635;
}
.BgClassName
{
background-color: #8F3635;
}
</style>
border-color css
<style>
span { border-color: #8F3635; }
span { border-color: rgb(143,54,53); }
td.TdClassName
{
border-color: #8F3635;
}
.TagClassName
{
border-color: #8F3635;
}
</style>