Shades of Thunderbird #943130
Tints of Thunderbird #943130
RGB
CMYK
RGB Variations
Color information
#943130 (or 0x943130) is known color: Thunderbird. HEX triplet: 94, 31 and 30. RGB value is (148,49,48). Sum of RGB (Red+Green+Blue) = 148+49+48=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #943130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943130 is #6BCECF. Grayscale: #4E4E4E. Windows color (decimal): -7065296 or 3158420. OLE color: 3158420.
HSL color Cylindrical-coordinate representation of color #943130: hue angle of 0.6º degrees, saturation: 0.51, 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 #943130 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 48 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.42 |
| HSL | 0.6º | 0.51% | 0.38% | - |
| HSV(B) | 0.6º | 0.68% | 0.58% | - |
| XYZ | 13.84 | 8.71 | 3.75 | - |
| YUV | 78.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 48 | 0 | 0.67 | 0.68 | 0.42 | 0.6 | 0.51 | 0.38 |
| Hex | 94 | 31 | 30 | 0 | 43 | 44 | 2A | 1 | 33 | 26 |
| Octal | 224 | 61 | 60 | 0 | 103 | 104 | 52 | 1 | 63 | 46 |
| Binary | 10010100 | 110001 | 110000 | 0 | 1000011 | 1000100 | 101010 | 1 | 110011 | 100110 |
Color Harmonies of #943130
Complementary color
Monochromatic Colors of #943130
Black with #943130
Text Example
Text Example
White with #943130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943130; }
p { color: rgb(148,49,48); }
H1.HeaderClassName
{
color: #943130;
}
.AnyTagClassName
{
color: #943130;
}
</style>
background-color css
<style>
a { background-color: #943130; }
a { background-color: rgb(148,49,48); }
div.DivClassName
{
background-color: #943130;
}
.BgClassName
{
background-color: #943130;
}
</style>
border-color css
<style>
span { border-color: #943130; }
span { border-color: rgb(148,49,48); }
td.TdClassName
{
border-color: #943130;
}
.TagClassName
{
border-color: #943130;
}
</style>