Shades of Thunderbird #8F3933
Tints of Thunderbird #8F3933
RGB
CMYK
RGB Variations
Color information
#8F3933 (or 0x8F3933) is known color: Thunderbird. HEX triplet: 8F, 39 and 33. RGB value is (143,57,51). Sum of RGB (Red+Green+Blue) = 143+57+51=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3933 is #70C6CC. Grayscale: #525252. Windows color (decimal): -7390925 or 3357071. OLE color: 3357071.
HSL color Cylindrical-coordinate representation of color #8F3933: hue angle of 3.91º 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 #8F3933 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 51 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.44 |
| HSL | 3.91º | 0.47% | 0.38% | - |
| HSV(B) | 3.91º | 0.64% | 0.56% | - |
| XYZ | 13.39 | 9 | 4.16 | - |
| YUV | 82.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 51 | 0 | 0.60 | 0.64 | 0.44 | 3.91 | 0.47 | 0.38 |
| Hex | 8F | 39 | 33 | 0 | 3C | 40 | 2C | 4 | 2F | 26 |
| Octal | 217 | 71 | 63 | 0 | 74 | 100 | 54 | 4 | 57 | 46 |
| Binary | 10001111 | 111001 | 110011 | 0 | 111100 | 1000000 | 101100 | 100 | 101111 | 100110 |
Color Harmonies of #8F3933
Complementary color
Monochromatic Colors of #8F3933
Black with #8F3933
Text Example
Text Example
White with #8F3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3933; }
p { color: rgb(143,57,51); }
H1.HeaderClassName
{
color: #8F3933;
}
.AnyTagClassName
{
color: #8F3933;
}
</style>
background-color css
<style>
a { background-color: #8F3933; }
a { background-color: rgb(143,57,51); }
div.DivClassName
{
background-color: #8F3933;
}
.BgClassName
{
background-color: #8F3933;
}
</style>
border-color css
<style>
span { border-color: #8F3933; }
span { border-color: rgb(143,57,51); }
td.TdClassName
{
border-color: #8F3933;
}
.TagClassName
{
border-color: #8F3933;
}
</style>