Shades of Thunderbird #99352C
Tints of Thunderbird #99352C
RGB
CMYK
RGB Variations
Color information
#99352C (or 0x99352C) is known color: Thunderbird. HEX triplet: 99, 35 and 2C. RGB value is (153,53,44). Sum of RGB (Red+Green+Blue) = 153+53+44=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99352C is #66CAD3. Grayscale: #525252. Windows color (decimal): -6736596 or 2897305. OLE color: 2897305.
HSL color Cylindrical-coordinate representation of color #99352C: hue angle of 4.95º 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 #99352C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 44 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.4 |
| HSL | 4.95º | 0.55% | 0.39% | - |
| HSV(B) | 4.95º | 0.71% | 0.6% | - |
| XYZ | 14.86 | 9.5 | 3.43 | - |
| YUV | 81.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 44 | 0 | 0.65 | 0.71 | 0.4 | 4.95 | 0.55 | 0.39 |
| Hex | 99 | 35 | 2C | 0 | 41 | 47 | 28 | 5 | 37 | 27 |
| Octal | 231 | 65 | 54 | 0 | 101 | 107 | 50 | 5 | 67 | 47 |
| Binary | 10011001 | 110101 | 101100 | 0 | 1000001 | 1000111 | 101000 | 101 | 110111 | 100111 |
Color Harmonies of #99352C
Complementary color
Monochromatic Colors of #99352C
Black with #99352C
Text Example
Text Example
White with #99352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99352C; }
p { color: rgb(153,53,44); }
H1.HeaderClassName
{
color: #99352C;
}
.AnyTagClassName
{
color: #99352C;
}
</style>
background-color css
<style>
a { background-color: #99352C; }
a { background-color: rgb(153,53,44); }
div.DivClassName
{
background-color: #99352C;
}
.BgClassName
{
background-color: #99352C;
}
</style>
border-color css
<style>
span { border-color: #99352C; }
span { border-color: rgb(153,53,44); }
td.TdClassName
{
border-color: #99352C;
}
.TagClassName
{
border-color: #99352C;
}
</style>