Shades of Thunderbird #983A34
Tints of Thunderbird #983A34
RGB
CMYK
RGB Variations
Color information
#983A34 (or 0x983A34) is known color: Thunderbird. HEX triplet: 98, 3A and 34. RGB value is (152,58,52). Sum of RGB (Red+Green+Blue) = 152+58+52=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A34 is #67C5CB. Grayscale: #555555. Windows color (decimal): -6800844 or 3422872. OLE color: 3422872.
HSL color Cylindrical-coordinate representation of color #983A34: hue angle of 3.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983A34 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 52 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.40 |
| HSL | 3.6º | 0.49% | 0.4% | - |
| HSV(B) | 3.6º | 0.66% | 0.6% | - |
| XYZ | 15.08 | 9.95 | 4.37 | - |
| YUV | 85.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 52 | 0 | 0.62 | 0.66 | 0.40 | 3.6 | 0.49 | 0.4 |
| Hex | 98 | 3A | 34 | 0 | 3E | 42 | 28 | 4 | 31 | 28 |
| Octal | 230 | 72 | 64 | 0 | 76 | 102 | 50 | 4 | 61 | 50 |
| Binary | 10011000 | 111010 | 110100 | 0 | 111110 | 1000010 | 101000 | 100 | 110001 | 101000 |
Color Harmonies of #983A34
Complementary color
Monochromatic Colors of #983A34
Black with #983A34
Text Example
Text Example
White with #983A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A34; }
p { color: rgb(152,58,52); }
H1.HeaderClassName
{
color: #983A34;
}
.AnyTagClassName
{
color: #983A34;
}
</style>
background-color css
<style>
a { background-color: #983A34; }
a { background-color: rgb(152,58,52); }
div.DivClassName
{
background-color: #983A34;
}
.BgClassName
{
background-color: #983A34;
}
</style>
border-color css
<style>
span { border-color: #983A34; }
span { border-color: rgb(152,58,52); }
td.TdClassName
{
border-color: #983A34;
}
.TagClassName
{
border-color: #983A34;
}
</style>