Shades of Thunderbird #94312A
Tints of Thunderbird #94312A
RGB
CMYK
RGB Variations
Color information
#94312A (or 0x94312A) is known color: Thunderbird. HEX triplet: 94, 31 and 2A. RGB value is (148,49,42). Sum of RGB (Red+Green+Blue) = 148+49+42=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #94312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94312A is #6BCED5. Grayscale: #4D4D4D. Windows color (decimal): -7065302 or 2765204. OLE color: 2765204.
HSL color Cylindrical-coordinate representation of color #94312A: hue angle of 3.96º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94312A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 42 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.42 |
| HSL | 3.96º | 0.56% | 0.37% | - |
| HSV(B) | 3.96º | 0.72% | 0.58% | - |
| XYZ | 13.73 | 8.66 | 3.14 | - |
| YUV | 77.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 42 | 0 | 0.67 | 0.72 | 0.42 | 3.96 | 0.56 | 0.37 |
| Hex | 94 | 31 | 2A | 0 | 43 | 48 | 2A | 4 | 38 | 25 |
| Octal | 224 | 61 | 52 | 0 | 103 | 110 | 52 | 4 | 70 | 45 |
| Binary | 10010100 | 110001 | 101010 | 0 | 1000011 | 1001000 | 101010 | 100 | 111000 | 100101 |
Color Harmonies of #94312A
Complementary color
Monochromatic Colors of #94312A
Black with #94312A
Text Example
Text Example
White with #94312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94312A; }
p { color: rgb(148,49,42); }
H1.HeaderClassName
{
color: #94312A;
}
.AnyTagClassName
{
color: #94312A;
}
</style>
background-color css
<style>
a { background-color: #94312A; }
a { background-color: rgb(148,49,42); }
div.DivClassName
{
background-color: #94312A;
}
.BgClassName
{
background-color: #94312A;
}
</style>
border-color css
<style>
span { border-color: #94312A; }
span { border-color: rgb(148,49,42); }
td.TdClassName
{
border-color: #94312A;
}
.TagClassName
{
border-color: #94312A;
}
</style>