#983126

Color #983126 Thunderbird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunderbird #983126

Tints of Thunderbird #983126

Color information

#983126 (or 0x983126) is unknown color: approx Thunderbird. HEX triplet: 98, 31 and 26. RGB value is (152,49,38). Sum of RGB (Red+Green+Blue) = 152+49+38=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #983126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983126 is #67CED9. Grayscale: #4E4E4E. Windows color (decimal): -6803162 or 2503064. OLE color: 2503064.

HSL color Cylindrical-coordinate representation of color #983126: hue angle of 5.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983126 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1524938-
CMYK00.680.750.40
HSL5.79º60%37.25%-
HSV(B)5.79º75%59.61%-
XYZ14.49.012.81-
YUV78.54105.12180.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 63.60%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=63.60%
G=20.50%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152493800.680.750.405.796037.25
Hex9831260444B2863c25
Octal230614601041135067445
Binary10011000110001100110010001001001011101000110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983126; }

 p { color: rgb(152,49,38); }

 H1.HeaderClassName
 {
   color: #983126;
 }
 .AnyTagClassName
 {
   color: #983126;
 }
</style>
background-color css

<style>
 a { background-color: #983126; }

 a { background-color: rgb(152,49,38); }

 div.DivClassName
 {
   background-color: #983126;
 }
 .BgClassName
 {
   background-color: #983126;
 }
</style>
border-color css

<style>
 span { border-color: #983126; }

 span { border-color: rgb(152,49,38); }

 td.TdClassName
 {
   border-color: #983126;
 }
 .TagClassName
 {
   border-color: #983126;
 }
</style>