Shades of Thunderbird #983B2D
Tints of Thunderbird #983B2D
RGB
CMYK
RGB Variations
Color information
#983B2D (or 0x983B2D) is known color: Thunderbird. HEX triplet: 98, 3B and 2D. RGB value is (152,59,45). Sum of RGB (Red+Green+Blue) = 152+59+45=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B2D is #67C4D2. Grayscale: #555555. Windows color (decimal): -6800595 or 2964376. OLE color: 2964376.
HSL color Cylindrical-coordinate representation of color #983B2D: hue angle of 7.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983B2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 45 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.40 |
| HSL | 7.85º | 0.54% | 0.39% | - |
| HSV(B) | 7.85º | 0.7% | 0.6% | - |
| XYZ | 14.99 | 9.99 | 3.62 | - |
| YUV | 85.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 45 | 0 | 0.61 | 0.70 | 0.40 | 7.85 | 0.54 | 0.39 |
| Hex | 98 | 3B | 2D | 0 | 3D | 46 | 28 | 8 | 36 | 27 |
| Octal | 230 | 73 | 55 | 0 | 75 | 106 | 50 | 10 | 66 | 47 |
| Binary | 10011000 | 111011 | 101101 | 0 | 111101 | 1000110 | 101000 | 1000 | 110110 | 100111 |
Color Harmonies of #983B2D
Complementary color
Monochromatic Colors of #983B2D
Black with #983B2D
Text Example
Text Example
White with #983B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B2D; }
p { color: rgb(152,59,45); }
H1.HeaderClassName
{
color: #983B2D;
}
.AnyTagClassName
{
color: #983B2D;
}
</style>
background-color css
<style>
a { background-color: #983B2D; }
a { background-color: rgb(152,59,45); }
div.DivClassName
{
background-color: #983B2D;
}
.BgClassName
{
background-color: #983B2D;
}
</style>
border-color css
<style>
span { border-color: #983B2D; }
span { border-color: rgb(152,59,45); }
td.TdClassName
{
border-color: #983B2D;
}
.TagClassName
{
border-color: #983B2D;
}
</style>