Shades of Thunderbird #93362B
Tints of Thunderbird #93362B
RGB
CMYK
RGB Variations
Color information
#93362B (or 0x93362B) is known color: Thunderbird. HEX triplet: 93, 36 and 2B. RGB value is (147,54,43). Sum of RGB (Red+Green+Blue) = 147+54+43=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93362B is #6CC9D4. Grayscale: #505050. Windows color (decimal): -7129557 or 2832019. OLE color: 2832019.
HSL color Cylindrical-coordinate representation of color #93362B: hue angle of 6.35º 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 #93362B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 54 | 43 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.42 |
| HSL | 6.35º | 0.55% | 0.37% | - |
| HSV(B) | 6.35º | 0.71% | 0.58% | - |
| XYZ | 13.79 | 9.02 | 3.3 | - |
| YUV | 80.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 43 | 0 | 0.63 | 0.71 | 0.42 | 6.35 | 0.55 | 0.37 |
| Hex | 93 | 36 | 2B | 0 | 3F | 47 | 2A | 6 | 37 | 25 |
| Octal | 223 | 66 | 53 | 0 | 77 | 107 | 52 | 6 | 67 | 45 |
| Binary | 10010011 | 110110 | 101011 | 0 | 111111 | 1000111 | 101010 | 110 | 110111 | 100101 |
Color Harmonies of #93362B
Complementary color
Monochromatic Colors of #93362B
Black with #93362B
Text Example
Text Example
White with #93362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93362B; }
p { color: rgb(147,54,43); }
H1.HeaderClassName
{
color: #93362B;
}
.AnyTagClassName
{
color: #93362B;
}
</style>
background-color css
<style>
a { background-color: #93362B; }
a { background-color: rgb(147,54,43); }
div.DivClassName
{
background-color: #93362B;
}
.BgClassName
{
background-color: #93362B;
}
</style>
border-color css
<style>
span { border-color: #93362B; }
span { border-color: rgb(147,54,43); }
td.TdClassName
{
border-color: #93362B;
}
.TagClassName
{
border-color: #93362B;
}
</style>