Shades of Thunderbird #983429
Tints of Thunderbird #983429
RGB
CMYK
RGB Variations
Color information
#983429 (or 0x983429) is known color: Thunderbird. HEX triplet: 98, 34 and 29. RGB value is (152,52,41). Sum of RGB (Red+Green+Blue) = 152+52+41=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983429 is #67CBD6. Grayscale: #505050. Windows color (decimal): -6802391 or 2700440. OLE color: 2700440.
HSL color Cylindrical-coordinate representation of color #983429: hue angle of 5.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983429 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 41 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.40 |
| HSL | 5.95º | 0.58% | 0.38% | - |
| HSV(B) | 5.95º | 0.73% | 0.6% | - |
| XYZ | 14.58 | 9.29 | 3.12 | - |
| YUV | 80.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 41 | 0 | 0.66 | 0.73 | 0.40 | 5.95 | 0.58 | 0.38 |
| Hex | 98 | 34 | 29 | 0 | 42 | 49 | 28 | 6 | 3A | 26 |
| Octal | 230 | 64 | 51 | 0 | 102 | 111 | 50 | 6 | 72 | 46 |
| Binary | 10011000 | 110100 | 101001 | 0 | 1000010 | 1001001 | 101000 | 110 | 111010 | 100110 |
Color Harmonies of #983429
Complementary color
Monochromatic Colors of #983429
Black with #983429
Text Example
Text Example
White with #983429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983429; }
p { color: rgb(152,52,41); }
H1.HeaderClassName
{
color: #983429;
}
.AnyTagClassName
{
color: #983429;
}
</style>
background-color css
<style>
a { background-color: #983429; }
a { background-color: rgb(152,52,41); }
div.DivClassName
{
background-color: #983429;
}
.BgClassName
{
background-color: #983429;
}
</style>
border-color css
<style>
span { border-color: #983429; }
span { border-color: rgb(152,52,41); }
td.TdClassName
{
border-color: #983429;
}
.TagClassName
{
border-color: #983429;
}
</style>