Shades of Thunderbird #8D3530
Tints of Thunderbird #8D3530
RGB
CMYK
RGB Variations
Color information
#8D3530 (or 0x8D3530) is known color: Thunderbird. HEX triplet: 8D, 35 and 30. RGB value is (141,53,48). Sum of RGB (Red+Green+Blue) = 141+53+48=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3530 is #72CACF. Grayscale: #4E4E4E. Windows color (decimal): -7523024 or 3159437. OLE color: 3159437.
HSL color Cylindrical-coordinate representation of color #8D3530: hue angle of 3.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3530 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 48 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.45 |
| HSL | 3.23º | 0.49% | 0.37% | - |
| HSV(B) | 3.23º | 0.66% | 0.55% | - |
| XYZ | 12.79 | 8.42 | 3.75 | - |
| YUV | 78.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 48 | 0 | 0.62 | 0.66 | 0.45 | 3.23 | 0.49 | 0.37 |
| Hex | 8D | 35 | 30 | 0 | 3E | 42 | 2D | 3 | 31 | 25 |
| Octal | 215 | 65 | 60 | 0 | 76 | 102 | 55 | 3 | 61 | 45 |
| Binary | 10001101 | 110101 | 110000 | 0 | 111110 | 1000010 | 101101 | 11 | 110001 | 100101 |
Color Harmonies of #8D3530
Complementary color
Monochromatic Colors of #8D3530
Black with #8D3530
Text Example
Text Example
White with #8D3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3530; }
p { color: rgb(141,53,48); }
H1.HeaderClassName
{
color: #8D3530;
}
.AnyTagClassName
{
color: #8D3530;
}
</style>
background-color css
<style>
a { background-color: #8D3530; }
a { background-color: rgb(141,53,48); }
div.DivClassName
{
background-color: #8D3530;
}
.BgClassName
{
background-color: #8D3530;
}
</style>
border-color css
<style>
span { border-color: #8D3530; }
span { border-color: rgb(141,53,48); }
td.TdClassName
{
border-color: #8D3530;
}
.TagClassName
{
border-color: #8D3530;
}
</style>