Shades of Thunderbird #932D2D
Tints of Thunderbird #932D2D
RGB
CMYK
RGB Variations
Color information
#932D2D (or 0x932D2D) is known color: Thunderbird. HEX triplet: 93, 2D and 2D. RGB value is (147,45,45). Sum of RGB (Red+Green+Blue) = 147+45+45=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #932D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D2D is #6CD2D2. Grayscale: #4B4B4B. Windows color (decimal): -7131859 or 2960787. OLE color: 2960787.
HSL color Cylindrical-coordinate representation of color #932D2D: hue angle of 0º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D2D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 45 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.42 |
| HSL | 0º | 0.53% | 0.38% | - |
| HSV(B) | 0º | 0.69% | 0.58% | - |
| XYZ | 13.44 | 8.27 | 3.37 | - |
| YUV | 75.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 45 | 0 | 0.69 | 0.69 | 0.42 | 0 | 0.53 | 0.38 |
| Hex | 93 | 2D | 2D | 0 | 45 | 45 | 2A | 0 | 35 | 26 |
| Octal | 223 | 55 | 55 | 0 | 105 | 105 | 52 | 0 | 65 | 46 |
| Binary | 10010011 | 101101 | 101101 | 0 | 1000101 | 1000101 | 101010 | 0 | 110101 | 100110 |
Color Harmonies of #932D2D
Complementary color
Monochromatic Colors of #932D2D
Black with #932D2D
Text Example
Text Example
White with #932D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D2D; }
p { color: rgb(147,45,45); }
H1.HeaderClassName
{
color: #932D2D;
}
.AnyTagClassName
{
color: #932D2D;
}
</style>
background-color css
<style>
a { background-color: #932D2D; }
a { background-color: rgb(147,45,45); }
div.DivClassName
{
background-color: #932D2D;
}
.BgClassName
{
background-color: #932D2D;
}
</style>
border-color css
<style>
span { border-color: #932D2D; }
span { border-color: rgb(147,45,45); }
td.TdClassName
{
border-color: #932D2D;
}
.TagClassName
{
border-color: #932D2D;
}
</style>