Shades of Thunderbird #99352D
Tints of Thunderbird #99352D
RGB
CMYK
RGB Variations
Color information
#99352D (or 0x99352D) is known color: Thunderbird. HEX triplet: 99, 35 and 2D. RGB value is (153,53,45). Sum of RGB (Red+Green+Blue) = 153+53+45=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99352D is #66CAD2. Grayscale: #525252. Windows color (decimal): -6736595 or 2962841. OLE color: 2962841.
HSL color Cylindrical-coordinate representation of color #99352D: hue angle of 4.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99352D is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 45 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.4 |
| HSL | 4.44º | 0.55% | 0.39% | - |
| HSV(B) | 4.44º | 0.71% | 0.6% | - |
| XYZ | 14.88 | 9.51 | 3.53 | - |
| YUV | 81.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 45 | 0 | 0.65 | 0.71 | 0.4 | 4.44 | 0.55 | 0.39 |
| Hex | 99 | 35 | 2D | 0 | 41 | 47 | 28 | 4 | 37 | 27 |
| Octal | 231 | 65 | 55 | 0 | 101 | 107 | 50 | 4 | 67 | 47 |
| Binary | 10011001 | 110101 | 101101 | 0 | 1000001 | 1000111 | 101000 | 100 | 110111 | 100111 |
Color Harmonies of #99352D
Complementary color
Monochromatic Colors of #99352D
Black with #99352D
Text Example
Text Example
White with #99352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99352D; }
p { color: rgb(153,53,45); }
H1.HeaderClassName
{
color: #99352D;
}
.AnyTagClassName
{
color: #99352D;
}
</style>
background-color css
<style>
a { background-color: #99352D; }
a { background-color: rgb(153,53,45); }
div.DivClassName
{
background-color: #99352D;
}
.BgClassName
{
background-color: #99352D;
}
</style>
border-color css
<style>
span { border-color: #99352D; }
span { border-color: rgb(153,53,45); }
td.TdClassName
{
border-color: #99352D;
}
.TagClassName
{
border-color: #99352D;
}
</style>