#973529

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

Shades of Thunderbird #973529

Tints of Thunderbird #973529

Color information

#973529 (or 0x973529) is unknown color: approx Thunderbird. HEX triplet: 97, 35 and 29. RGB value is (151,53,41). Sum of RGB (Red+Green+Blue) = 151+53+41=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #973529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973529 is #68CAD6. Grayscale: #515151. Windows color (decimal): -6867671 or 2700695. OLE color: 2700695.

HSL color Cylindrical-coordinate representation of color #973529: hue angle of 6.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973529 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1515341-
CMYK00.650.730.41
HSL6.55º57.29%37.65%-
HSV(B)6.55º72.85%59.22%-
XYZ14.449.293.13-
YUV80.93105.47177.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=61.63%
G=21.63%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151534100.650.730.416.5557.2937.65
Hex973529041492973926
Octal227655101011115177146
Binary10010111110101101001010000011001001101001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973529; }

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

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

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

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

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

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

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

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