Shades of Thunderbird #93332F
Tints of Thunderbird #93332F
RGB
CMYK
RGB Variations
Color information
#93332F (or 0x93332F) is known color: Thunderbird. HEX triplet: 93, 33 and 2F. RGB value is (147,51,47). Sum of RGB (Red+Green+Blue) = 147+51+47=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93332F is #6CCCD0. Grayscale: #4F4F4F. Windows color (decimal): -7130321 or 3093395. OLE color: 3093395.
HSL color Cylindrical-coordinate representation of color #93332F: hue angle of 2.4º degrees, saturation: 0.52, 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 #93332F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 51 | 47 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.42 |
| HSL | 2.4º | 0.52% | 0.38% | - |
| HSV(B) | 2.4º | 0.68% | 0.58% | - |
| XYZ | 13.73 | 8.78 | 3.66 | - |
| YUV | 79.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 47 | 0 | 0.65 | 0.68 | 0.42 | 2.4 | 0.52 | 0.38 |
| Hex | 93 | 33 | 2F | 0 | 41 | 44 | 2A | 2 | 34 | 26 |
| Octal | 223 | 63 | 57 | 0 | 101 | 104 | 52 | 2 | 64 | 46 |
| Binary | 10010011 | 110011 | 101111 | 0 | 1000001 | 1000100 | 101010 | 10 | 110100 | 100110 |
Color Harmonies of #93332F
Complementary color
Monochromatic Colors of #93332F
Black with #93332F
Text Example
Text Example
White with #93332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93332F; }
p { color: rgb(147,51,47); }
H1.HeaderClassName
{
color: #93332F;
}
.AnyTagClassName
{
color: #93332F;
}
</style>
background-color css
<style>
a { background-color: #93332F; }
a { background-color: rgb(147,51,47); }
div.DivClassName
{
background-color: #93332F;
}
.BgClassName
{
background-color: #93332F;
}
</style>
border-color css
<style>
span { border-color: #93332F; }
span { border-color: rgb(147,51,47); }
td.TdClassName
{
border-color: #93332F;
}
.TagClassName
{
border-color: #93332F;
}
</style>