Shades of Thunderbird #8E332D
Tints of Thunderbird #8E332D
RGB
CMYK
RGB Variations
Color information
#8E332D (or 0x8E332D) is known color: Thunderbird. HEX triplet: 8E, 33 and 2D. RGB value is (142,51,45). Sum of RGB (Red+Green+Blue) = 142+51+45=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E332D is #71CCD2. Grayscale: #4D4D4D. Windows color (decimal): -7458003 or 2962318. OLE color: 2962318.
HSL color Cylindrical-coordinate representation of color #8E332D: hue angle of 3.71º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E332D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 45 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.44 |
| HSL | 3.71º | 0.52% | 0.37% | - |
| HSV(B) | 3.71º | 0.68% | 0.56% | - |
| XYZ | 12.81 | 8.31 | 3.41 | - |
| YUV | 77.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 45 | 0 | 0.64 | 0.68 | 0.44 | 3.71 | 0.52 | 0.37 |
| Hex | 8E | 33 | 2D | 0 | 40 | 44 | 2C | 4 | 34 | 25 |
| Octal | 216 | 63 | 55 | 0 | 100 | 104 | 54 | 4 | 64 | 45 |
| Binary | 10001110 | 110011 | 101101 | 0 | 1000000 | 1000100 | 101100 | 100 | 110100 | 100101 |
Color Harmonies of #8E332D
Complementary color
Monochromatic Colors of #8E332D
Black with #8E332D
Text Example
Text Example
White with #8E332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E332D; }
p { color: rgb(142,51,45); }
H1.HeaderClassName
{
color: #8E332D;
}
.AnyTagClassName
{
color: #8E332D;
}
</style>
background-color css
<style>
a { background-color: #8E332D; }
a { background-color: rgb(142,51,45); }
div.DivClassName
{
background-color: #8E332D;
}
.BgClassName
{
background-color: #8E332D;
}
</style>
border-color css
<style>
span { border-color: #8E332D; }
span { border-color: rgb(142,51,45); }
td.TdClassName
{
border-color: #8E332D;
}
.TagClassName
{
border-color: #8E332D;
}
</style>