#973129

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

Shades of Thunderbird #973129

Tints of Thunderbird #973129

Color information

#973129 (or 0x973129) is unknown color: approx Thunderbird. HEX triplet: 97, 31 and 29. RGB value is (151,49,41). Sum of RGB (Red+Green+Blue) = 151+49+41=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #973129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973129 is #68CED6. Grayscale: #4E4E4E. Windows color (decimal): -6868695 or 2699671. OLE color: 2699671.

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

Color convert

RGB1514941-
CMYK00.680.730.41
HSL4.36º57.29%37.65%-
HSV(B)4.36º72.85%59.22%-
XYZ14.268.943.07-
YUV78.59106.79179.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=62.66%
G=20.33%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151494100.680.730.414.3657.2937.65
Hex973129044492943926
Octal227615101041115147146
Binary10010111110001101001010001001001001101001100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973129; }

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

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

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

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

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

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

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

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