Shades of Thunderbird #8D2E2C
Tints of Thunderbird #8D2E2C
RGB
CMYK
RGB Variations
Color information
#8D2E2C (or 0x8D2E2C) is known color: Thunderbird. HEX triplet: 8D, 2E and 2C. RGB value is (141,46,44). Sum of RGB (Red+Green+Blue) = 141+46+44=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2E2C is #72D1D3. Grayscale: #4A4A4A. Windows color (decimal): -7524820 or 2895501. OLE color: 2895501.
HSL color Cylindrical-coordinate representation of color #8D2E2C: hue angle of 1.24º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2E2C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 44 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.45 |
| HSL | 1.24º | 0.52% | 0.36% | - |
| HSV(B) | 1.24º | 0.69% | 0.55% | - |
| XYZ | 12.42 | 7.8 | 3.23 | - |
| YUV | 74.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 44 | 0 | 0.67 | 0.69 | 0.45 | 1.24 | 0.52 | 0.36 |
| Hex | 8D | 2E | 2C | 0 | 43 | 45 | 2D | 1 | 34 | 24 |
| Octal | 215 | 56 | 54 | 0 | 103 | 105 | 55 | 1 | 64 | 44 |
| Binary | 10001101 | 101110 | 101100 | 0 | 1000011 | 1000101 | 101101 | 1 | 110100 | 100100 |
Color Harmonies of #8D2E2C
Complementary color
Monochromatic Colors of #8D2E2C
Black with #8D2E2C
Text Example
Text Example
White with #8D2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E2C; }
p { color: rgb(141,46,44); }
H1.HeaderClassName
{
color: #8D2E2C;
}
.AnyTagClassName
{
color: #8D2E2C;
}
</style>
background-color css
<style>
a { background-color: #8D2E2C; }
a { background-color: rgb(141,46,44); }
div.DivClassName
{
background-color: #8D2E2C;
}
.BgClassName
{
background-color: #8D2E2C;
}
</style>
border-color css
<style>
span { border-color: #8D2E2C; }
span { border-color: rgb(141,46,44); }
td.TdClassName
{
border-color: #8D2E2C;
}
.TagClassName
{
border-color: #8D2E2C;
}
</style>