Shades of Thunderbird #93302D
Tints of Thunderbird #93302D
RGB
CMYK
RGB Variations
Color information
#93302D (or 0x93302D) is known color: Thunderbird. HEX triplet: 93, 30 and 2D. RGB value is (147,48,45). Sum of RGB (Red+Green+Blue) = 147+48+45=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93302D is #6CCFD2. Grayscale: #4D4D4D. Windows color (decimal): -7131091 or 2961555. OLE color: 2961555.
HSL color Cylindrical-coordinate representation of color #93302D: hue angle of 1.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93302D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 45 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.42 |
| HSL | 1.76º | 0.53% | 0.38% | - |
| HSV(B) | 1.76º | 0.69% | 0.58% | - |
| XYZ | 13.56 | 8.51 | 3.41 | - |
| YUV | 77.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 45 | 0 | 0.67 | 0.69 | 0.42 | 1.76 | 0.53 | 0.38 |
| Hex | 93 | 30 | 2D | 0 | 43 | 45 | 2A | 2 | 35 | 26 |
| Octal | 223 | 60 | 55 | 0 | 103 | 105 | 52 | 2 | 65 | 46 |
| Binary | 10010011 | 110000 | 101101 | 0 | 1000011 | 1000101 | 101010 | 10 | 110101 | 100110 |
Color Harmonies of #93302D
Complementary color
Monochromatic Colors of #93302D
Black with #93302D
Text Example
Text Example
White with #93302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93302D; }
p { color: rgb(147,48,45); }
H1.HeaderClassName
{
color: #93302D;
}
.AnyTagClassName
{
color: #93302D;
}
</style>
background-color css
<style>
a { background-color: #93302D; }
a { background-color: rgb(147,48,45); }
div.DivClassName
{
background-color: #93302D;
}
.BgClassName
{
background-color: #93302D;
}
</style>
border-color css
<style>
span { border-color: #93302D; }
span { border-color: rgb(147,48,45); }
td.TdClassName
{
border-color: #93302D;
}
.TagClassName
{
border-color: #93302D;
}
</style>