Shades of Thunderbird #98362E
Tints of Thunderbird #98362E
RGB
CMYK
RGB Variations
Color information
#98362E (or 0x98362E) is known color: Thunderbird. HEX triplet: 98, 36 and 2E. RGB value is (152,54,46). Sum of RGB (Red+Green+Blue) = 152+54+46=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98362E is #67C9D1. Grayscale: #525252. Windows color (decimal): -6801874 or 3028632. OLE color: 3028632.
HSL color Cylindrical-coordinate representation of color #98362E: hue angle of 4.53º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98362E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 46 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.40 |
| HSL | 4.53º | 0.54% | 0.39% | - |
| HSV(B) | 4.53º | 0.7% | 0.6% | - |
| XYZ | 14.76 | 9.51 | 3.64 | - |
| YUV | 82.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 46 | 0 | 0.64 | 0.70 | 0.40 | 4.53 | 0.54 | 0.39 |
| Hex | 98 | 36 | 2E | 0 | 40 | 46 | 28 | 5 | 36 | 27 |
| Octal | 230 | 66 | 56 | 0 | 100 | 106 | 50 | 5 | 66 | 47 |
| Binary | 10011000 | 110110 | 101110 | 0 | 1000000 | 1000110 | 101000 | 101 | 110110 | 100111 |
Color Harmonies of #98362E
Complementary color
Monochromatic Colors of #98362E
Black with #98362E
Text Example
Text Example
White with #98362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98362E; }
p { color: rgb(152,54,46); }
H1.HeaderClassName
{
color: #98362E;
}
.AnyTagClassName
{
color: #98362E;
}
</style>
background-color css
<style>
a { background-color: #98362E; }
a { background-color: rgb(152,54,46); }
div.DivClassName
{
background-color: #98362E;
}
.BgClassName
{
background-color: #98362E;
}
</style>
border-color css
<style>
span { border-color: #98362E; }
span { border-color: rgb(152,54,46); }
td.TdClassName
{
border-color: #98362E;
}
.TagClassName
{
border-color: #98362E;
}
</style>