Shades of Thunderbird #993326
Tints of Thunderbird #993326
RGB
CMYK
RGB Variations
Color information
#993326 (or 0x993326) is known color: Thunderbird. HEX triplet: 99, 33 and 26. RGB value is (153,51,38). Sum of RGB (Red+Green+Blue) = 153+51+38=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #993326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993326 is #66CCD9. Grayscale: #505050. Windows color (decimal): -6737114 or 2503577. OLE color: 2503577.
HSL color Cylindrical-coordinate representation of color #993326: hue angle of 6.78º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993326 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 38 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.4 |
| HSL | 6.78º | 0.6% | 0.37% | - |
| HSV(B) | 6.78º | 0.75% | 0.6% | - |
| XYZ | 14.67 | 9.28 | 2.85 | - |
| YUV | 80.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 38 | 0 | 0.67 | 0.75 | 0.4 | 6.78 | 0.6 | 0.37 |
| Hex | 99 | 33 | 26 | 0 | 43 | 4B | 28 | 7 | 3C | 25 |
| Octal | 231 | 63 | 46 | 0 | 103 | 113 | 50 | 7 | 74 | 45 |
| Binary | 10011001 | 110011 | 100110 | 0 | 1000011 | 1001011 | 101000 | 111 | 111100 | 100101 |
Color Harmonies of #993326
Complementary color
Monochromatic Colors of #993326
Black with #993326
Text Example
Text Example
White with #993326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993326; }
p { color: rgb(153,51,38); }
H1.HeaderClassName
{
color: #993326;
}
.AnyTagClassName
{
color: #993326;
}
</style>
background-color css
<style>
a { background-color: #993326; }
a { background-color: rgb(153,51,38); }
div.DivClassName
{
background-color: #993326;
}
.BgClassName
{
background-color: #993326;
}
</style>
border-color css
<style>
span { border-color: #993326; }
span { border-color: rgb(153,51,38); }
td.TdClassName
{
border-color: #993326;
}
.TagClassName
{
border-color: #993326;
}
</style>