Shades of Thunderbird #933C31
Tints of Thunderbird #933C31
RGB
CMYK
RGB Variations
Color information
#933C31 (or 0x933C31) is known color: Thunderbird. HEX triplet: 93, 3C and 31. RGB value is (147,60,49). Sum of RGB (Red+Green+Blue) = 147+60+49=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #933C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C31 is #6CC3CE. Grayscale: #545454. Windows color (decimal): -7128015 or 3226771. OLE color: 3226771.
HSL color Cylindrical-coordinate representation of color #933C31: hue angle of 6.73º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933C31 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 49 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.42 |
| HSL | 6.73º | 0.5% | 0.38% | - |
| HSV(B) | 6.73º | 0.67% | 0.58% | - |
| XYZ | 14.2 | 9.66 | 4.02 | - |
| YUV | 84.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 49 | 0 | 0.59 | 0.67 | 0.42 | 6.73 | 0.5 | 0.38 |
| Hex | 93 | 3C | 31 | 0 | 3B | 43 | 2A | 7 | 32 | 26 |
| Octal | 223 | 74 | 61 | 0 | 73 | 103 | 52 | 7 | 62 | 46 |
| Binary | 10010011 | 111100 | 110001 | 0 | 111011 | 1000011 | 101010 | 111 | 110010 | 100110 |
Color Harmonies of #933C31
Complementary color
Monochromatic Colors of #933C31
Black with #933C31
Text Example
Text Example
White with #933C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C31; }
p { color: rgb(147,60,49); }
H1.HeaderClassName
{
color: #933C31;
}
.AnyTagClassName
{
color: #933C31;
}
</style>
background-color css
<style>
a { background-color: #933C31; }
a { background-color: rgb(147,60,49); }
div.DivClassName
{
background-color: #933C31;
}
.BgClassName
{
background-color: #933C31;
}
</style>
border-color css
<style>
span { border-color: #933C31; }
span { border-color: rgb(147,60,49); }
td.TdClassName
{
border-color: #933C31;
}
.TagClassName
{
border-color: #933C31;
}
</style>