Shades of Thunderbird #983B31
Tints of Thunderbird #983B31
RGB
CMYK
RGB Variations
Color information
#983B31 (or 0x983B31) is known color: Thunderbird. HEX triplet: 98, 3B and 31. RGB value is (152,59,49). Sum of RGB (Red+Green+Blue) = 152+59+49=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B31 is #67C4CE. Grayscale: #555555. Windows color (decimal): -6800591 or 3226520. OLE color: 3226520.
HSL color Cylindrical-coordinate representation of color #983B31: hue angle of 5.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983B31 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 49 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.40 |
| HSL | 5.83º | 0.51% | 0.39% | - |
| HSV(B) | 5.83º | 0.68% | 0.6% | - |
| XYZ | 15.07 | 10.03 | 4.05 | - |
| YUV | 85.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 49 | 0 | 0.61 | 0.68 | 0.40 | 5.83 | 0.51 | 0.39 |
| Hex | 98 | 3B | 31 | 0 | 3D | 44 | 28 | 6 | 33 | 27 |
| Octal | 230 | 73 | 61 | 0 | 75 | 104 | 50 | 6 | 63 | 47 |
| Binary | 10011000 | 111011 | 110001 | 0 | 111101 | 1000100 | 101000 | 110 | 110011 | 100111 |
Color Harmonies of #983B31
Complementary color
Monochromatic Colors of #983B31
Black with #983B31
Text Example
Text Example
White with #983B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B31; }
p { color: rgb(152,59,49); }
H1.HeaderClassName
{
color: #983B31;
}
.AnyTagClassName
{
color: #983B31;
}
</style>
background-color css
<style>
a { background-color: #983B31; }
a { background-color: rgb(152,59,49); }
div.DivClassName
{
background-color: #983B31;
}
.BgClassName
{
background-color: #983B31;
}
</style>
border-color css
<style>
span { border-color: #983B31; }
span { border-color: rgb(152,59,49); }
td.TdClassName
{
border-color: #983B31;
}
.TagClassName
{
border-color: #983B31;
}
</style>