Shades of Thunderbird #93302B
Tints of Thunderbird #93302B
RGB
CMYK
RGB Variations
Color information
#93302B (or 0x93302B) is known color: Thunderbird. HEX triplet: 93, 30 and 2B. RGB value is (147,48,43). Sum of RGB (Red+Green+Blue) = 147+48+43=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #93302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93302B is #6CCFD4. Grayscale: #4D4D4D. Windows color (decimal): -7131093 or 2830483. OLE color: 2830483.
HSL color Cylindrical-coordinate representation of color #93302B: hue angle of 2.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93302B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 43 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.42 |
| HSL | 2.88º | 0.55% | 0.37% | - |
| HSV(B) | 2.88º | 0.71% | 0.58% | - |
| XYZ | 13.53 | 8.49 | 3.21 | - |
| YUV | 77.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 43 | 0 | 0.67 | 0.71 | 0.42 | 2.88 | 0.55 | 0.37 |
| Hex | 93 | 30 | 2B | 0 | 43 | 47 | 2A | 3 | 37 | 25 |
| Octal | 223 | 60 | 53 | 0 | 103 | 107 | 52 | 3 | 67 | 45 |
| Binary | 10010011 | 110000 | 101011 | 0 | 1000011 | 1000111 | 101010 | 11 | 110111 | 100101 |
Color Harmonies of #93302B
Complementary color
Monochromatic Colors of #93302B
Black with #93302B
Text Example
Text Example
White with #93302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93302B; }
p { color: rgb(147,48,43); }
H1.HeaderClassName
{
color: #93302B;
}
.AnyTagClassName
{
color: #93302B;
}
</style>
background-color css
<style>
a { background-color: #93302B; }
a { background-color: rgb(147,48,43); }
div.DivClassName
{
background-color: #93302B;
}
.BgClassName
{
background-color: #93302B;
}
</style>
border-color css
<style>
span { border-color: #93302B; }
span { border-color: rgb(147,48,43); }
td.TdClassName
{
border-color: #93302B;
}
.TagClassName
{
border-color: #93302B;
}
</style>