#983529

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

Shades of Thunderbird #983529

Tints of Thunderbird #983529

Color information

#983529 (or 0x983529) is unknown color: approx Thunderbird. HEX triplet: 98, 35 and 29. RGB value is (152,53,41). Sum of RGB (Red+Green+Blue) = 152+53+41=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #983529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983529 is #67CAD6. Grayscale: #515151. Windows color (decimal): -6802135 or 2700696. OLE color: 2700696.

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

Color convert

RGB1525341-
CMYK00.650.730.40
HSL6.49º57.51%37.84%-
HSV(B)6.49º73.03%59.61%-
XYZ14.629.383.14-
YUV81.23105.3178.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=61.79%
G=21.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152534100.650.730.406.4957.5137.84
Hex983529041492863a26
Octal230655101011115067246
Binary10011000110101101001010000011001001101000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983529; }

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

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

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

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

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

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

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

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