#97382E

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

Shades of Thunderbird #97382E

Tints of Thunderbird #97382E

Color information

#97382E (or 0x97382E) is unknown color: approx Thunderbird. HEX triplet: 97, 38 and 2E. RGB value is (151,56,46). Sum of RGB (Red+Green+Blue) = 151+56+46=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #97382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97382E is #68C7D1. Grayscale: #535353. Windows color (decimal): -6866898 or 3029143. OLE color: 3029143.

HSL color Cylindrical-coordinate representation of color #97382E: hue angle of 5.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97382E is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1515646-
CMYK00.630.700.41
HSL5.71º53.3%38.63%-
HSV(B)5.71º69.54%59.22%-
XYZ14.679.63.67-
YUV83.26106.97176.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=59.68%
G=22.13%
B=18.18%

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
Decimal151564600.630.700.415.7153.338.63
Hex97382E03F462963527
Octal22770560771065166547
Binary1001011111100010111001111111000110101001110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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