Shades of Thunderbird #99362B
Tints of Thunderbird #99362B
RGB
CMYK
RGB Variations
Color information
#99362B (or 0x99362B) is known color: Thunderbird. HEX triplet: 99, 36 and 2B. RGB value is (153,54,43). Sum of RGB (Red+Green+Blue) = 153+54+43=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99362B is #66C9D4. Grayscale: #525252. Windows color (decimal): -6736341 or 2832025. OLE color: 2832025.
HSL color Cylindrical-coordinate representation of color #99362B: hue angle of 6º degrees, saturation: 0.56, 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 #99362B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 43 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.4 |
| HSL | 6º | 0.56% | 0.38% | - |
| HSV(B) | 6º | 0.72% | 0.6% | - |
| XYZ | 14.89 | 9.59 | 3.35 | - |
| YUV | 82.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 43 | 0 | 0.65 | 0.72 | 0.4 | 6 | 0.56 | 0.38 |
| Hex | 99 | 36 | 2B | 0 | 41 | 48 | 28 | 6 | 38 | 26 |
| Octal | 231 | 66 | 53 | 0 | 101 | 110 | 50 | 6 | 70 | 46 |
| Binary | 10011001 | 110110 | 101011 | 0 | 1000001 | 1001000 | 101000 | 110 | 111000 | 100110 |
Color Harmonies of #99362B
Complementary color
Monochromatic Colors of #99362B
Black with #99362B
Text Example
Text Example
White with #99362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99362B; }
p { color: rgb(153,54,43); }
H1.HeaderClassName
{
color: #99362B;
}
.AnyTagClassName
{
color: #99362B;
}
</style>
background-color css
<style>
a { background-color: #99362B; }
a { background-color: rgb(153,54,43); }
div.DivClassName
{
background-color: #99362B;
}
.BgClassName
{
background-color: #99362B;
}
</style>
border-color css
<style>
span { border-color: #99362B; }
span { border-color: rgb(153,54,43); }
td.TdClassName
{
border-color: #99362B;
}
.TagClassName
{
border-color: #99362B;
}
</style>