Shades of Thunderbird #993A30
Tints of Thunderbird #993A30
RGB
CMYK
RGB Variations
Color information
#993A30 (or 0x993A30) is known color: Thunderbird. HEX triplet: 99, 3A and 30. RGB value is (153,58,48). Sum of RGB (Red+Green+Blue) = 153+58+48=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #993A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A30 is #66C5CF. Grayscale: #555555. Windows color (decimal): -6735312 or 3160729. OLE color: 3160729.
HSL color Cylindrical-coordinate representation of color #993A30: hue angle of 5.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993A30 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 48 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.4 |
| HSL | 5.71º | 0.52% | 0.39% | - |
| HSV(B) | 5.71º | 0.69% | 0.6% | - |
| XYZ | 15.18 | 10.01 | 3.93 | - |
| YUV | 85.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 48 | 0 | 0.62 | 0.69 | 0.4 | 5.71 | 0.52 | 0.39 |
| Hex | 99 | 3A | 30 | 0 | 3E | 45 | 28 | 6 | 34 | 27 |
| Octal | 231 | 72 | 60 | 0 | 76 | 105 | 50 | 6 | 64 | 47 |
| Binary | 10011001 | 111010 | 110000 | 0 | 111110 | 1000101 | 101000 | 110 | 110100 | 100111 |
Color Harmonies of #993A30
Complementary color
Monochromatic Colors of #993A30
Black with #993A30
Text Example
Text Example
White with #993A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A30; }
p { color: rgb(153,58,48); }
H1.HeaderClassName
{
color: #993A30;
}
.AnyTagClassName
{
color: #993A30;
}
</style>
background-color css
<style>
a { background-color: #993A30; }
a { background-color: rgb(153,58,48); }
div.DivClassName
{
background-color: #993A30;
}
.BgClassName
{
background-color: #993A30;
}
</style>
border-color css
<style>
span { border-color: #993A30; }
span { border-color: rgb(153,58,48); }
td.TdClassName
{
border-color: #993A30;
}
.TagClassName
{
border-color: #993A30;
}
</style>