#94322E

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

Shades of Thunderbird #94322E

Tints of Thunderbird #94322E

Color information

#94322E (or 0x94322E) is unknown color: approx Thunderbird. HEX triplet: 94, 32 and 2E. RGB value is (148,50,46). Sum of RGB (Red+Green+Blue) = 148+50+46=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94322E is #6BCDD1. Grayscale: #4E4E4E. Windows color (decimal): -7065042 or 3027604. OLE color: 3027604.

HSL color Cylindrical-coordinate representation of color #94322E: hue angle of 2.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94322E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1485046-
CMYK00.660.690.42
HSL2.35º52.58%38.04%-
HSV(B)2.35º68.92%58.04%-
XYZ13.858.773.55-
YUV78.85109.47177.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=60.66%
G=20.49%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148504600.660.690.422.3552.5838.04
Hex94322E042452A23526
Octal224625601021055226546
Binary1001010011001010111001000010100010110101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,50,46); }

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

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

 a { background-color: rgb(148,50,46); }

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

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

 span { border-color: rgb(148,50,46); }

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