#973426

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

Shades of Thunderbird #973426

Tints of Thunderbird #973426

Color information

#973426 (or 0x973426) is unknown color: approx Thunderbird. HEX triplet: 97, 34 and 26. RGB value is (151,52,38). Sum of RGB (Red+Green+Blue) = 151+52+38=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #973426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973426 is #68CBD9. Grayscale: #505050. Windows color (decimal): -6867930 or 2503831. OLE color: 2503831.

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

Color convert

RGB1515238-
CMYK00.660.750.41
HSL7.43º59.79%37.06%-
HSV(B)7.43º74.83%59.22%-
XYZ14.349.182.85-
YUV80104.3178.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=62.66%
G=21.58%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151523800.660.750.417.4359.7937.06
Hex9734260424B2973c25
Octal227644601021135177445
Binary10010111110100100110010000101001011101001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973426; }

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

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

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

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

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

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

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

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