Shades of Thunderbird #983934
Tints of Thunderbird #983934
RGB
CMYK
RGB Variations
Color information
#983934 (or 0x983934) is known color: Thunderbird. HEX triplet: 98, 39 and 34. RGB value is (152,57,52). Sum of RGB (Red+Green+Blue) = 152+57+52=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #983934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983934 is #67C6CB. Grayscale: #545454. Windows color (decimal): -6801100 or 3422616. OLE color: 3422616.
HSL color Cylindrical-coordinate representation of color #983934: hue angle of 3º 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 #983934 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 52 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.40 |
| HSL | 3º | 0.49% | 0.4% | - |
| HSV(B) | 3º | 0.66% | 0.6% | - |
| XYZ | 15.03 | 9.85 | 4.36 | - |
| YUV | 84.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 52 | 0 | 0.62 | 0.66 | 0.40 | 3 | 0.49 | 0.4 |
| Hex | 98 | 39 | 34 | 0 | 3E | 42 | 28 | 3 | 31 | 28 |
| Octal | 230 | 71 | 64 | 0 | 76 | 102 | 50 | 3 | 61 | 50 |
| Binary | 10011000 | 111001 | 110100 | 0 | 111110 | 1000010 | 101000 | 11 | 110001 | 101000 |
Color Harmonies of #983934
Complementary color
Monochromatic Colors of #983934
Black with #983934
Text Example
Text Example
White with #983934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983934; }
p { color: rgb(152,57,52); }
H1.HeaderClassName
{
color: #983934;
}
.AnyTagClassName
{
color: #983934;
}
</style>
background-color css
<style>
a { background-color: #983934; }
a { background-color: rgb(152,57,52); }
div.DivClassName
{
background-color: #983934;
}
.BgClassName
{
background-color: #983934;
}
</style>
border-color css
<style>
span { border-color: #983934; }
span { border-color: rgb(152,57,52); }
td.TdClassName
{
border-color: #983934;
}
.TagClassName
{
border-color: #983934;
}
</style>