Shades of Thunderbird #8C3531
Tints of Thunderbird #8C3531
RGB
CMYK
RGB Variations
Color information
#8C3531 (or 0x8C3531) is known color: Thunderbird. HEX triplet: 8C, 35 and 31. RGB value is (140,53,49). Sum of RGB (Red+Green+Blue) = 140+53+49=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3531 is #73CACE. Grayscale: #4E4E4E. Windows color (decimal): -7588559 or 3224972. OLE color: 3224972.
HSL color Cylindrical-coordinate representation of color #8C3531: hue angle of 2.64º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3531 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 49 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.45 |
| HSL | 2.64º | 0.48% | 0.37% | - |
| HSV(B) | 2.64º | 0.65% | 0.55% | - |
| XYZ | 12.64 | 8.34 | 3.85 | - |
| YUV | 78.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 49 | 0 | 0.62 | 0.65 | 0.45 | 2.64 | 0.48 | 0.37 |
| Hex | 8C | 35 | 31 | 0 | 3E | 41 | 2D | 3 | 30 | 25 |
| Octal | 214 | 65 | 61 | 0 | 76 | 101 | 55 | 3 | 60 | 45 |
| Binary | 10001100 | 110101 | 110001 | 0 | 111110 | 1000001 | 101101 | 11 | 110000 | 100101 |
Color Harmonies of #8C3531
Complementary color
Monochromatic Colors of #8C3531
Black with #8C3531
Text Example
Text Example
White with #8C3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3531; }
p { color: rgb(140,53,49); }
H1.HeaderClassName
{
color: #8C3531;
}
.AnyTagClassName
{
color: #8C3531;
}
</style>
background-color css
<style>
a { background-color: #8C3531; }
a { background-color: rgb(140,53,49); }
div.DivClassName
{
background-color: #8C3531;
}
.BgClassName
{
background-color: #8C3531;
}
</style>
border-color css
<style>
span { border-color: #8C3531; }
span { border-color: rgb(140,53,49); }
td.TdClassName
{
border-color: #8C3531;
}
.TagClassName
{
border-color: #8C3531;
}
</style>