Shades of Thunderbird #993A31
Tints of Thunderbird #993A31
RGB
CMYK
RGB Variations
Color information
#993A31 (or 0x993A31) is known color: Thunderbird. HEX triplet: 99, 3A and 31. RGB value is (153,58,49). Sum of RGB (Red+Green+Blue) = 153+58+49=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A31 is #66C5CE. Grayscale: #555555. Windows color (decimal): -6735311 or 3226265. OLE color: 3226265.
HSL color Cylindrical-coordinate representation of color #993A31: hue angle of 5.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993A31 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 49 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.4 |
| HSL | 5.19º | 0.51% | 0.4% | - |
| HSV(B) | 5.19º | 0.68% | 0.6% | - |
| XYZ | 15.2 | 10.02 | 4.04 | - |
| YUV | 85.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 49 | 0 | 0.62 | 0.68 | 0.4 | 5.19 | 0.51 | 0.4 |
| Hex | 99 | 3A | 31 | 0 | 3E | 44 | 28 | 5 | 33 | 28 |
| Octal | 231 | 72 | 61 | 0 | 76 | 104 | 50 | 5 | 63 | 50 |
| Binary | 10011001 | 111010 | 110001 | 0 | 111110 | 1000100 | 101000 | 101 | 110011 | 101000 |
Color Harmonies of #993A31
Complementary color
Monochromatic Colors of #993A31
Black with #993A31
Text Example
Text Example
White with #993A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A31; }
p { color: rgb(153,58,49); }
H1.HeaderClassName
{
color: #993A31;
}
.AnyTagClassName
{
color: #993A31;
}
</style>
background-color css
<style>
a { background-color: #993A31; }
a { background-color: rgb(153,58,49); }
div.DivClassName
{
background-color: #993A31;
}
.BgClassName
{
background-color: #993A31;
}
</style>
border-color css
<style>
span { border-color: #993A31; }
span { border-color: rgb(153,58,49); }
td.TdClassName
{
border-color: #993A31;
}
.TagClassName
{
border-color: #993A31;
}
</style>