Shades of Thunderbird #94302D
Tints of Thunderbird #94302D
RGB
CMYK
RGB Variations
Color information
#94302D (or 0x94302D) is known color: Thunderbird. HEX triplet: 94, 30 and 2D. RGB value is (148,48,45). Sum of RGB (Red+Green+Blue) = 148+48+45=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94302D is #6BCFD2. Grayscale: #4D4D4D. Windows color (decimal): -7065555 or 2961556. OLE color: 2961556.
HSL color Cylindrical-coordinate representation of color #94302D: hue angle of 1.75º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94302D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 45 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.42 |
| HSL | 1.75º | 0.53% | 0.38% | - |
| HSV(B) | 1.75º | 0.7% | 0.58% | - |
| XYZ | 13.74 | 8.6 | 3.42 | - |
| YUV | 77.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 45 | 0 | 0.68 | 0.70 | 0.42 | 1.75 | 0.53 | 0.38 |
| Hex | 94 | 30 | 2D | 0 | 44 | 46 | 2A | 2 | 35 | 26 |
| Octal | 224 | 60 | 55 | 0 | 104 | 106 | 52 | 2 | 65 | 46 |
| Binary | 10010100 | 110000 | 101101 | 0 | 1000100 | 1000110 | 101010 | 10 | 110101 | 100110 |
Color Harmonies of #94302D
Complementary color
Monochromatic Colors of #94302D
Black with #94302D
Text Example
Text Example
White with #94302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94302D; }
p { color: rgb(148,48,45); }
H1.HeaderClassName
{
color: #94302D;
}
.AnyTagClassName
{
color: #94302D;
}
</style>
background-color css
<style>
a { background-color: #94302D; }
a { background-color: rgb(148,48,45); }
div.DivClassName
{
background-color: #94302D;
}
.BgClassName
{
background-color: #94302D;
}
</style>
border-color css
<style>
span { border-color: #94302D; }
span { border-color: rgb(148,48,45); }
td.TdClassName
{
border-color: #94302D;
}
.TagClassName
{
border-color: #94302D;
}
</style>