Shades of Thunderbird #8F3333
Tints of Thunderbird #8F3333
RGB
CMYK
RGB Variations
Color information
#8F3333 (or 0x8F3333) is known color: Thunderbird. HEX triplet: 8F, 33 and 33. RGB value is (143,51,51). Sum of RGB (Red+Green+Blue) = 143+51+51=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3333 is #70CCCC. Grayscale: #4E4E4E. Windows color (decimal): -7392461 or 3355535. OLE color: 3355535.
HSL color Cylindrical-coordinate representation of color #8F3333: hue angle of 0º 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 #8F3333 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 51 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.44 |
| HSL | 0º | 0.47% | 0.38% | - |
| HSV(B) | 0º | 0.64% | 0.56% | - |
| XYZ | 13.11 | 8.45 | 4.07 | - |
| YUV | 78.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 51 | 0 | 0.64 | 0.64 | 0.44 | 0 | 0.47 | 0.38 |
| Hex | 8F | 33 | 33 | 0 | 40 | 40 | 2C | 0 | 2F | 26 |
| Octal | 217 | 63 | 63 | 0 | 100 | 100 | 54 | 0 | 57 | 46 |
| Binary | 10001111 | 110011 | 110011 | 0 | 1000000 | 1000000 | 101100 | 0 | 101111 | 100110 |
Color Harmonies of #8F3333
Complementary color
Monochromatic Colors of #8F3333
Black with #8F3333
Text Example
Text Example
White with #8F3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3333; }
p { color: rgb(143,51,51); }
H1.HeaderClassName
{
color: #8F3333;
}
.AnyTagClassName
{
color: #8F3333;
}
</style>
background-color css
<style>
a { background-color: #8F3333; }
a { background-color: rgb(143,51,51); }
div.DivClassName
{
background-color: #8F3333;
}
.BgClassName
{
background-color: #8F3333;
}
</style>
border-color css
<style>
span { border-color: #8F3333; }
span { border-color: rgb(143,51,51); }
td.TdClassName
{
border-color: #8F3333;
}
.TagClassName
{
border-color: #8F3333;
}
</style>