Shades of Thunderbird #993D33
Tints of Thunderbird #993D33
RGB
CMYK
RGB Variations
Color information
#993D33 (or 0x993D33) is known color: Thunderbird. HEX triplet: 99, 3D and 33. RGB value is (153,61,51). Sum of RGB (Red+Green+Blue) = 153+61+51=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #993D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D33 is #66C2CC. Grayscale: #575757. Windows color (decimal): -6734541 or 3358105. OLE color: 3358105.
HSL color Cylindrical-coordinate representation of color #993D33: hue angle of 5.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993D33 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 51 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.4 |
| HSL | 5.88º | 0.5% | 0.4% | - |
| HSV(B) | 5.88º | 0.67% | 0.6% | - |
| XYZ | 15.4 | 10.35 | 4.32 | - |
| YUV | 87.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 51 | 0 | 0.60 | 0.67 | 0.4 | 5.88 | 0.5 | 0.4 |
| Hex | 99 | 3D | 33 | 0 | 3C | 43 | 28 | 6 | 32 | 28 |
| Octal | 231 | 75 | 63 | 0 | 74 | 103 | 50 | 6 | 62 | 50 |
| Binary | 10011001 | 111101 | 110011 | 0 | 111100 | 1000011 | 101000 | 110 | 110010 | 101000 |
Color Harmonies of #993D33
Complementary color
Monochromatic Colors of #993D33
Black with #993D33
Text Example
Text Example
White with #993D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D33; }
p { color: rgb(153,61,51); }
H1.HeaderClassName
{
color: #993D33;
}
.AnyTagClassName
{
color: #993D33;
}
</style>
background-color css
<style>
a { background-color: #993D33; }
a { background-color: rgb(153,61,51); }
div.DivClassName
{
background-color: #993D33;
}
.BgClassName
{
background-color: #993D33;
}
</style>
border-color css
<style>
span { border-color: #993D33; }
span { border-color: rgb(153,61,51); }
td.TdClassName
{
border-color: #993D33;
}
.TagClassName
{
border-color: #993D33;
}
</style>