Shades of Thunderbird #8F3A34
Tints of Thunderbird #8F3A34
RGB
CMYK
RGB Variations
Color information
#8F3A34 (or 0x8F3A34) is known color: Thunderbird. HEX triplet: 8F, 3A and 34. RGB value is (143,58,52). Sum of RGB (Red+Green+Blue) = 143+58+52=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A34 is #70C5CB. Grayscale: #525252. Windows color (decimal): -7390668 or 3422863. OLE color: 3422863.
HSL color Cylindrical-coordinate representation of color #8F3A34: hue angle of 3.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3A34 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 52 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.44 |
| HSL | 3.96º | 0.47% | 0.38% | - |
| HSV(B) | 3.96º | 0.64% | 0.56% | - |
| XYZ | 13.46 | 9.11 | 4.3 | - |
| YUV | 82.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 52 | 0 | 0.59 | 0.64 | 0.44 | 3.96 | 0.47 | 0.38 |
| Hex | 8F | 3A | 34 | 0 | 3B | 40 | 2C | 4 | 2F | 26 |
| Octal | 217 | 72 | 64 | 0 | 73 | 100 | 54 | 4 | 57 | 46 |
| Binary | 10001111 | 111010 | 110100 | 0 | 111011 | 1000000 | 101100 | 100 | 101111 | 100110 |
Color Harmonies of #8F3A34
Complementary color
Monochromatic Colors of #8F3A34
Black with #8F3A34
Text Example
Text Example
White with #8F3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A34; }
p { color: rgb(143,58,52); }
H1.HeaderClassName
{
color: #8F3A34;
}
.AnyTagClassName
{
color: #8F3A34;
}
</style>
background-color css
<style>
a { background-color: #8F3A34; }
a { background-color: rgb(143,58,52); }
div.DivClassName
{
background-color: #8F3A34;
}
.BgClassName
{
background-color: #8F3A34;
}
</style>
border-color css
<style>
span { border-color: #8F3A34; }
span { border-color: rgb(143,58,52); }
td.TdClassName
{
border-color: #8F3A34;
}
.TagClassName
{
border-color: #8F3A34;
}
</style>