Shades of Thunderbird #933D36
Tints of Thunderbird #933D36
RGB
CMYK
RGB Variations
Color information
#933D36 (or 0x933D36) is known color: Thunderbird. HEX triplet: 93, 3D and 36. RGB value is (147,61,54). Sum of RGB (Red+Green+Blue) = 147+61+54=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #933D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D36 is #6CC2C9. Grayscale: #565656. Windows color (decimal): -7127754 or 3554707. OLE color: 3554707.
HSL color Cylindrical-coordinate representation of color #933D36: hue angle of 4.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #933D36 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 61 | 54 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.42 |
| HSL | 4.52º | 0.46% | 0.39% | - |
| HSV(B) | 4.52º | 0.63% | 0.58% | - |
| XYZ | 14.37 | 9.81 | 4.63 | - |
| YUV | 85.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 54 | 0 | 0.59 | 0.63 | 0.42 | 4.52 | 0.46 | 0.39 |
| Hex | 93 | 3D | 36 | 0 | 3B | 3F | 2A | 5 | 2E | 27 |
| Octal | 223 | 75 | 66 | 0 | 73 | 77 | 52 | 5 | 56 | 47 |
| Binary | 10010011 | 111101 | 110110 | 0 | 111011 | 111111 | 101010 | 101 | 101110 | 100111 |
Color Harmonies of #933D36
Complementary color
Monochromatic Colors of #933D36
Black with #933D36
Text Example
Text Example
White with #933D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933D36; }
p { color: rgb(147,61,54); }
H1.HeaderClassName
{
color: #933D36;
}
.AnyTagClassName
{
color: #933D36;
}
</style>
background-color css
<style>
a { background-color: #933D36; }
a { background-color: rgb(147,61,54); }
div.DivClassName
{
background-color: #933D36;
}
.BgClassName
{
background-color: #933D36;
}
</style>
border-color css
<style>
span { border-color: #933D36; }
span { border-color: rgb(147,61,54); }
td.TdClassName
{
border-color: #933D36;
}
.TagClassName
{
border-color: #933D36;
}
</style>