#97332D

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

Shades of Thunderbird #97332D

Tints of Thunderbird #97332D

Color information

#97332D (or 0x97332D) is unknown color: approx Thunderbird. HEX triplet: 97, 33 and 2D. RGB value is (151,51,45). Sum of RGB (Red+Green+Blue) = 151+51+45=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97332D is #68CCD2. Grayscale: #505050. Windows color (decimal): -6868179 or 2962327. OLE color: 2962327.

HSL color Cylindrical-coordinate representation of color #97332D: hue angle of 3.4º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97332D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1515145-
CMYK00.660.700.41
HSL3.4º54.08%38.43%-
HSV(B)3.4º70.2%59.22%-
XYZ14.429.143.49-
YUV80.22108.13178.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.13%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=61.13%
G=20.65%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151514500.660.700.413.454.0838.43
Hex97332D042462933626
Octal227635501021065136646
Binary1001011111001110110101000010100011010100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97332D; }

 p { color: rgb(151,51,45); }

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

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

 a { background-color: rgb(151,51,45); }

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

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

 span { border-color: rgb(151,51,45); }

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