Shades of Thunderbird #993D32
Tints of Thunderbird #993D32
RGB
CMYK
RGB Variations
Color information
#993D32 (or 0x993D32) is known color: Thunderbird. HEX triplet: 99, 3D and 32. RGB value is (153,61,50). Sum of RGB (Red+Green+Blue) = 153+61+50=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #993D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D32 is #66C2CD. Grayscale: #575757. Windows color (decimal): -6734542 or 3292569. OLE color: 3292569.
HSL color Cylindrical-coordinate representation of color #993D32: hue angle of 6.41º degrees, saturation: 0.51, 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 #993D32 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 50 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.4 |
| HSL | 6.41º | 0.51% | 0.4% | - |
| HSV(B) | 6.41º | 0.67% | 0.6% | - |
| XYZ | 15.38 | 10.34 | 4.2 | - |
| YUV | 87.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 50 | 0 | 0.60 | 0.67 | 0.4 | 6.41 | 0.51 | 0.4 |
| Hex | 99 | 3D | 32 | 0 | 3C | 43 | 28 | 6 | 33 | 28 |
| Octal | 231 | 75 | 62 | 0 | 74 | 103 | 50 | 6 | 63 | 50 |
| Binary | 10011001 | 111101 | 110010 | 0 | 111100 | 1000011 | 101000 | 110 | 110011 | 101000 |
Color Harmonies of #993D32
Complementary color
Monochromatic Colors of #993D32
Black with #993D32
Text Example
Text Example
White with #993D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D32; }
p { color: rgb(153,61,50); }
H1.HeaderClassName
{
color: #993D32;
}
.AnyTagClassName
{
color: #993D32;
}
</style>
background-color css
<style>
a { background-color: #993D32; }
a { background-color: rgb(153,61,50); }
div.DivClassName
{
background-color: #993D32;
}
.BgClassName
{
background-color: #993D32;
}
</style>
border-color css
<style>
span { border-color: #993D32; }
span { border-color: rgb(153,61,50); }
td.TdClassName
{
border-color: #993D32;
}
.TagClassName
{
border-color: #993D32;
}
</style>