Shades of Thunderbird #993A2D
Tints of Thunderbird #993A2D
RGB
CMYK
RGB Variations
Color information
#993A2D (or 0x993A2D) is known color: Thunderbird. HEX triplet: 99, 3A and 2D. RGB value is (153,58,45). Sum of RGB (Red+Green+Blue) = 153+58+45=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A2D is #66C5D2. Grayscale: #555555. Windows color (decimal): -6735315 or 2964121. OLE color: 2964121.
HSL color Cylindrical-coordinate representation of color #993A2D: hue angle of 7.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993A2D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 45 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.4 |
| HSL | 7.22º | 0.55% | 0.39% | - |
| HSV(B) | 7.22º | 0.71% | 0.6% | - |
| XYZ | 15.12 | 9.99 | 3.61 | - |
| YUV | 84.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 45 | 0 | 0.62 | 0.71 | 0.4 | 7.22 | 0.55 | 0.39 |
| Hex | 99 | 3A | 2D | 0 | 3E | 47 | 28 | 7 | 37 | 27 |
| Octal | 231 | 72 | 55 | 0 | 76 | 107 | 50 | 7 | 67 | 47 |
| Binary | 10011001 | 111010 | 101101 | 0 | 111110 | 1000111 | 101000 | 111 | 110111 | 100111 |
Color Harmonies of #993A2D
Complementary color
Monochromatic Colors of #993A2D
Black with #993A2D
Text Example
Text Example
White with #993A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A2D; }
p { color: rgb(153,58,45); }
H1.HeaderClassName
{
color: #993A2D;
}
.AnyTagClassName
{
color: #993A2D;
}
</style>
background-color css
<style>
a { background-color: #993A2D; }
a { background-color: rgb(153,58,45); }
div.DivClassName
{
background-color: #993A2D;
}
.BgClassName
{
background-color: #993A2D;
}
</style>
border-color css
<style>
span { border-color: #993A2D; }
span { border-color: rgb(153,58,45); }
td.TdClassName
{
border-color: #993A2D;
}
.TagClassName
{
border-color: #993A2D;
}
</style>