Shades of Thunderbird #933A32
Tints of Thunderbird #933A32
RGB
CMYK
RGB Variations
Color information
#933A32 (or 0x933A32) is known color: Thunderbird. HEX triplet: 93, 3A and 32. RGB value is (147,58,50). Sum of RGB (Red+Green+Blue) = 147+58+50=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #933A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A32 is #6CC5CD. Grayscale: #535353. Windows color (decimal): -7128526 or 3291795. OLE color: 3291795.
HSL color Cylindrical-coordinate representation of color #933A32: hue angle of 4.95º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933A32 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 50 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.42 |
| HSL | 4.95º | 0.49% | 0.39% | - |
| HSV(B) | 4.95º | 0.66% | 0.58% | - |
| XYZ | 14.12 | 9.46 | 4.1 | - |
| YUV | 83.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 50 | 0 | 0.61 | 0.66 | 0.42 | 4.95 | 0.49 | 0.39 |
| Hex | 93 | 3A | 32 | 0 | 3D | 42 | 2A | 5 | 31 | 27 |
| Octal | 223 | 72 | 62 | 0 | 75 | 102 | 52 | 5 | 61 | 47 |
| Binary | 10010011 | 111010 | 110010 | 0 | 111101 | 1000010 | 101010 | 101 | 110001 | 100111 |
Color Harmonies of #933A32
Complementary color
Monochromatic Colors of #933A32
Black with #933A32
Text Example
Text Example
White with #933A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A32; }
p { color: rgb(147,58,50); }
H1.HeaderClassName
{
color: #933A32;
}
.AnyTagClassName
{
color: #933A32;
}
</style>
background-color css
<style>
a { background-color: #933A32; }
a { background-color: rgb(147,58,50); }
div.DivClassName
{
background-color: #933A32;
}
.BgClassName
{
background-color: #933A32;
}
</style>
border-color css
<style>
span { border-color: #933A32; }
span { border-color: rgb(147,58,50); }
td.TdClassName
{
border-color: #933A32;
}
.TagClassName
{
border-color: #933A32;
}
</style>