#97382D

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

Shades of Thunderbird #97382D

Tints of Thunderbird #97382D

Color information

#97382D (or 0x97382D) is unknown color: approx Thunderbird. HEX triplet: 97, 38 and 2D. RGB value is (151,56,45). Sum of RGB (Red+Green+Blue) = 151+56+45=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97382D is #68C7D2. Grayscale: #535353. Windows color (decimal): -6866899 or 2963607. OLE color: 2963607.

HSL color Cylindrical-coordinate representation of color #97382D: hue angle of 6.23º 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 #97382D is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1515645-
CMYK00.630.700.41
HSL6.23º54.08%38.43%-
HSV(B)6.23º70.2%59.22%-
XYZ14.659.63.56-
YUV83.15106.47176.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=59.92%
G=22.22%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151564500.630.700.416.2354.0838.43
Hex97382D03F462963626
Octal22770550771065166646
Binary1001011111100010110101111111000110101001110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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