Shades of Thunderbird #993D35
Tints of Thunderbird #993D35
RGB
CMYK
RGB Variations
Color information
#993D35 (or 0x993D35) is known color: Thunderbird. HEX triplet: 99, 3D and 35. RGB value is (153,61,53). Sum of RGB (Red+Green+Blue) = 153+61+53=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D35 is #66C2CA. Grayscale: #575757. Windows color (decimal): -6734539 or 3489177. OLE color: 3489177.
HSL color Cylindrical-coordinate representation of color #993D35: hue angle of 4.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993D35 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 53 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.4 |
| HSL | 4.8º | 0.49% | 0.4% | - |
| HSV(B) | 4.8º | 0.65% | 0.6% | - |
| XYZ | 15.45 | 10.37 | 4.55 | - |
| YUV | 87.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 53 | 0 | 0.60 | 0.65 | 0.4 | 4.8 | 0.49 | 0.4 |
| Hex | 99 | 3D | 35 | 0 | 3C | 41 | 28 | 5 | 31 | 28 |
| Octal | 231 | 75 | 65 | 0 | 74 | 101 | 50 | 5 | 61 | 50 |
| Binary | 10011001 | 111101 | 110101 | 0 | 111100 | 1000001 | 101000 | 101 | 110001 | 101000 |
Color Harmonies of #993D35
Complementary color
Monochromatic Colors of #993D35
Black with #993D35
Text Example
Text Example
White with #993D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D35; }
p { color: rgb(153,61,53); }
H1.HeaderClassName
{
color: #993D35;
}
.AnyTagClassName
{
color: #993D35;
}
</style>
background-color css
<style>
a { background-color: #993D35; }
a { background-color: rgb(153,61,53); }
div.DivClassName
{
background-color: #993D35;
}
.BgClassName
{
background-color: #993D35;
}
</style>
border-color css
<style>
span { border-color: #993D35; }
span { border-color: rgb(153,61,53); }
td.TdClassName
{
border-color: #993D35;
}
.TagClassName
{
border-color: #993D35;
}
</style>