Shades of Thunderbird #98352A
Tints of Thunderbird #98352A
RGB
CMYK
RGB Variations
Color information
#98352A (or 0x98352A) is known color: Thunderbird. HEX triplet: 98, 35 and 2A. RGB value is (152,53,42). Sum of RGB (Red+Green+Blue) = 152+53+42=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352A is #67CAD5. Grayscale: #515151. Windows color (decimal): -6802134 or 2766232. OLE color: 2766232.
HSL color Cylindrical-coordinate representation of color #98352A: hue angle of 6º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98352A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 42 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.40 |
| HSL | 6º | 0.57% | 0.38% | - |
| HSV(B) | 6º | 0.72% | 0.6% | - |
| XYZ | 14.64 | 9.39 | 3.23 | - |
| YUV | 81.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 42 | 0 | 0.65 | 0.72 | 0.40 | 6 | 0.57 | 0.38 |
| Hex | 98 | 35 | 2A | 0 | 41 | 48 | 28 | 6 | 39 | 26 |
| Octal | 230 | 65 | 52 | 0 | 101 | 110 | 50 | 6 | 71 | 46 |
| Binary | 10011000 | 110101 | 101010 | 0 | 1000001 | 1001000 | 101000 | 110 | 111001 | 100110 |
Color Harmonies of #98352A
Complementary color
Monochromatic Colors of #98352A
Black with #98352A
Text Example
Text Example
White with #98352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98352A; }
p { color: rgb(152,53,42); }
H1.HeaderClassName
{
color: #98352A;
}
.AnyTagClassName
{
color: #98352A;
}
</style>
background-color css
<style>
a { background-color: #98352A; }
a { background-color: rgb(152,53,42); }
div.DivClassName
{
background-color: #98352A;
}
.BgClassName
{
background-color: #98352A;
}
</style>
border-color css
<style>
span { border-color: #98352A; }
span { border-color: rgb(152,53,42); }
td.TdClassName
{
border-color: #98352A;
}
.TagClassName
{
border-color: #98352A;
}
</style>