Shades of Thunderbird #93302F
Tints of Thunderbird #93302F
RGB
CMYK
RGB Variations
Color information
#93302F (or 0x93302F) is known color: Thunderbird. HEX triplet: 93, 30 and 2F. RGB value is (147,48,47). Sum of RGB (Red+Green+Blue) = 147+48+47=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93302F is #6CCFD0. Grayscale: #4D4D4D. Windows color (decimal): -7131089 or 3092627. OLE color: 3092627.
HSL color Cylindrical-coordinate representation of color #93302F: hue angle of 0.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93302F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 47 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.42 |
| HSL | 0.6º | 0.52% | 0.38% | - |
| HSV(B) | 0.6º | 0.68% | 0.58% | - |
| XYZ | 13.6 | 8.52 | 3.62 | - |
| YUV | 77.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 47 | 0 | 0.67 | 0.68 | 0.42 | 0.6 | 0.52 | 0.38 |
| Hex | 93 | 30 | 2F | 0 | 43 | 44 | 2A | 1 | 34 | 26 |
| Octal | 223 | 60 | 57 | 0 | 103 | 104 | 52 | 1 | 64 | 46 |
| Binary | 10010011 | 110000 | 101111 | 0 | 1000011 | 1000100 | 101010 | 1 | 110100 | 100110 |
Color Harmonies of #93302F
Complementary color
Monochromatic Colors of #93302F
Black with #93302F
Text Example
Text Example
White with #93302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93302F; }
p { color: rgb(147,48,47); }
H1.HeaderClassName
{
color: #93302F;
}
.AnyTagClassName
{
color: #93302F;
}
</style>
background-color css
<style>
a { background-color: #93302F; }
a { background-color: rgb(147,48,47); }
div.DivClassName
{
background-color: #93302F;
}
.BgClassName
{
background-color: #93302F;
}
</style>
border-color css
<style>
span { border-color: #93302F; }
span { border-color: rgb(147,48,47); }
td.TdClassName
{
border-color: #93302F;
}
.TagClassName
{
border-color: #93302F;
}
</style>