Shades of Thunderbird #99382E
Tints of Thunderbird #99382E
RGB
CMYK
RGB Variations
Color information
#99382E (or 0x99382E) is known color: Thunderbird. HEX triplet: 99, 38 and 2E. RGB value is (153,56,46). Sum of RGB (Red+Green+Blue) = 153+56+46=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99382E is #66C7D1. Grayscale: #545454. Windows color (decimal): -6735826 or 3029145. OLE color: 3029145.
HSL color Cylindrical-coordinate representation of color #99382E: hue angle of 5.61º 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 #99382E is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 46 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.4 |
| HSL | 5.61º | 0.54% | 0.39% | - |
| HSV(B) | 5.61º | 0.7% | 0.6% | - |
| XYZ | 15.04 | 9.8 | 3.68 | - |
| YUV | 83.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 46 | 0 | 0.63 | 0.70 | 0.4 | 5.61 | 0.54 | 0.39 |
| Hex | 99 | 38 | 2E | 0 | 3F | 46 | 28 | 6 | 36 | 27 |
| Octal | 231 | 70 | 56 | 0 | 77 | 106 | 50 | 6 | 66 | 47 |
| Binary | 10011001 | 111000 | 101110 | 0 | 111111 | 1000110 | 101000 | 110 | 110110 | 100111 |
Color Harmonies of #99382E
Complementary color
Monochromatic Colors of #99382E
Black with #99382E
Text Example
Text Example
White with #99382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99382E; }
p { color: rgb(153,56,46); }
H1.HeaderClassName
{
color: #99382E;
}
.AnyTagClassName
{
color: #99382E;
}
</style>
background-color css
<style>
a { background-color: #99382E; }
a { background-color: rgb(153,56,46); }
div.DivClassName
{
background-color: #99382E;
}
.BgClassName
{
background-color: #99382E;
}
</style>
border-color css
<style>
span { border-color: #99382E; }
span { border-color: rgb(153,56,46); }
td.TdClassName
{
border-color: #99382E;
}
.TagClassName
{
border-color: #99382E;
}
</style>