#983528

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

Shades of Thunderbird #983528

Tints of Thunderbird #983528

Color information

#983528 (or 0x983528) is unknown color: approx Thunderbird. HEX triplet: 98, 35 and 28. RGB value is (152,53,40). Sum of RGB (Red+Green+Blue) = 152+53+40=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983528 is #67CAD7. Grayscale: #515151. Windows color (decimal): -6802136 or 2635160. OLE color: 2635160.

HSL color Cylindrical-coordinate representation of color #983528: hue angle of 6.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983528 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB1525340-
CMYK00.650.740.40
HSL6.96º58.33%37.65%-
HSV(B)6.96º73.68%59.61%-
XYZ14.619.373.05-
YUV81.12104.8178.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=62.04%
G=21.63%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152534000.650.740.406.9658.3337.65
Hex9835280414A2873a26
Octal230655001011125077246
Binary10011000110101101000010000011001010101000111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983528; }

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

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

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

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

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

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

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

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