Shades of Thunderbird #983B2F
Tints of Thunderbird #983B2F
RGB
CMYK
RGB Variations
Color information
#983B2F (or 0x983B2F) is known color: Thunderbird. HEX triplet: 98, 3B and 2F. RGB value is (152,59,47). Sum of RGB (Red+Green+Blue) = 152+59+47=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B2F is #67C4D0. Grayscale: #555555. Windows color (decimal): -6800593 or 3095448. OLE color: 3095448.
HSL color Cylindrical-coordinate representation of color #983B2F: hue angle of 6.86º degrees, saturation: 0.53, 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 #983B2F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 47 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.40 |
| HSL | 6.86º | 0.53% | 0.39% | - |
| HSV(B) | 6.86º | 0.69% | 0.6% | - |
| XYZ | 15.03 | 10.01 | 3.83 | - |
| YUV | 85.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 47 | 0 | 0.61 | 0.69 | 0.40 | 6.86 | 0.53 | 0.39 |
| Hex | 98 | 3B | 2F | 0 | 3D | 45 | 28 | 7 | 35 | 27 |
| Octal | 230 | 73 | 57 | 0 | 75 | 105 | 50 | 7 | 65 | 47 |
| Binary | 10011000 | 111011 | 101111 | 0 | 111101 | 1000101 | 101000 | 111 | 110101 | 100111 |
Color Harmonies of #983B2F
Complementary color
Monochromatic Colors of #983B2F
Black with #983B2F
Text Example
Text Example
White with #983B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B2F; }
p { color: rgb(152,59,47); }
H1.HeaderClassName
{
color: #983B2F;
}
.AnyTagClassName
{
color: #983B2F;
}
</style>
background-color css
<style>
a { background-color: #983B2F; }
a { background-color: rgb(152,59,47); }
div.DivClassName
{
background-color: #983B2F;
}
.BgClassName
{
background-color: #983B2F;
}
</style>
border-color css
<style>
span { border-color: #983B2F; }
span { border-color: rgb(152,59,47); }
td.TdClassName
{
border-color: #983B2F;
}
.TagClassName
{
border-color: #983B2F;
}
</style>