Shades of Thunderbird #982F25
Tints of Thunderbird #982F25
RGB
CMYK
RGB Variations
Color information
#982F25 (or 0x982F25) is known color: Thunderbird. HEX triplet: 98, 2F and 25. RGB value is (152,47,37). Sum of RGB (Red+Green+Blue) = 152+47+37=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #982F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F25 is #67D0DA. Grayscale: #4D4D4D. Windows color (decimal): -6803675 or 2437016. OLE color: 2437016.
HSL color Cylindrical-coordinate representation of color #982F25: hue angle of 5.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982F25 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 37 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.40 |
| HSL | 5.22º | 0.61% | 0.37% | - |
| HSV(B) | 5.22º | 0.76% | 0.6% | - |
| XYZ | 14.3 | 8.84 | 2.7 | - |
| YUV | 77.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 37 | 0 | 0.69 | 0.76 | 0.40 | 5.22 | 0.61 | 0.37 |
| Hex | 98 | 2F | 25 | 0 | 45 | 4C | 28 | 5 | 3D | 25 |
| Octal | 230 | 57 | 45 | 0 | 105 | 114 | 50 | 5 | 75 | 45 |
| Binary | 10011000 | 101111 | 100101 | 0 | 1000101 | 1001100 | 101000 | 101 | 111101 | 100101 |
Color Harmonies of #982F25
Complementary color
Monochromatic Colors of #982F25
Black with #982F25
Text Example
Text Example
White with #982F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F25; }
p { color: rgb(152,47,37); }
H1.HeaderClassName
{
color: #982F25;
}
.AnyTagClassName
{
color: #982F25;
}
</style>
background-color css
<style>
a { background-color: #982F25; }
a { background-color: rgb(152,47,37); }
div.DivClassName
{
background-color: #982F25;
}
.BgClassName
{
background-color: #982F25;
}
</style>
border-color css
<style>
span { border-color: #982F25; }
span { border-color: rgb(152,47,37); }
td.TdClassName
{
border-color: #982F25;
}
.TagClassName
{
border-color: #982F25;
}
</style>