Shades of Thunderbird #8F332F
Tints of Thunderbird #8F332F
RGB
CMYK
RGB Variations
Color information
#8F332F (or 0x8F332F) is known color: Thunderbird. HEX triplet: 8F, 33 and 2F. RGB value is (143,51,47). Sum of RGB (Red+Green+Blue) = 143+51+47=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F332F is #70CCD0. Grayscale: #4E4E4E. Windows color (decimal): -7392465 or 3093391. OLE color: 3093391.
HSL color Cylindrical-coordinate representation of color #8F332F: hue angle of 2.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F332F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 47 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.44 |
| HSL | 2.5º | 0.51% | 0.37% | - |
| HSV(B) | 2.5º | 0.67% | 0.56% | - |
| XYZ | 13.02 | 8.41 | 3.63 | - |
| YUV | 78.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 47 | 0 | 0.64 | 0.67 | 0.44 | 2.5 | 0.51 | 0.37 |
| Hex | 8F | 33 | 2F | 0 | 40 | 43 | 2C | 2 | 33 | 25 |
| Octal | 217 | 63 | 57 | 0 | 100 | 103 | 54 | 2 | 63 | 45 |
| Binary | 10001111 | 110011 | 101111 | 0 | 1000000 | 1000011 | 101100 | 10 | 110011 | 100101 |
Color Harmonies of #8F332F
Complementary color
Monochromatic Colors of #8F332F
Black with #8F332F
Text Example
Text Example
White with #8F332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F332F; }
p { color: rgb(143,51,47); }
H1.HeaderClassName
{
color: #8F332F;
}
.AnyTagClassName
{
color: #8F332F;
}
</style>
background-color css
<style>
a { background-color: #8F332F; }
a { background-color: rgb(143,51,47); }
div.DivClassName
{
background-color: #8F332F;
}
.BgClassName
{
background-color: #8F332F;
}
</style>
border-color css
<style>
span { border-color: #8F332F; }
span { border-color: rgb(143,51,47); }
td.TdClassName
{
border-color: #8F332F;
}
.TagClassName
{
border-color: #8F332F;
}
</style>