Shades of Thunderbird #98332D
Tints of Thunderbird #98332D
RGB
CMYK
RGB Variations
Color information
#98332D (or 0x98332D) is known color: Thunderbird. HEX triplet: 98, 33 and 2D. RGB value is (152,51,45). Sum of RGB (Red+Green+Blue) = 152+51+45=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98332D is #67CCD2. Grayscale: #505050. Windows color (decimal): -6802643 or 2962328. OLE color: 2962328.
HSL color Cylindrical-coordinate representation of color #98332D: hue angle of 3.36º 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 #98332D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 45 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.40 |
| HSL | 3.36º | 0.54% | 0.39% | - |
| HSV(B) | 3.36º | 0.7% | 0.6% | - |
| XYZ | 14.61 | 9.23 | 3.49 | - |
| YUV | 80.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 45 | 0 | 0.66 | 0.70 | 0.40 | 3.36 | 0.54 | 0.39 |
| Hex | 98 | 33 | 2D | 0 | 42 | 46 | 28 | 3 | 36 | 27 |
| Octal | 230 | 63 | 55 | 0 | 102 | 106 | 50 | 3 | 66 | 47 |
| Binary | 10011000 | 110011 | 101101 | 0 | 1000010 | 1000110 | 101000 | 11 | 110110 | 100111 |
Color Harmonies of #98332D
Complementary color
Monochromatic Colors of #98332D
Black with #98332D
Text Example
Text Example
White with #98332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98332D; }
p { color: rgb(152,51,45); }
H1.HeaderClassName
{
color: #98332D;
}
.AnyTagClassName
{
color: #98332D;
}
</style>
background-color css
<style>
a { background-color: #98332D; }
a { background-color: rgb(152,51,45); }
div.DivClassName
{
background-color: #98332D;
}
.BgClassName
{
background-color: #98332D;
}
</style>
border-color css
<style>
span { border-color: #98332D; }
span { border-color: rgb(152,51,45); }
td.TdClassName
{
border-color: #98332D;
}
.TagClassName
{
border-color: #98332D;
}
</style>