#983526

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

Shades of Thunderbird #983526

Tints of Thunderbird #983526

Color information

#983526 (or 0x983526) is unknown color: approx Thunderbird. HEX triplet: 98, 35 and 26. RGB value is (152,53,38). Sum of RGB (Red+Green+Blue) = 152+53+38=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #983526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983526 is #67CAD9. Grayscale: #515151. Windows color (decimal): -6802138 or 2504088. OLE color: 2504088.

HSL color Cylindrical-coordinate representation of color #983526: hue angle of 7.89º 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 #983526 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1525338-
CMYK00.650.750.40
HSL7.89º60%37.25%-
HSV(B)7.89º75%59.61%-
XYZ14.579.362.87-
YUV80.89103.8178.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=62.55%
G=21.81%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152533800.650.750.407.896037.25
Hex9835260414B2883c25
Octal2306546010111350107445
Binary100110001101011001100100000110010111010001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983526; }

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

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

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

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

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

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

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

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