#973126

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

Shades of Thunderbird #973126

Tints of Thunderbird #973126

Color information

#973126 (or 0x973126) is unknown color: approx Thunderbird. HEX triplet: 97, 31 and 26. RGB value is (151,49,38). Sum of RGB (Red+Green+Blue) = 151+49+38=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #973126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973126 is #68CED9. Grayscale: #4E4E4E. Windows color (decimal): -6868698 or 2503063. OLE color: 2503063.

HSL color Cylindrical-coordinate representation of color #973126: hue angle of 5.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973126 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1514938-
CMYK00.680.750.41
HSL5.84º59.79%37.06%-
HSV(B)5.84º74.83%59.22%-
XYZ14.218.922.81-
YUV78.24105.29179.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=63.45%
G=20.59%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151493800.680.750.415.8459.7937.06
Hex9731260444B2963c25
Octal227614601041135167445
Binary10010111110001100110010001001001011101001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973126; }

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

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

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

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

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

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

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

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