Shades of Thunderbird #8D3934
Tints of Thunderbird #8D3934
RGB
CMYK
RGB Variations
Color information
#8D3934 (or 0x8D3934) is known color: Thunderbird. HEX triplet: 8D, 39 and 34. RGB value is (141,57,52). Sum of RGB (Red+Green+Blue) = 141+57+52=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3934 is #72C6CB. Grayscale: #515151. Windows color (decimal): -7521996 or 3422605. OLE color: 3422605.
HSL color Cylindrical-coordinate representation of color #8D3934: hue angle of 3.37º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3934 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 52 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.45 |
| HSL | 3.37º | 0.46% | 0.38% | - |
| HSV(B) | 3.37º | 0.63% | 0.55% | - |
| XYZ | 13.07 | 8.84 | 4.27 | - |
| YUV | 81.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 52 | 0 | 0.60 | 0.63 | 0.45 | 3.37 | 0.46 | 0.38 |
| Hex | 8D | 39 | 34 | 0 | 3C | 3F | 2D | 3 | 2E | 26 |
| Octal | 215 | 71 | 64 | 0 | 74 | 77 | 55 | 3 | 56 | 46 |
| Binary | 10001101 | 111001 | 110100 | 0 | 111100 | 111111 | 101101 | 11 | 101110 | 100110 |
Color Harmonies of #8D3934
Complementary color
Monochromatic Colors of #8D3934
Black with #8D3934
Text Example
Text Example
White with #8D3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3934; }
p { color: rgb(141,57,52); }
H1.HeaderClassName
{
color: #8D3934;
}
.AnyTagClassName
{
color: #8D3934;
}
</style>
background-color css
<style>
a { background-color: #8D3934; }
a { background-color: rgb(141,57,52); }
div.DivClassName
{
background-color: #8D3934;
}
.BgClassName
{
background-color: #8D3934;
}
</style>
border-color css
<style>
span { border-color: #8D3934; }
span { border-color: rgb(141,57,52); }
td.TdClassName
{
border-color: #8D3934;
}
.TagClassName
{
border-color: #8D3934;
}
</style>